#555faf color space conversions
Hex:
        #555faf
        RGB:
        85, 95, 175
        CMY:
        67, 63, 31
        CMYK:
        51, 46, 0, 31
      HSL:
        233°, 36.0000%, 50.9804%
        HSV (HSB):
        233°, 51.4286%, 68.6275%
        XYZ:
        15.5764, 13.2109, 42.2864
        xyY:
        0.2192, 0.1859, 13.2109
      CIE-Lab:
        43.0793, 18.9669, -44.0577
        CIE-LCH:
        43.0793, 47.9669, 293.2920
        CIE-Luv:
        43.0793, -8.3502, -66.7845
        Hunter-Lab:
        36.3467, 12.8893, -43.5363
      #555faf color charts
#555faf RGB chart
      #555faf CMYK chart
      #555faf RGB pie chart
      #555faf color shades, tints & tones
#555faf color schemes
#555faf color preview, HTML & CSS examples
           This text has a color of #555faf        
        
          <p style="color:#555faf;">Text here</p>
        
        
          .mytext {color:#555faf;}
        
        Text color #555faf
      
           This box has a color of #555faf        
        
          <div style="background-color:#555faf;">Content here</div>
        
        
          .mybackground {background-color:#555faf;}
        
        Background color #555faf
      
           Border around this has a color of #555faf        
        
          <div style="border:2px solid #555faf;">Content here</div>
        
        
          .myborder {border:2px solid #555faf;}
        
        Border color #555faf