#005fae color space conversions
Hex:
        #005fae
        RGB:
        0, 95, 174
        CMY:
        100, 63, 32
        CMYK:
        100, 45, 0, 32
      HSL:
        207°, 100.0000%, 34.1176%
        HSV (HSB):
        207°, 100.0000%, 68.2353%
        XYZ:
        11.7322, 11.2404, 41.5957
        xyY:
        0.1817, 0.1741, 11.2404
      CIE-Lab:
        39.9825, 7.6490, -48.5981
        CIE-LCH:
        39.9825, 49.1963, 278.9446
        CIE-Luv:
        39.9825, -22.8898, -71.0987
        Hunter-Lab:
        33.5267, 3.7917, -50.0907
      #005fae color charts
#005fae RGB chart
      #005fae CMYK chart
      #005fae RGB pie chart
      #005fae color shades, tints & tones
#005fae color schemes
#005fae color preview, HTML & CSS examples
           This text has a color of #005fae        
        
          <p style="color:#005fae;">Text here</p>
        
        
          .mytext {color:#005fae;}
        
        Text color #005fae
      
           This box has a color of #005fae        
        
          <div style="background-color:#005fae;">Content here</div>
        
        
          .mybackground {background-color:#005fae;}
        
        Background color #005fae
      
           Border around this has a color of #005fae        
        
          <div style="border:2px solid #005fae;">Content here</div>
        
        
          .myborder {border:2px solid #005fae;}
        
        Border color #005fae