Shades of Pale Sky #59676A
Tints of Pale Sky #59676A
RGB
CMYK
RGB Variations
Color information
#59676A (or 0x59676A) is known color: Pale Sky. HEX triplet: 59, 67 and 6A. RGB value is (89,103,106). Sum of RGB (Red+Green+Blue) = 89+103+106=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 106 - color contains mainly: blue. Hex color #59676A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59676A is #A69895. Grayscale: #636363. Windows color (decimal): -10918038 or 6973273. OLE color: 6973273.
HSL color Cylindrical-coordinate representation of color #59676A: hue angle of 190.59º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #59676A is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 103 | 106 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.58 |
| HSL | 190.59º | 0.09% | 0.38% | - |
| HSV(B) | 190.59º | 0.16% | 0.42% | - |
| XYZ | 11.57 | 12.86 | 15.51 | - |
| YUV | 99.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 103 | 106 | 0.16 | 0.03 | 0 | 0.58 | 190.59 | 0.09 | 0.38 |
| Hex | 59 | 67 | 6A | 10 | 3 | 0 | 3A | BF | 9 | 26 |
| Octal | 131 | 147 | 152 | 20 | 3 | 0 | 72 | 277 | 11 | 46 |
| Binary | 1011001 | 1100111 | 1101010 | 10000 | 11 | 0 | 111010 | 10111111 | 1001 | 100110 |
Color Harmonies of #59676A
Complementary color
Monochromatic Colors of #59676A
Black with #59676A
Text Example
Text Example
White with #59676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59676A; }
p { color: rgb(89,103,106); }
H1.HeaderClassName
{
color: #59676A;
}
.AnyTagClassName
{
color: #59676A;
}
</style>
background-color css
<style>
a { background-color: #59676A; }
a { background-color: rgb(89,103,106); }
div.DivClassName
{
background-color: #59676A;
}
.BgClassName
{
background-color: #59676A;
}
</style>
border-color css
<style>
span { border-color: #59676A; }
span { border-color: rgb(89,103,106); }
td.TdClassName
{
border-color: #59676A;
}
.TagClassName
{
border-color: #59676A;
}
</style>