Shades of Shuttle Grey #596575
Tints of Shuttle Grey #596575
RGB
CMYK
RGB Variations
Color information
#596575 (or 0x596575) is known color: Shuttle Grey. HEX triplet: 59, 65 and 75. RGB value is (89,101,117). Sum of RGB (Red+Green+Blue) = 89+101+117=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: blue. Hex color #596575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596575 is #A69A8A. Grayscale: #636363. Windows color (decimal): -10918539 or 7693657. OLE color: 7693657.
HSL color Cylindrical-coordinate representation of color #596575: hue angle of 214.29º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #596575 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 101 | 117 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.54 |
| HSL | 214.29º | 0.14% | 0.4% | - |
| HSV(B) | 214.29º | 0.24% | 0.46% | - |
| XYZ | 11.98 | 12.72 | 18.65 | - |
| YUV | 99.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 117 | 0.24 | 0.14 | 0 | 0.54 | 214.29 | 0.14 | 0.4 |
| Hex | 59 | 65 | 75 | 18 | E | 0 | 36 | D6 | E | 28 |
| Octal | 131 | 145 | 165 | 30 | 16 | 0 | 66 | 326 | 16 | 50 |
| Binary | 1011001 | 1100101 | 1110101 | 11000 | 1110 | 0 | 110110 | 11010110 | 1110 | 101000 |
Color Harmonies of #596575
Complementary color
Monochromatic Colors of #596575
Black with #596575
Text Example
Text Example
White with #596575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596575; }
p { color: rgb(89,101,117); }
H1.HeaderClassName
{
color: #596575;
}
.AnyTagClassName
{
color: #596575;
}
</style>
background-color css
<style>
a { background-color: #596575; }
a { background-color: rgb(89,101,117); }
div.DivClassName
{
background-color: #596575;
}
.BgClassName
{
background-color: #596575;
}
</style>
border-color css
<style>
span { border-color: #596575; }
span { border-color: rgb(89,101,117); }
td.TdClassName
{
border-color: #596575;
}
.TagClassName
{
border-color: #596575;
}
</style>