#05555e color space conversions
Hex:
        #05555e
        RGB:
        5, 85, 94
        CMY:
        98, 67, 63
        CMYK:
        95, 10, 0, 63
      HSL:
        186°, 89.8990%, 19.4118%
        HSV (HSB):
        186°, 94.6809%, 36.8627%
        XYZ:
        5.3315, 7.3374, 11.7249
        xyY:
        0.2186, 0.3008, 7.3374
      CIE-Lab:
        32.5630, -17.9245, -11.4217
        CIE-LCH:
        32.5630, 21.2542, 212.5058
        CIE-Luv:
        32.5630, -23.7919, -12.5941
        Hunter-Lab:
        27.0877, -12.2706, -6.7024
      #05555e color charts
#05555e RGB chart
      #05555e CMYK chart
      #05555e RGB pie chart
      #05555e color shades, tints & tones
#05555e color schemes
#05555e color preview, HTML & CSS examples
           This text has a color of #05555e        
        
          <p style="color:#05555e;">Text here</p>
        
        
          .mytext {color:#05555e;}
        
        Text color #05555e
      
           This box has a color of #05555e        
        
          <div style="background-color:#05555e;">Content here</div>
        
        
          .mybackground {background-color:#05555e;}
        
        Background color #05555e
      
           Border around this has a color of #05555e        
        
          <div style="border:2px solid #05555e;">Content here</div>
        
        
          .myborder {border:2px solid #05555e;}
        
        Border color #05555e