#52aabe color space conversions
Hex:
        #52aabe
        RGB:
        82, 170, 190
        CMY:
        68, 33, 25
        CMYK:
        57, 11, 0, 25
      HSL:
        191°, 45.3782%, 53.3333%
        HSV (HSB):
        191°, 56.8421%, 74.5098%
        XYZ:
        27.1487, 34.2610, 53.8973
        xyY:
        0.2354, 0.2971, 34.2610
      CIE-Lab:
        65.1692, -20.5812, -18.2625
        CIE-LCH:
        65.1692, 27.5156, 221.5839
        CIE-Luv:
        65.1692, -36.6947, -25.0475
        Hunter-Lab:
        58.5329, -19.6409, -13.6215
      #52aabe color charts
#52aabe RGB chart
      #52aabe CMYK chart
      #52aabe RGB pie chart
      #52aabe color shades, tints & tones
#52aabe color schemes
#52aabe color preview, HTML & CSS examples
           This text has a color of #52aabe        
        
          <p style="color:#52aabe;">Text here</p>
        
        
          .mytext {color:#52aabe;}
        
        Text color #52aabe
      
           This box has a color of #52aabe        
        
          <div style="background-color:#52aabe;">Content here</div>
        
        
          .mybackground {background-color:#52aabe;}
        
        Background color #52aabe
      
           Border around this has a color of #52aabe        
        
          <div style="border:2px solid #52aabe;">Content here</div>
        
        
          .myborder {border:2px solid #52aabe;}
        
        Border color #52aabe