Shades of Shuttle Grey #586470
Tints of Shuttle Grey #586470
RGB
CMYK
RGB Variations
Color information
#586470 (or 0x586470) is known color: Shuttle Grey. HEX triplet: 58, 64 and 70. RGB value is (88,100,112). Sum of RGB (Red+Green+Blue) = 88+100+112=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 112 - color contains mainly: blue. Hex color #586470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586470 is #A79B8F. Grayscale: #616161. Windows color (decimal): -10984336 or 7365720. OLE color: 7365720.
HSL color Cylindrical-coordinate representation of color #586470: hue angle of 210º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #586470 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 100 | 112 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.56 |
| HSL | 210º | 0.12% | 0.39% | - |
| HSV(B) | 210º | 0.21% | 0.44% | - |
| XYZ | 11.51 | 12.36 | 17.11 | - |
| YUV | 97.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 100 | 112 | 0.21 | 0.11 | 0 | 0.56 | 210 | 0.12 | 0.39 |
| Hex | 58 | 64 | 70 | 15 | B | 0 | 38 | D2 | C | 27 |
| Octal | 130 | 144 | 160 | 25 | 13 | 0 | 70 | 322 | 14 | 47 |
| Binary | 1011000 | 1100100 | 1110000 | 10101 | 1011 | 0 | 111000 | 11010010 | 1100 | 100111 |
Color Harmonies of #586470
Complementary color
Monochromatic Colors of #586470
Black with #586470
Text Example
Text Example
White with #586470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586470; }
p { color: rgb(88,100,112); }
H1.HeaderClassName
{
color: #586470;
}
.AnyTagClassName
{
color: #586470;
}
</style>
background-color css
<style>
a { background-color: #586470; }
a { background-color: rgb(88,100,112); }
div.DivClassName
{
background-color: #586470;
}
.BgClassName
{
background-color: #586470;
}
</style>
border-color css
<style>
span { border-color: #586470; }
span { border-color: rgb(88,100,112); }
td.TdClassName
{
border-color: #586470;
}
.TagClassName
{
border-color: #586470;
}
</style>