Shades of Shuttle Grey #586676
Tints of Shuttle Grey #586676
RGB
CMYK
RGB Variations
Color information
#586676 (or 0x586676) is known color: Shuttle Grey. HEX triplet: 58, 66 and 76. RGB value is (88,102,118). Sum of RGB (Red+Green+Blue) = 88+102+118=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: blue. Hex color #586676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586676 is #A79989. Grayscale: #636363. Windows color (decimal): -10983818 or 7759448. OLE color: 7759448.
HSL color Cylindrical-coordinate representation of color #586676: hue angle of 212º 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 #586676 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 102 | 118 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.54 |
| HSL | 212º | 0.15% | 0.4% | - |
| HSV(B) | 212º | 0.25% | 0.46% | - |
| XYZ | 12.05 | 12.89 | 18.99 | - |
| YUV | 99.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 118 | 0.25 | 0.14 | 0 | 0.54 | 212 | 0.15 | 0.4 |
| Hex | 58 | 66 | 76 | 19 | E | 0 | 36 | D4 | F | 28 |
| Octal | 130 | 146 | 166 | 31 | 16 | 0 | 66 | 324 | 17 | 50 |
| Binary | 1011000 | 1100110 | 1110110 | 11001 | 1110 | 0 | 110110 | 11010100 | 1111 | 101000 |
Color Harmonies of #586676
Complementary color
Monochromatic Colors of #586676
Black with #586676
Text Example
Text Example
White with #586676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586676; }
p { color: rgb(88,102,118); }
H1.HeaderClassName
{
color: #586676;
}
.AnyTagClassName
{
color: #586676;
}
</style>
background-color css
<style>
a { background-color: #586676; }
a { background-color: rgb(88,102,118); }
div.DivClassName
{
background-color: #586676;
}
.BgClassName
{
background-color: #586676;
}
</style>
border-color css
<style>
span { border-color: #586676; }
span { border-color: rgb(88,102,118); }
td.TdClassName
{
border-color: #586676;
}
.TagClassName
{
border-color: #586676;
}
</style>