Shades of Pale Sky #586E72
Tints of Pale Sky #586E72
RGB
CMYK
RGB Variations
Color information
#586E72 (or 0x586E72) is known color: Pale Sky. HEX triplet: 58, 6E and 72. RGB value is (88,110,114). Sum of RGB (Red+Green+Blue) = 88+110+114=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 114 - color contains mainly: blue. Hex color #586E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586E72 is #A7918D. Grayscale: #676767. Windows color (decimal): -10981774 or 7499352. OLE color: 7499352.
HSL color Cylindrical-coordinate representation of color #586E72: hue angle of 189.23º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #586E72 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 110 | 114 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.55 |
| HSL | 189.23º | 0.13% | 0.4% | - |
| HSV(B) | 189.23º | 0.23% | 0.45% | - |
| XYZ | 12.64 | 14.44 | 18.04 | - |
| YUV | 103.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 114 | 0.23 | 0.04 | 0 | 0.55 | 189.23 | 0.13 | 0.4 |
| Hex | 58 | 6E | 72 | 17 | 4 | 0 | 37 | BD | D | 28 |
| Octal | 130 | 156 | 162 | 27 | 4 | 0 | 67 | 275 | 15 | 50 |
| Binary | 1011000 | 1101110 | 1110010 | 10111 | 100 | 0 | 110111 | 10111101 | 1101 | 101000 |
Color Harmonies of #586E72
Complementary color
Monochromatic Colors of #586E72
Black with #586E72
Text Example
Text Example
White with #586E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586E72; }
p { color: rgb(88,110,114); }
H1.HeaderClassName
{
color: #586E72;
}
.AnyTagClassName
{
color: #586E72;
}
</style>
background-color css
<style>
a { background-color: #586E72; }
a { background-color: rgb(88,110,114); }
div.DivClassName
{
background-color: #586E72;
}
.BgClassName
{
background-color: #586E72;
}
</style>
border-color css
<style>
span { border-color: #586E72; }
span { border-color: rgb(88,110,114); }
td.TdClassName
{
border-color: #586E72;
}
.TagClassName
{
border-color: #586E72;
}
</style>