Shades of Shuttle Grey #586675
Tints of Shuttle Grey #586675
RGB
CMYK
RGB Variations
Color information
#586675 (or 0x586675) is known color: Shuttle Grey. HEX triplet: 58, 66 and 75. RGB value is (88,102,117). Sum of RGB (Red+Green+Blue) = 88+102+117=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: blue. Hex color #586675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586675 is #A7998A. Grayscale: #636363. Windows color (decimal): -10983819 or 7693912. OLE color: 7693912.
HSL color Cylindrical-coordinate representation of color #586675: hue angle of 211.03º degrees, saturation: 0.14, 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 #586675 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 102 | 117 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.54 |
| HSL | 211.03º | 0.14% | 0.4% | - |
| HSV(B) | 211.03º | 0.25% | 0.46% | - |
| XYZ | 11.99 | 12.86 | 18.68 | - |
| YUV | 99.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 117 | 0.25 | 0.13 | 0 | 0.54 | 211.03 | 0.14 | 0.4 |
| Hex | 58 | 66 | 75 | 19 | D | 0 | 36 | D3 | E | 28 |
| Octal | 130 | 146 | 165 | 31 | 15 | 0 | 66 | 323 | 16 | 50 |
| Binary | 1011000 | 1100110 | 1110101 | 11001 | 1101 | 0 | 110110 | 11010011 | 1110 | 101000 |
Color Harmonies of #586675
Complementary color
Monochromatic Colors of #586675
Black with #586675
Text Example
Text Example
White with #586675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586675; }
p { color: rgb(88,102,117); }
H1.HeaderClassName
{
color: #586675;
}
.AnyTagClassName
{
color: #586675;
}
</style>
background-color css
<style>
a { background-color: #586675; }
a { background-color: rgb(88,102,117); }
div.DivClassName
{
background-color: #586675;
}
.BgClassName
{
background-color: #586675;
}
</style>
border-color css
<style>
span { border-color: #586675; }
span { border-color: rgb(88,102,117); }
td.TdClassName
{
border-color: #586675;
}
.TagClassName
{
border-color: #586675;
}
</style>