#555dbd color space conversions
Hex:
        #555dbd
        RGB:
        85, 93, 189
        CMY:
        67, 64, 26
        CMYK:
        55, 51, 0, 26
      HSL:
        235°, 44.0678%, 53.7255%
        HSV (HSB):
        235°, 55.0265%, 74.1176%
        XYZ:
        16.8460, 13.4341, 49.8493
        xyY:
        0.2102, 0.1677, 13.4341
      CIE-Lab:
        43.4102, 24.7811, -51.7137
        CIE-LCH:
        43.4102, 57.3446, 295.6037
        CIE-Luv:
        43.4102, -8.2869, -78.8374
        Hunter-Lab:
        36.6526, 17.8987, -54.9804
      #555dbd color charts
#555dbd RGB chart
      #555dbd CMYK chart
      #555dbd RGB pie chart
      #555dbd color shades, tints & tones
#555dbd color schemes
#555dbd color preview, HTML & CSS examples
           This text has a color of #555dbd        
        
          <p style="color:#555dbd;">Text here</p>
        
        
          .mytext {color:#555dbd;}
        
        Text color #555dbd
      
           This box has a color of #555dbd        
        
          <div style="background-color:#555dbd;">Content here</div>
        
        
          .mybackground {background-color:#555dbd;}
        
        Background color #555dbd
      
           Border around this has a color of #555dbd        
        
          <div style="border:2px solid #555dbd;">Content here</div>
        
        
          .myborder {border:2px solid #555dbd;}
        
        Border color #555dbd