Shades of Pale Sky #596A6E
Tints of Pale Sky #596A6E
RGB
CMYK
RGB Variations
Color information
#596A6E (or 0x596A6E) is known color: Pale Sky. HEX triplet: 59, 6A and 6E. RGB value is (89,106,110). Sum of RGB (Red+Green+Blue) = 89+106+110=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 110 - color contains mainly: blue. Hex color #596A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A6E is #A69591. Grayscale: #656565. Windows color (decimal): -10917266 or 7236185. OLE color: 7236185.
HSL color Cylindrical-coordinate representation of color #596A6E: hue angle of 191.43º 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 #596A6E is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 106 | 110 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.57 |
| HSL | 191.43º | 0.11% | 0.39% | - |
| HSV(B) | 191.43º | 0.19% | 0.43% | - |
| XYZ | 12.09 | 13.56 | 16.73 | - |
| YUV | 101.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 106 | 110 | 0.19 | 0.04 | 0 | 0.57 | 191.43 | 0.11 | 0.39 |
| Hex | 59 | 6A | 6E | 13 | 4 | 0 | 39 | BF | B | 27 |
| Octal | 131 | 152 | 156 | 23 | 4 | 0 | 71 | 277 | 13 | 47 |
| Binary | 1011001 | 1101010 | 1101110 | 10011 | 100 | 0 | 111001 | 10111111 | 1011 | 100111 |
Color Harmonies of #596A6E
Complementary color
Monochromatic Colors of #596A6E
Black with #596A6E
Text Example
Text Example
White with #596A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596A6E; }
p { color: rgb(89,106,110); }
H1.HeaderClassName
{
color: #596A6E;
}
.AnyTagClassName
{
color: #596A6E;
}
</style>
background-color css
<style>
a { background-color: #596A6E; }
a { background-color: rgb(89,106,110); }
div.DivClassName
{
background-color: #596A6E;
}
.BgClassName
{
background-color: #596A6E;
}
</style>
border-color css
<style>
span { border-color: #596A6E; }
span { border-color: rgb(89,106,110); }
td.TdClassName
{
border-color: #596A6E;
}
.TagClassName
{
border-color: #596A6E;
}
</style>