Shades of Pale Sky #586A74
Tints of Pale Sky #586A74
RGB
CMYK
RGB Variations
Color information
#586A74 (or 0x586A74) is known color: Pale Sky. HEX triplet: 58, 6A and 74. RGB value is (88,106,116). Sum of RGB (Red+Green+Blue) = 88+106+116=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 116 - color contains mainly: blue. Hex color #586A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586A74 is #A7958B. Grayscale: #656565. Windows color (decimal): -10982796 or 7629400. OLE color: 7629400.
HSL color Cylindrical-coordinate representation of color #586A74: hue angle of 201.43º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #586A74 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 106 | 116 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.55 |
| HSL | 201.43º | 0.14% | 0.4% | - |
| HSV(B) | 201.43º | 0.24% | 0.45% | - |
| XYZ | 12.33 | 13.64 | 18.51 | - |
| YUV | 101.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 116 | 0.24 | 0.09 | 0 | 0.55 | 201.43 | 0.14 | 0.4 |
| Hex | 58 | 6A | 74 | 18 | 9 | 0 | 37 | C9 | E | 28 |
| Octal | 130 | 152 | 164 | 30 | 11 | 0 | 67 | 311 | 16 | 50 |
| Binary | 1011000 | 1101010 | 1110100 | 11000 | 1001 | 0 | 110111 | 11001001 | 1110 | 101000 |
Color Harmonies of #586A74
Complementary color
Monochromatic Colors of #586A74
Black with #586A74
Text Example
Text Example
White with #586A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586A74; }
p { color: rgb(88,106,116); }
H1.HeaderClassName
{
color: #586A74;
}
.AnyTagClassName
{
color: #586A74;
}
</style>
background-color css
<style>
a { background-color: #586A74; }
a { background-color: rgb(88,106,116); }
div.DivClassName
{
background-color: #586A74;
}
.BgClassName
{
background-color: #586A74;
}
</style>
border-color css
<style>
span { border-color: #586A74; }
span { border-color: rgb(88,106,116); }
td.TdClassName
{
border-color: #586A74;
}
.TagClassName
{
border-color: #586A74;
}
</style>