Shades of Pale Sky #59686B
Tints of Pale Sky #59686B
RGB
CMYK
RGB Variations
Color information
#59686B (or 0x59686B) is known color: Pale Sky. HEX triplet: 59, 68 and 6B. RGB value is (89,104,107). Sum of RGB (Red+Green+Blue) = 89+104+107=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 107 - color contains mainly: blue. Hex color #59686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59686B is #A69794. Grayscale: #636363. Windows color (decimal): -10917781 or 7039065. OLE color: 7039065.
HSL color Cylindrical-coordinate representation of color #59686B: hue angle of 190º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #59686B is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 104 | 107 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.58 |
| HSL | 190º | 0.09% | 0.38% | - |
| HSV(B) | 190º | 0.17% | 0.42% | - |
| XYZ | 11.72 | 13.09 | 15.82 | - |
| YUV | 99.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 104 | 107 | 0.17 | 0.03 | 0 | 0.58 | 190 | 0.09 | 0.38 |
| Hex | 59 | 68 | 6B | 11 | 3 | 0 | 3A | BE | 9 | 26 |
| Octal | 131 | 150 | 153 | 21 | 3 | 0 | 72 | 276 | 11 | 46 |
| Binary | 1011001 | 1101000 | 1101011 | 10001 | 11 | 0 | 111010 | 10111110 | 1001 | 100110 |
Color Harmonies of #59686B
Complementary color
Monochromatic Colors of #59686B
Black with #59686B
Text Example
Text Example
White with #59686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59686B; }
p { color: rgb(89,104,107); }
H1.HeaderClassName
{
color: #59686B;
}
.AnyTagClassName
{
color: #59686B;
}
</style>
background-color css
<style>
a { background-color: #59686B; }
a { background-color: rgb(89,104,107); }
div.DivClassName
{
background-color: #59686B;
}
.BgClassName
{
background-color: #59686B;
}
</style>
border-color css
<style>
span { border-color: #59686B; }
span { border-color: rgb(89,104,107); }
td.TdClassName
{
border-color: #59686B;
}
.TagClassName
{
border-color: #59686B;
}
</style>