Shades of Shuttle Grey #586872
Tints of Shuttle Grey #586872
RGB
CMYK
RGB Variations
Color information
#586872 (or 0x586872) is known color: Shuttle Grey. HEX triplet: 58, 68 and 72. RGB value is (88,104,114). Sum of RGB (Red+Green+Blue) = 88+104+114=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 114 - color contains mainly: blue. Hex color #586872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586872 is #A7978D. Grayscale: #646464. Windows color (decimal): -10983310 or 7497816. OLE color: 7497816.
HSL color Cylindrical-coordinate representation of color #586872: hue angle of 203.08º 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 #586872 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 104 | 114 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.55 |
| HSL | 203.08º | 0.13% | 0.4% | - |
| HSV(B) | 203.08º | 0.23% | 0.45% | - |
| XYZ | 12.01 | 13.19 | 17.83 | - |
| YUV | 100.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 104 | 114 | 0.23 | 0.09 | 0 | 0.55 | 203.08 | 0.13 | 0.4 |
| Hex | 58 | 68 | 72 | 17 | 9 | 0 | 37 | CB | D | 28 |
| Octal | 130 | 150 | 162 | 27 | 11 | 0 | 67 | 313 | 15 | 50 |
| Binary | 1011000 | 1101000 | 1110010 | 10111 | 1001 | 0 | 110111 | 11001011 | 1101 | 101000 |
Color Harmonies of #586872
Complementary color
Monochromatic Colors of #586872
Black with #586872
Text Example
Text Example
White with #586872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586872; }
p { color: rgb(88,104,114); }
H1.HeaderClassName
{
color: #586872;
}
.AnyTagClassName
{
color: #586872;
}
</style>
background-color css
<style>
a { background-color: #586872; }
a { background-color: rgb(88,104,114); }
div.DivClassName
{
background-color: #586872;
}
.BgClassName
{
background-color: #586872;
}
</style>
border-color css
<style>
span { border-color: #586872; }
span { border-color: rgb(88,104,114); }
td.TdClassName
{
border-color: #586872;
}
.TagClassName
{
border-color: #586872;
}
</style>