#5555dd color space conversions
Hex:
        #5555dd
        RGB:
        85, 85, 221
        CMY:
        67, 67, 13
        CMYK:
        62, 62, 0, 13
      HSL:
        240°, 66.6667%, 60.0000%
        HSV (HSB):
        240°, 61.5385%, 86.6667%
        XYZ:
        20.0460, 13.6488, 69.9845
        xyY:
        0.1933, 0.1316, 13.6488
      CIE-Lab:
        43.7249, 40.1877, -69.6273
        CIE-LCH:
        43.7249, 80.3928, 299.9928
        CIE-Luv:
        43.7249, -7.6141, -105.5981
        Hunter-Lab:
        36.9442, 32.2018, -86.4539
      #5555dd color charts
#5555dd RGB chart
      #5555dd CMYK chart
      #5555dd RGB pie chart
      #5555dd color shades, tints & tones
#5555dd color schemes
#5555dd color preview, HTML & CSS examples
           This text has a color of #5555dd        
        
          <p style="color:#5555dd;">Text here</p>
        
        
          .mytext {color:#5555dd;}
        
        Text color #5555dd
      
           This box has a color of #5555dd        
        
          <div style="background-color:#5555dd;">Content here</div>
        
        
          .mybackground {background-color:#5555dd;}
        
        Background color #5555dd
      
           Border around this has a color of #5555dd        
        
          <div style="border:2px solid #5555dd;">Content here</div>
        
        
          .myborder {border:2px solid #5555dd;}
        
        Border color #5555dd