#5a9ace color space conversions
Hex:
        #5a9ace
        RGB:
        90, 154, 206
        CMY:
        65, 40, 19
        CMYK:
        56, 25, 0, 19
      HSL:
        207°, 54.2056%, 58.0392%
        HSV (HSB):
        207°, 56.3107%, 80.7843%
        XYZ:
        26.9126, 29.7411, 62.7147
        xyY:
        0.2255, 0.2492, 29.7411
      CIE-Lab:
        61.4302, -5.4218, -32.9047
        CIE-LCH:
        61.4302, 33.3484, 260.6433
        CIE-Luv:
        61.4302, -27.9686, -50.7070
        Hunter-Lab:
        54.5354, -7.3491, -30.0076
      #5a9ace color charts
#5a9ace RGB chart
      #5a9ace CMYK chart
      #5a9ace RGB pie chart
      #5a9ace color shades, tints & tones
#5a9ace color schemes
#5a9ace color preview, HTML & CSS examples
           This text has a color of #5a9ace        
        
          <p style="color:#5a9ace;">Text here</p>
        
        
          .mytext {color:#5a9ace;}
        
        Text color #5a9ace
      
           This box has a color of #5a9ace        
        
          <div style="background-color:#5a9ace;">Content here</div>
        
        
          .mybackground {background-color:#5a9ace;}
        
        Background color #5a9ace
      
           Border around this has a color of #5a9ace        
        
          <div style="border:2px solid #5a9ace;">Content here</div>
        
        
          .myborder {border:2px solid #5a9ace;}
        
        Border color #5a9ace