Shades of Shuttle Grey #586977
Tints of Shuttle Grey #586977
RGB
CMYK
RGB Variations
Color information
#586977 (or 0x586977) is known color: Shuttle Grey. HEX triplet: 58, 69 and 77. RGB value is (88,105,119). Sum of RGB (Red+Green+Blue) = 88+105+119=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #586977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586977 is #A79688. Grayscale: #656565. Windows color (decimal): -10983049 or 7825752. OLE color: 7825752.
HSL color Cylindrical-coordinate representation of color #586977: hue angle of 207.1º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #586977 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 105 | 119 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.53 |
| HSL | 207.1º | 0.15% | 0.41% | - |
| HSV(B) | 207.1º | 0.26% | 0.47% | - |
| XYZ | 12.41 | 13.51 | 19.41 | - |
| YUV | 101.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 105 | 119 | 0.26 | 0.12 | 0 | 0.53 | 207.1 | 0.15 | 0.41 |
| Hex | 58 | 69 | 77 | 1A | C | 0 | 35 | CF | F | 29 |
| Octal | 130 | 151 | 167 | 32 | 14 | 0 | 65 | 317 | 17 | 51 |
| Binary | 1011000 | 1101001 | 1110111 | 11010 | 1100 | 0 | 110101 | 11001111 | 1111 | 101001 |
Color Harmonies of #586977
Complementary color
Monochromatic Colors of #586977
Black with #586977
Text Example
Text Example
White with #586977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586977; }
p { color: rgb(88,105,119); }
H1.HeaderClassName
{
color: #586977;
}
.AnyTagClassName
{
color: #586977;
}
</style>
background-color css
<style>
a { background-color: #586977; }
a { background-color: rgb(88,105,119); }
div.DivClassName
{
background-color: #586977;
}
.BgClassName
{
background-color: #586977;
}
</style>
border-color css
<style>
span { border-color: #586977; }
span { border-color: rgb(88,105,119); }
td.TdClassName
{
border-color: #586977;
}
.TagClassName
{
border-color: #586977;
}
</style>