Shades of Pale Sky #5A6C6E
Tints of Pale Sky #5A6C6E
RGB
CMYK
RGB Variations
Color information
#5A6C6E (or 0x5A6C6E) is known color: Pale Sky. HEX triplet: 5A, 6C and 6E. RGB value is (90,108,110). Sum of RGB (Red+Green+Blue) = 90+108+110=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A6C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6C6E is #A59391. Grayscale: #666666. Windows color (decimal): -10851218 or 7236698. OLE color: 7236698.
HSL color Cylindrical-coordinate representation of color #5A6C6E: hue angle of 186º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A6C6E is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 108 | 110 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.57 |
| HSL | 186º | 0.1% | 0.39% | - |
| HSV(B) | 186º | 0.18% | 0.43% | - |
| XYZ | 12.39 | 14.02 | 16.81 | - |
| YUV | 102.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 108 | 110 | 0.18 | 0.02 | 0 | 0.57 | 186 | 0.1 | 0.39 |
| Hex | 5A | 6C | 6E | 12 | 2 | 0 | 39 | BA | A | 27 |
| Octal | 132 | 154 | 156 | 22 | 2 | 0 | 71 | 272 | 12 | 47 |
| Binary | 1011010 | 1101100 | 1101110 | 10010 | 10 | 0 | 111001 | 10111010 | 1010 | 100111 |
Color Harmonies of #5A6C6E
Complementary color
Monochromatic Colors of #5A6C6E
Black with #5A6C6E
Text Example
Text Example
White with #5A6C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6C6E; }
p { color: rgb(90,108,110); }
H1.HeaderClassName
{
color: #5A6C6E;
}
.AnyTagClassName
{
color: #5A6C6E;
}
</style>
background-color css
<style>
a { background-color: #5A6C6E; }
a { background-color: rgb(90,108,110); }
div.DivClassName
{
background-color: #5A6C6E;
}
.BgClassName
{
background-color: #5A6C6E;
}
</style>
border-color css
<style>
span { border-color: #5A6C6E; }
span { border-color: rgb(90,108,110); }
td.TdClassName
{
border-color: #5A6C6E;
}
.TagClassName
{
border-color: #5A6C6E;
}
</style>