Shades of Pale Sky #586F77
Tints of Pale Sky #586F77
RGB
CMYK
RGB Variations
Color information
#586F77 (or 0x586F77) is known color: Pale Sky. HEX triplet: 58, 6F and 77. RGB value is (88,111,119). Sum of RGB (Red+Green+Blue) = 88+111+119=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 119 - color contains mainly: blue. Hex color #586F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F77 is #A79088. Grayscale: #686868. Windows color (decimal): -10981513 or 7827288. OLE color: 7827288.
HSL color Cylindrical-coordinate representation of color #586F77: hue angle of 195.48º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #586F77 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 111 | 119 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.53 |
| HSL | 195.48º | 0.15% | 0.41% | - |
| HSV(B) | 195.48º | 0.26% | 0.47% | - |
| XYZ | 13.04 | 14.78 | 19.62 | - |
| YUV | 105.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 119 | 0.26 | 0.07 | 0 | 0.53 | 195.48 | 0.15 | 0.41 |
| Hex | 58 | 6F | 77 | 1A | 7 | 0 | 35 | C3 | F | 29 |
| Octal | 130 | 157 | 167 | 32 | 7 | 0 | 65 | 303 | 17 | 51 |
| Binary | 1011000 | 1101111 | 1110111 | 11010 | 111 | 0 | 110101 | 11000011 | 1111 | 101001 |
Color Harmonies of #586F77
Complementary color
Monochromatic Colors of #586F77
Black with #586F77
Text Example
Text Example
White with #586F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586F77; }
p { color: rgb(88,111,119); }
H1.HeaderClassName
{
color: #586F77;
}
.AnyTagClassName
{
color: #586F77;
}
</style>
background-color css
<style>
a { background-color: #586F77; }
a { background-color: rgb(88,111,119); }
div.DivClassName
{
background-color: #586F77;
}
.BgClassName
{
background-color: #586F77;
}
</style>
border-color css
<style>
span { border-color: #586F77; }
span { border-color: rgb(88,111,119); }
td.TdClassName
{
border-color: #586F77;
}
.TagClassName
{
border-color: #586F77;
}
</style>