Shades of Pale Sky #596C72
Tints of Pale Sky #596C72
RGB
CMYK
RGB Variations
Color information
#596C72 (or 0x596C72) is known color: Pale Sky. HEX triplet: 59, 6C and 72. RGB value is (89,108,114). Sum of RGB (Red+Green+Blue) = 89+108+114=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 114 - color contains mainly: blue. Hex color #596C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596C72 is #A6938D. Grayscale: #666666. Windows color (decimal): -10916750 or 7498841. OLE color: 7498841.
HSL color Cylindrical-coordinate representation of color #596C72: hue angle of 194.4º 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 #596C72 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 108 | 114 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.55 |
| HSL | 194.4º | 0.12% | 0.4% | - |
| HSV(B) | 194.4º | 0.22% | 0.45% | - |
| XYZ | 12.52 | 14.06 | 17.97 | - |
| YUV | 103 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 114 | 0.22 | 0.05 | 0 | 0.55 | 194.4 | 0.12 | 0.4 |
| Hex | 59 | 6C | 72 | 16 | 5 | 0 | 37 | C2 | C | 28 |
| Octal | 131 | 154 | 162 | 26 | 5 | 0 | 67 | 302 | 14 | 50 |
| Binary | 1011001 | 1101100 | 1110010 | 10110 | 101 | 0 | 110111 | 11000010 | 1100 | 101000 |
Color Harmonies of #596C72
Complementary color
Monochromatic Colors of #596C72
Black with #596C72
Text Example
Text Example
White with #596C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596C72; }
p { color: rgb(89,108,114); }
H1.HeaderClassName
{
color: #596C72;
}
.AnyTagClassName
{
color: #596C72;
}
</style>
background-color css
<style>
a { background-color: #596C72; }
a { background-color: rgb(89,108,114); }
div.DivClassName
{
background-color: #596C72;
}
.BgClassName
{
background-color: #596C72;
}
</style>
border-color css
<style>
span { border-color: #596C72; }
span { border-color: rgb(89,108,114); }
td.TdClassName
{
border-color: #596C72;
}
.TagClassName
{
border-color: #596C72;
}
</style>