Shades of Shuttle Grey #586477
Tints of Shuttle Grey #586477
RGB
CMYK
RGB Variations
Color information
#586477 (or 0x586477) is known color: Shuttle Grey. HEX triplet: 58, 64 and 77. RGB value is (88,100,119). Sum of RGB (Red+Green+Blue) = 88+100+119=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #586477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586477 is #A79B88. Grayscale: #626262. Windows color (decimal): -10984329 or 7824472. OLE color: 7824472.
HSL color Cylindrical-coordinate representation of color #586477: hue angle of 216.77º 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 #586477 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 100 | 119 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.53 |
| HSL | 216.77º | 0.15% | 0.41% | - |
| HSV(B) | 216.77º | 0.26% | 0.47% | - |
| XYZ | 11.91 | 12.52 | 19.24 | - |
| YUV | 98.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 100 | 119 | 0.26 | 0.16 | 0 | 0.53 | 216.77 | 0.15 | 0.41 |
| Hex | 58 | 64 | 77 | 1A | 10 | 0 | 35 | D9 | F | 29 |
| Octal | 130 | 144 | 167 | 32 | 20 | 0 | 65 | 331 | 17 | 51 |
| Binary | 1011000 | 1100100 | 1110111 | 11010 | 10000 | 0 | 110101 | 11011001 | 1111 | 101001 |
Color Harmonies of #586477
Complementary color
Monochromatic Colors of #586477
Black with #586477
Text Example
Text Example
White with #586477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586477; }
p { color: rgb(88,100,119); }
H1.HeaderClassName
{
color: #586477;
}
.AnyTagClassName
{
color: #586477;
}
</style>
background-color css
<style>
a { background-color: #586477; }
a { background-color: rgb(88,100,119); }
div.DivClassName
{
background-color: #586477;
}
.BgClassName
{
background-color: #586477;
}
</style>
border-color css
<style>
span { border-color: #586477; }
span { border-color: rgb(88,100,119); }
td.TdClassName
{
border-color: #586477;
}
.TagClassName
{
border-color: #586477;
}
</style>