Shades of Pale Sky #596B70
Tints of Pale Sky #596B70
RGB
CMYK
RGB Variations
Color information
#596B70 (or 0x596B70) is known color: Pale Sky. HEX triplet: 59, 6B and 70. RGB value is (89,107,112). Sum of RGB (Red+Green+Blue) = 89+107+112=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 112 - color contains mainly: blue. Hex color #596B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596B70 is #A6948F. Grayscale: #666666. Windows color (decimal): -10917008 or 7367513. OLE color: 7367513.
HSL color Cylindrical-coordinate representation of color #596B70: hue angle of 193.04º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #596B70 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 107 | 112 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.56 |
| HSL | 193.04º | 0.11% | 0.39% | - |
| HSV(B) | 193.04º | 0.21% | 0.44% | - |
| XYZ | 12.3 | 13.81 | 17.35 | - |
| YUV | 102.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 107 | 112 | 0.21 | 0.04 | 0 | 0.56 | 193.04 | 0.11 | 0.39 |
| Hex | 59 | 6B | 70 | 15 | 4 | 0 | 38 | C1 | B | 27 |
| Octal | 131 | 153 | 160 | 25 | 4 | 0 | 70 | 301 | 13 | 47 |
| Binary | 1011001 | 1101011 | 1110000 | 10101 | 100 | 0 | 111000 | 11000001 | 1011 | 100111 |
Color Harmonies of #596B70
Complementary color
Monochromatic Colors of #596B70
Black with #596B70
Text Example
Text Example
White with #596B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596B70; }
p { color: rgb(89,107,112); }
H1.HeaderClassName
{
color: #596B70;
}
.AnyTagClassName
{
color: #596B70;
}
</style>
background-color css
<style>
a { background-color: #596B70; }
a { background-color: rgb(89,107,112); }
div.DivClassName
{
background-color: #596B70;
}
.BgClassName
{
background-color: #596B70;
}
</style>
border-color css
<style>
span { border-color: #596B70; }
span { border-color: rgb(89,107,112); }
td.TdClassName
{
border-color: #596B70;
}
.TagClassName
{
border-color: #596B70;
}
</style>