Shades of Pale Sky #596C73
Tints of Pale Sky #596C73
RGB
CMYK
RGB Variations
Color information
#596C73 (or 0x596C73) is known color: Pale Sky. HEX triplet: 59, 6C and 73. RGB value is (89,108,115). Sum of RGB (Red+Green+Blue) = 89+108+115=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 115 - color contains mainly: blue. Hex color #596C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596C73 is #A6938C. Grayscale: #676767. Windows color (decimal): -10916749 or 7564377. OLE color: 7564377.
HSL color Cylindrical-coordinate representation of color #596C73: hue angle of 196.15º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #596C73 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 108 | 115 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.55 |
| HSL | 196.15º | 0.13% | 0.4% | - |
| HSV(B) | 196.15º | 0.23% | 0.45% | - |
| XYZ | 12.58 | 14.09 | 18.28 | - |
| YUV | 103.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 115 | 0.23 | 0.06 | 0 | 0.55 | 196.15 | 0.13 | 0.4 |
| Hex | 59 | 6C | 73 | 17 | 6 | 0 | 37 | C4 | D | 28 |
| Octal | 131 | 154 | 163 | 27 | 6 | 0 | 67 | 304 | 15 | 50 |
| Binary | 1011001 | 1101100 | 1110011 | 10111 | 110 | 0 | 110111 | 11000100 | 1101 | 101000 |
Color Harmonies of #596C73
Complementary color
Monochromatic Colors of #596C73
Black with #596C73
Text Example
Text Example
White with #596C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596C73; }
p { color: rgb(89,108,115); }
H1.HeaderClassName
{
color: #596C73;
}
.AnyTagClassName
{
color: #596C73;
}
</style>
background-color css
<style>
a { background-color: #596C73; }
a { background-color: rgb(89,108,115); }
div.DivClassName
{
background-color: #596C73;
}
.BgClassName
{
background-color: #596C73;
}
</style>
border-color css
<style>
span { border-color: #596C73; }
span { border-color: rgb(89,108,115); }
td.TdClassName
{
border-color: #596C73;
}
.TagClassName
{
border-color: #596C73;
}
</style>