Shades of Shuttle Grey #596473
Tints of Shuttle Grey #596473
RGB
CMYK
RGB Variations
Color information
#596473 (or 0x596473) is known color: Shuttle Grey. HEX triplet: 59, 64 and 73. RGB value is (89,100,115). Sum of RGB (Red+Green+Blue) = 89+100+115=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 115 - color contains mainly: blue. Hex color #596473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596473 is #A69B8C. Grayscale: #626262. Windows color (decimal): -10918797 or 7562329. OLE color: 7562329.
HSL color Cylindrical-coordinate representation of color #596473: hue angle of 214.62º 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 #596473 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 100 | 115 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.55 |
| HSL | 214.62º | 0.13% | 0.4% | - |
| HSV(B) | 214.62º | 0.23% | 0.45% | - |
| XYZ | 11.77 | 12.48 | 18.01 | - |
| YUV | 98.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 100 | 115 | 0.23 | 0.13 | 0 | 0.55 | 214.62 | 0.13 | 0.4 |
| Hex | 59 | 64 | 73 | 17 | D | 0 | 37 | D7 | D | 28 |
| Octal | 131 | 144 | 163 | 27 | 15 | 0 | 67 | 327 | 15 | 50 |
| Binary | 1011001 | 1100100 | 1110011 | 10111 | 1101 | 0 | 110111 | 11010111 | 1101 | 101000 |
Color Harmonies of #596473
Complementary color
Monochromatic Colors of #596473
Black with #596473
Text Example
Text Example
White with #596473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596473; }
p { color: rgb(89,100,115); }
H1.HeaderClassName
{
color: #596473;
}
.AnyTagClassName
{
color: #596473;
}
</style>
background-color css
<style>
a { background-color: #596473; }
a { background-color: rgb(89,100,115); }
div.DivClassName
{
background-color: #596473;
}
.BgClassName
{
background-color: #596473;
}
</style>
border-color css
<style>
span { border-color: #596473; }
span { border-color: rgb(89,100,115); }
td.TdClassName
{
border-color: #596473;
}
.TagClassName
{
border-color: #596473;
}
</style>