Shades of Shuttle Grey #596572
Tints of Shuttle Grey #596572
RGB
CMYK
RGB Variations
Color information
#596572 (or 0x596572) is known color: Shuttle Grey. HEX triplet: 59, 65 and 72. RGB value is (89,101,114). Sum of RGB (Red+Green+Blue) = 89+101+114=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 114 - color contains mainly: blue. Hex color #596572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596572 is #A69A8D. Grayscale: #626262. Windows color (decimal): -10918542 or 7497049. OLE color: 7497049.
HSL color Cylindrical-coordinate representation of color #596572: hue angle of 211.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #596572 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 101 | 114 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.55 |
| HSL | 211.2º | 0.12% | 0.4% | - |
| HSV(B) | 211.2º | 0.22% | 0.45% | - |
| XYZ | 11.81 | 12.65 | 17.74 | - |
| YUV | 98.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 114 | 0.22 | 0.11 | 0 | 0.55 | 211.2 | 0.12 | 0.4 |
| Hex | 59 | 65 | 72 | 16 | B | 0 | 37 | D3 | C | 28 |
| Octal | 131 | 145 | 162 | 26 | 13 | 0 | 67 | 323 | 14 | 50 |
| Binary | 1011001 | 1100101 | 1110010 | 10110 | 1011 | 0 | 110111 | 11010011 | 1100 | 101000 |
Color Harmonies of #596572
Complementary color
Monochromatic Colors of #596572
Black with #596572
Text Example
Text Example
White with #596572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596572; }
p { color: rgb(89,101,114); }
H1.HeaderClassName
{
color: #596572;
}
.AnyTagClassName
{
color: #596572;
}
</style>
background-color css
<style>
a { background-color: #596572; }
a { background-color: rgb(89,101,114); }
div.DivClassName
{
background-color: #596572;
}
.BgClassName
{
background-color: #596572;
}
</style>
border-color css
<style>
span { border-color: #596572; }
span { border-color: rgb(89,101,114); }
td.TdClassName
{
border-color: #596572;
}
.TagClassName
{
border-color: #596572;
}
</style>