Shades of Shuttle Grey #586574
Tints of Shuttle Grey #586574
RGB
CMYK
RGB Variations
Color information
#586574 (or 0x586574) is known color: Shuttle Grey. HEX triplet: 58, 65 and 74. RGB value is (88,101,116). Sum of RGB (Red+Green+Blue) = 88+101+116=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 116 - color contains mainly: blue. Hex color #586574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586574 is #A79A8B. Grayscale: #626262. Windows color (decimal): -10984076 or 7628120. OLE color: 7628120.
HSL color Cylindrical-coordinate representation of color #586574: hue angle of 212.14º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #586574 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 101 | 116 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.55 |
| HSL | 212.14º | 0.14% | 0.4% | - |
| HSV(B) | 212.14º | 0.24% | 0.45% | - |
| XYZ | 11.83 | 12.64 | 18.34 | - |
| YUV | 98.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 116 | 0.24 | 0.13 | 0 | 0.55 | 212.14 | 0.14 | 0.4 |
| Hex | 58 | 65 | 74 | 18 | D | 0 | 37 | D4 | E | 28 |
| Octal | 130 | 145 | 164 | 30 | 15 | 0 | 67 | 324 | 16 | 50 |
| Binary | 1011000 | 1100101 | 1110100 | 11000 | 1101 | 0 | 110111 | 11010100 | 1110 | 101000 |
Color Harmonies of #586574
Complementary color
Monochromatic Colors of #586574
Black with #586574
Text Example
Text Example
White with #586574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586574; }
p { color: rgb(88,101,116); }
H1.HeaderClassName
{
color: #586574;
}
.AnyTagClassName
{
color: #586574;
}
</style>
background-color css
<style>
a { background-color: #586574; }
a { background-color: rgb(88,101,116); }
div.DivClassName
{
background-color: #586574;
}
.BgClassName
{
background-color: #586574;
}
</style>
border-color css
<style>
span { border-color: #586574; }
span { border-color: rgb(88,101,116); }
td.TdClassName
{
border-color: #586574;
}
.TagClassName
{
border-color: #586574;
}
</style>