#056faa color space conversions
Hex:
        #056faa
        RGB:
        5, 111, 170
        CMY:
        98, 56, 33
        CMYK:
        97, 35, 0, 33
      HSL:
        201°, 94.2857%, 34.3137%
        HSV (HSB):
        201°, 97.0588%, 66.6667%
        XYZ:
        13.0027, 14.3034, 40.1057
        xyY:
        0.1929, 0.2122, 14.3034
      CIE-Lab:
        44.6650, -3.8536, -38.7710
        CIE-LCH:
        44.6650, 38.9620, 264.3237
        CIE-Luv:
        44.6650, -28.0613, -57.0677
        Hunter-Lab:
        37.8199, -4.8153, -36.3996
      #056faa color charts
#056faa RGB chart
      #056faa CMYK chart
      #056faa RGB pie chart
      #056faa color shades, tints & tones
#056faa color schemes
#056faa color preview, HTML & CSS examples
           This text has a color of #056faa        
        
          <p style="color:#056faa;">Text here</p>
        
        
          .mytext {color:#056faa;}
        
        Text color #056faa
      
           This box has a color of #056faa        
        
          <div style="background-color:#056faa;">Content here</div>
        
        
          .mybackground {background-color:#056faa;}
        
        Background color #056faa
      
           Border around this has a color of #056faa        
        
          <div style="border:2px solid #056faa;">Content here</div>
        
        
          .myborder {border:2px solid #056faa;}
        
        Border color #056faa