#05555b color space conversions
Hex:
        #05555b
        RGB:
        5, 85, 91
        CMY:
        98, 67, 64
        CMYK:
        95, 7, 0, 64
      HSL:
        184°, 89.5833%, 18.8235%
        HSV (HSB):
        184°, 94.5055%, 35.6863%
        XYZ:
        5.1994, 7.2846, 11.0296
        xyY:
        0.2211, 0.3098, 7.2846
      CIE-Lab:
        32.4462, -19.0144, -9.7036
        CIE-LCH:
        32.4462, 21.3473, 207.0364
        CIE-Luv:
        32.4462, -23.9976, -10.1335
        Hunter-Lab:
        26.9900, -12.8458, -5.3361
      #05555b color charts
#05555b RGB chart
      #05555b CMYK chart
      #05555b RGB pie chart
      #05555b color shades, tints & tones
#05555b color schemes
#05555b color preview, HTML & CSS examples
           This text has a color of #05555b        
        
          <p style="color:#05555b;">Text here</p>
        
        
          .mytext {color:#05555b;}
        
        Text color #05555b
      
           This box has a color of #05555b        
        
          <div style="background-color:#05555b;">Content here</div>
        
        
          .mybackground {background-color:#05555b;}
        
        Background color #05555b
      
           Border around this has a color of #05555b        
        
          <div style="border:2px solid #05555b;">Content here</div>
        
        
          .myborder {border:2px solid #05555b;}
        
        Border color #05555b