#555dbf color space conversions
Hex:
        #555dbf
        RGB:
        85, 93, 191
        CMY:
        67, 64, 25
        CMYK:
        55, 51, 0, 25
      HSL:
        235°, 45.2991%, 54.1176%
        HSV (HSB):
        235°, 55.4974%, 74.9020%
        XYZ:
        17.0646, 13.5216, 51.0007
        xyY:
        0.2092, 0.1657, 13.5216
      CIE-Lab:
        43.5389, 25.4365, -52.6697
        CIE-LCH:
        43.5389, 58.4903, 295.7780
        CIE-Luv:
        43.5389, -8.3697, -80.3628
        Hunter-Lab:
        36.7717, 18.4859, -56.4924
      #555dbf color charts
#555dbf RGB chart
      #555dbf CMYK chart
      #555dbf RGB pie chart
      #555dbf color shades, tints & tones
#555dbf color schemes
#555dbf color preview, HTML & CSS examples
           This text has a color of #555dbf        
        
          <p style="color:#555dbf;">Text here</p>
        
        
          .mytext {color:#555dbf;}
        
        Text color #555dbf
      
           This box has a color of #555dbf        
        
          <div style="background-color:#555dbf;">Content here</div>
        
        
          .mybackground {background-color:#555dbf;}
        
        Background color #555dbf
      
           Border around this has a color of #555dbf        
        
          <div style="border:2px solid #555dbf;">Content here</div>
        
        
          .myborder {border:2px solid #555dbf;}
        
        Border color #555dbf