Shades of Shuttle Grey #586579
Tints of Shuttle Grey #586579
RGB
CMYK
RGB Variations
Color information
#586579 (or 0x586579) is known color: Shuttle Grey. HEX triplet: 58, 65 and 79. RGB value is (88,101,121). Sum of RGB (Red+Green+Blue) = 88+101+121=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #586579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586579 is #A79A86. Grayscale: #636363. Windows color (decimal): -10984071 or 7955800. OLE color: 7955800.
HSL color Cylindrical-coordinate representation of color #586579: hue angle of 216.36º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #586579 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 101 | 121 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.53 |
| HSL | 216.36º | 0.16% | 0.41% | - |
| HSV(B) | 216.36º | 0.27% | 0.47% | - |
| XYZ | 12.13 | 12.76 | 19.91 | - |
| YUV | 99.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 121 | 0.27 | 0.17 | 0 | 0.53 | 216.36 | 0.16 | 0.41 |
| Hex | 58 | 65 | 79 | 1B | 11 | 0 | 35 | D8 | 10 | 29 |
| Octal | 130 | 145 | 171 | 33 | 21 | 0 | 65 | 330 | 20 | 51 |
| Binary | 1011000 | 1100101 | 1111001 | 11011 | 10001 | 0 | 110101 | 11011000 | 10000 | 101001 |
Color Harmonies of #586579
Complementary color
Monochromatic Colors of #586579
Black with #586579
Text Example
Text Example
White with #586579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586579; }
p { color: rgb(88,101,121); }
H1.HeaderClassName
{
color: #586579;
}
.AnyTagClassName
{
color: #586579;
}
</style>
background-color css
<style>
a { background-color: #586579; }
a { background-color: rgb(88,101,121); }
div.DivClassName
{
background-color: #586579;
}
.BgClassName
{
background-color: #586579;
}
</style>
border-color css
<style>
span { border-color: #586579; }
span { border-color: rgb(88,101,121); }
td.TdClassName
{
border-color: #586579;
}
.TagClassName
{
border-color: #586579;
}
</style>