Shades of Shuttle Grey #586572
Tints of Shuttle Grey #586572
RGB
CMYK
RGB Variations
Color information
#586572 (or 0x586572) is known color: Shuttle Grey. HEX triplet: 58, 65 and 72. RGB value is (88,101,114). Sum of RGB (Red+Green+Blue) = 88+101+114=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 114 - color contains mainly: blue. Hex color #586572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586572 is #A79A8D. Grayscale: #626262. Windows color (decimal): -10984078 or 7497048. OLE color: 7497048.
HSL color Cylindrical-coordinate representation of color #586572: hue angle of 210º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #586572 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 101 | 114 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.55 |
| HSL | 210º | 0.13% | 0.4% | - |
| HSV(B) | 210º | 0.23% | 0.45% | - |
| XYZ | 11.72 | 12.6 | 17.73 | - |
| YUV | 98.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 114 | 0.23 | 0.11 | 0 | 0.55 | 210 | 0.13 | 0.4 |
| Hex | 58 | 65 | 72 | 17 | B | 0 | 37 | D2 | D | 28 |
| Octal | 130 | 145 | 162 | 27 | 13 | 0 | 67 | 322 | 15 | 50 |
| Binary | 1011000 | 1100101 | 1110010 | 10111 | 1011 | 0 | 110111 | 11010010 | 1101 | 101000 |
Color Harmonies of #586572
Complementary color
Monochromatic Colors of #586572
Black with #586572
Text Example
Text Example
White with #586572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586572; }
p { color: rgb(88,101,114); }
H1.HeaderClassName
{
color: #586572;
}
.AnyTagClassName
{
color: #586572;
}
</style>
background-color css
<style>
a { background-color: #586572; }
a { background-color: rgb(88,101,114); }
div.DivClassName
{
background-color: #586572;
}
.BgClassName
{
background-color: #586572;
}
</style>
border-color css
<style>
span { border-color: #586572; }
span { border-color: rgb(88,101,114); }
td.TdClassName
{
border-color: #586572;
}
.TagClassName
{
border-color: #586572;
}
</style>