#005cae color space conversions
Hex:
        #005cae
        RGB:
        0, 92, 174
        CMY:
        100, 64, 32
        CMYK:
        100, 47, 0, 32
      HSL:
        208°, 100.0000%, 34.1176%
        HSV (HSB):
        208°, 100.0000%, 68.2353%
        XYZ:
        11.4671, 10.7103, 41.5073
        xyY:
        0.1801, 0.1682, 10.7103
      CIE-Lab:
        39.0882, 9.6146, -50.0371
        CIE-LCH:
        39.0882, 50.9525, 280.8768
        CIE-Luv:
        39.0882, -21.9594, -72.8641
        Hunter-Lab:
        32.7266, 5.2735, -52.2893
      #005cae color charts
#005cae RGB chart
      #005cae CMYK chart
      #005cae RGB pie chart
      #005cae color shades, tints & tones
#005cae color schemes
#005cae color preview, HTML & CSS examples
           This text has a color of #005cae        
        
          <p style="color:#005cae;">Text here</p>
        
        
          .mytext {color:#005cae;}
        
        Text color #005cae
      
           This box has a color of #005cae        
        
          <div style="background-color:#005cae;">Content here</div>
        
        
          .mybackground {background-color:#005cae;}
        
        Background color #005cae
      
           Border around this has a color of #005cae        
        
          <div style="border:2px solid #005cae;">Content here</div>
        
        
          .myborder {border:2px solid #005cae;}
        
        Border color #005cae