Shades of Pale Sky #59696E
Tints of Pale Sky #59696E
RGB
CMYK
RGB Variations
Color information
#59696E (or 0x59696E) is known color: Pale Sky. HEX triplet: 59, 69 and 6E. RGB value is (89,105,110). Sum of RGB (Red+Green+Blue) = 89+105+110=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 110 - color contains mainly: blue. Hex color #59696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59696E is #A69691. Grayscale: #646464. Windows color (decimal): -10917522 or 7235929. OLE color: 7235929.
HSL color Cylindrical-coordinate representation of color #59696E: hue angle of 194.29º 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 #59696E is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 105 | 110 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.57 |
| HSL | 194.29º | 0.11% | 0.39% | - |
| HSV(B) | 194.29º | 0.19% | 0.43% | - |
| XYZ | 11.99 | 13.35 | 16.7 | - |
| YUV | 100.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 105 | 110 | 0.19 | 0.05 | 0 | 0.57 | 194.29 | 0.11 | 0.39 |
| Hex | 59 | 69 | 6E | 13 | 5 | 0 | 39 | C2 | B | 27 |
| Octal | 131 | 151 | 156 | 23 | 5 | 0 | 71 | 302 | 13 | 47 |
| Binary | 1011001 | 1101001 | 1101110 | 10011 | 101 | 0 | 111001 | 11000010 | 1011 | 100111 |
Color Harmonies of #59696E
Complementary color
Monochromatic Colors of #59696E
Black with #59696E
Text Example
Text Example
White with #59696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59696E; }
p { color: rgb(89,105,110); }
H1.HeaderClassName
{
color: #59696E;
}
.AnyTagClassName
{
color: #59696E;
}
</style>
background-color css
<style>
a { background-color: #59696E; }
a { background-color: rgb(89,105,110); }
div.DivClassName
{
background-color: #59696E;
}
.BgClassName
{
background-color: #59696E;
}
</style>
border-color css
<style>
span { border-color: #59696E; }
span { border-color: rgb(89,105,110); }
td.TdClassName
{
border-color: #59696E;
}
.TagClassName
{
border-color: #59696E;
}
</style>