Shades of Pale Sky #586A6E
Tints of Pale Sky #586A6E
RGB
CMYK
RGB Variations
Color information
#586A6E (or 0x586A6E) is known color: Pale Sky. HEX triplet: 58, 6A and 6E. RGB value is (88,106,110). Sum of RGB (Red+Green+Blue) = 88+106+110=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 110 - color contains mainly: blue. Hex color #586A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586A6E is #A79591. Grayscale: #656565. Windows color (decimal): -10982802 or 7236184. OLE color: 7236184.
HSL color Cylindrical-coordinate representation of color #586A6E: hue angle of 190.91º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #586A6E is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 106 | 110 | - |
| CMYK | 0.2 | 0.04 | 0 | 0.57 |
| HSL | 190.91º | 0.11% | 0.39% | - |
| HSV(B) | 190.91º | 0.2% | 0.43% | - |
| XYZ | 11.99 | 13.51 | 16.73 | - |
| YUV | 101.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 110 | 0.2 | 0.04 | 0 | 0.57 | 190.91 | 0.11 | 0.39 |
| Hex | 58 | 6A | 6E | 14 | 4 | 0 | 39 | BF | B | 27 |
| Octal | 130 | 152 | 156 | 24 | 4 | 0 | 71 | 277 | 13 | 47 |
| Binary | 1011000 | 1101010 | 1101110 | 10100 | 100 | 0 | 111001 | 10111111 | 1011 | 100111 |
Color Harmonies of #586A6E
Complementary color
Monochromatic Colors of #586A6E
Black with #586A6E
Text Example
Text Example
White with #586A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586A6E; }
p { color: rgb(88,106,110); }
H1.HeaderClassName
{
color: #586A6E;
}
.AnyTagClassName
{
color: #586A6E;
}
</style>
background-color css
<style>
a { background-color: #586A6E; }
a { background-color: rgb(88,106,110); }
div.DivClassName
{
background-color: #586A6E;
}
.BgClassName
{
background-color: #586A6E;
}
</style>
border-color css
<style>
span { border-color: #586A6E; }
span { border-color: rgb(88,106,110); }
td.TdClassName
{
border-color: #586A6E;
}
.TagClassName
{
border-color: #586A6E;
}
</style>