Shades of Pale Sky #5A6F73
Tints of Pale Sky #5A6F73
RGB
CMYK
RGB Variations
Color information
#5A6F73 (or 0x5A6F73) is known color: Pale Sky. HEX triplet: 5A, 6F and 73. RGB value is (90,111,115). Sum of RGB (Red+Green+Blue) = 90+111+115=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A6F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6F73 is #A5908C. Grayscale: #696969. Windows color (decimal): -10850445 or 7565146. OLE color: 7565146.
HSL color Cylindrical-coordinate representation of color #5A6F73: hue angle of 189.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A6F73 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 111 | 115 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.55 |
| HSL | 189.6º | 0.12% | 0.4% | - |
| HSV(B) | 189.6º | 0.22% | 0.45% | - |
| XYZ | 13 | 14.78 | 18.39 | - |
| YUV | 105.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 115 | 0.22 | 0.03 | 0 | 0.55 | 189.6 | 0.12 | 0.4 |
| Hex | 5A | 6F | 73 | 16 | 3 | 0 | 37 | BE | C | 28 |
| Octal | 132 | 157 | 163 | 26 | 3 | 0 | 67 | 276 | 14 | 50 |
| Binary | 1011010 | 1101111 | 1110011 | 10110 | 11 | 0 | 110111 | 10111110 | 1100 | 101000 |
Color Harmonies of #5A6F73
Complementary color
Monochromatic Colors of #5A6F73
Black with #5A6F73
Text Example
Text Example
White with #5A6F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6F73; }
p { color: rgb(90,111,115); }
H1.HeaderClassName
{
color: #5A6F73;
}
.AnyTagClassName
{
color: #5A6F73;
}
</style>
background-color css
<style>
a { background-color: #5A6F73; }
a { background-color: rgb(90,111,115); }
div.DivClassName
{
background-color: #5A6F73;
}
.BgClassName
{
background-color: #5A6F73;
}
</style>
border-color css
<style>
span { border-color: #5A6F73; }
span { border-color: rgb(90,111,115); }
td.TdClassName
{
border-color: #5A6F73;
}
.TagClassName
{
border-color: #5A6F73;
}
</style>