Shades of Pale Sky #596C6E
Tints of Pale Sky #596C6E
RGB
CMYK
RGB Variations
Color information
#596C6E (or 0x596C6E) is known color: Pale Sky. HEX triplet: 59, 6C and 6E. RGB value is (89,108,110). Sum of RGB (Red+Green+Blue) = 89+108+110=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 110 - color contains mainly: blue. Hex color #596C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596C6E is #A69391. Grayscale: #666666. Windows color (decimal): -10916754 or 7236697. OLE color: 7236697.
HSL color Cylindrical-coordinate representation of color #596C6E: hue angle of 185.71º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #596C6E is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 108 | 110 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.57 |
| HSL | 185.71º | 0.11% | 0.39% | - |
| HSV(B) | 185.71º | 0.19% | 0.43% | - |
| XYZ | 12.3 | 13.97 | 16.8 | - |
| YUV | 102.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 110 | 0.19 | 0.02 | 0 | 0.57 | 185.71 | 0.11 | 0.39 |
| Hex | 59 | 6C | 6E | 13 | 2 | 0 | 39 | BA | B | 27 |
| Octal | 131 | 154 | 156 | 23 | 2 | 0 | 71 | 272 | 13 | 47 |
| Binary | 1011001 | 1101100 | 1101110 | 10011 | 10 | 0 | 111001 | 10111010 | 1011 | 100111 |
Color Harmonies of #596C6E
Complementary color
Monochromatic Colors of #596C6E
Black with #596C6E
Text Example
Text Example
White with #596C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596C6E; }
p { color: rgb(89,108,110); }
H1.HeaderClassName
{
color: #596C6E;
}
.AnyTagClassName
{
color: #596C6E;
}
</style>
background-color css
<style>
a { background-color: #596C6E; }
a { background-color: rgb(89,108,110); }
div.DivClassName
{
background-color: #596C6E;
}
.BgClassName
{
background-color: #596C6E;
}
</style>
border-color css
<style>
span { border-color: #596C6E; }
span { border-color: rgb(89,108,110); }
td.TdClassName
{
border-color: #596C6E;
}
.TagClassName
{
border-color: #596C6E;
}
</style>