#255e7e color space conversions
Hex:
        #255e7e
        RGB:
        37, 94, 126
        CMY:
        85, 63, 51
        CMYK:
        71, 25, 0, 51
      HSL:
        202°, 54.6012%, 31.9608%
        HSV (HSB):
        202°, 70.6349%, 49.4118%
        XYZ:
        8.5315, 9.9051, 21.2009
        xyY:
        0.2152, 0.2499, 9.9051
      CIE-Lab:
        37.6715, -7.4708, -23.3836
        CIE-LCH:
        37.6715, 24.5481, 252.2820
        CIE-Luv:
        37.6715, -21.1661, -31.5546
        Hunter-Lab:
        31.4723, -6.6887, -17.9092
      #255e7e color charts
#255e7e RGB chart
      #255e7e CMYK chart
      #255e7e RGB pie chart
      #255e7e color shades, tints & tones
#255e7e color schemes
#255e7e color preview, HTML & CSS examples
           This text has a color of #255e7e        
        
          <p style="color:#255e7e;">Text here</p>
        
        
          .mytext {color:#255e7e;}
        
        Text color #255e7e
      
           This box has a color of #255e7e        
        
          <div style="background-color:#255e7e;">Content here</div>
        
        
          .mybackground {background-color:#255e7e;}
        
        Background color #255e7e
      
           Border around this has a color of #255e7e        
        
          <div style="border:2px solid #255e7e;">Content here</div>
        
        
          .myborder {border:2px solid #255e7e;}
        
        Border color #255e7e