#555bbd color space conversions
Hex:
        #555bbd
        RGB:
        85, 91, 189
        CMY:
        67, 64, 26
        CMYK:
        55, 52, 0, 26
      HSL:
        237°, 44.0678%, 53.7255%
        HSV (HSB):
        237°, 55.0265%, 74.1176%
        XYZ:
        16.6727, 13.0876, 49.7915
        xyY:
        0.2096, 0.1645, 13.0876
      CIE-Lab:
        42.8949, 26.0359, -52.5425
        CIE-LCH:
        42.8949, 58.6395, 296.3594
        CIE-Luv:
        42.8949, -7.6923, -79.8970
        Hunter-Lab:
        36.1768, 18.9555, -56.2794
      #555bbd color charts
#555bbd RGB chart
      #555bbd CMYK chart
      #555bbd RGB pie chart
      #555bbd color shades, tints & tones
#555bbd color schemes
#555bbd color preview, HTML & CSS examples
           This text has a color of #555bbd        
        
          <p style="color:#555bbd;">Text here</p>
        
        
          .mytext {color:#555bbd;}
        
        Text color #555bbd
      
           This box has a color of #555bbd        
        
          <div style="background-color:#555bbd;">Content here</div>
        
        
          .mybackground {background-color:#555bbd;}
        
        Background color #555bbd
      
           Border around this has a color of #555bbd        
        
          <div style="border:2px solid #555bbd;">Content here</div>
        
        
          .myborder {border:2px solid #555bbd;}
        
        Border color #555bbd