Shades of Shuttle Grey #586876
Tints of Shuttle Grey #586876
RGB
CMYK
RGB Variations
Color information
#586876 (or 0x586876) is known color: Shuttle Grey. HEX triplet: 58, 68 and 76. RGB value is (88,104,118). Sum of RGB (Red+Green+Blue) = 88+104+118=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #586876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586876 is #A79789. Grayscale: #646464. Windows color (decimal): -10983306 or 7759960. OLE color: 7759960.
HSL color Cylindrical-coordinate representation of color #586876: hue angle of 208º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #586876 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 104 | 118 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.54 |
| HSL | 208º | 0.15% | 0.4% | - |
| HSV(B) | 208º | 0.25% | 0.46% | - |
| XYZ | 12.24 | 13.28 | 19.06 | - |
| YUV | 100.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 104 | 118 | 0.25 | 0.12 | 0 | 0.54 | 208 | 0.15 | 0.4 |
| Hex | 58 | 68 | 76 | 19 | C | 0 | 36 | D0 | F | 28 |
| Octal | 130 | 150 | 166 | 31 | 14 | 0 | 66 | 320 | 17 | 50 |
| Binary | 1011000 | 1101000 | 1110110 | 11001 | 1100 | 0 | 110110 | 11010000 | 1111 | 101000 |
Color Harmonies of #586876
Complementary color
Monochromatic Colors of #586876
Black with #586876
Text Example
Text Example
White with #586876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586876; }
p { color: rgb(88,104,118); }
H1.HeaderClassName
{
color: #586876;
}
.AnyTagClassName
{
color: #586876;
}
</style>
background-color css
<style>
a { background-color: #586876; }
a { background-color: rgb(88,104,118); }
div.DivClassName
{
background-color: #586876;
}
.BgClassName
{
background-color: #586876;
}
</style>
border-color css
<style>
span { border-color: #586876; }
span { border-color: rgb(88,104,118); }
td.TdClassName
{
border-color: #586876;
}
.TagClassName
{
border-color: #586876;
}
</style>