Shades of Shuttle Grey #596574
Tints of Shuttle Grey #596574
RGB
CMYK
RGB Variations
Color information
#596574 (or 0x596574) is known color: Shuttle Grey. HEX triplet: 59, 65 and 74. RGB value is (89,101,116). Sum of RGB (Red+Green+Blue) = 89+101+116=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 116 - color contains mainly: blue. Hex color #596574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596574 is #A69A8B. Grayscale: #636363. Windows color (decimal): -10918540 or 7628121. OLE color: 7628121.
HSL color Cylindrical-coordinate representation of color #596574: hue angle of 213.33º 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 #596574 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 101 | 116 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.55 |
| HSL | 213.33º | 0.13% | 0.4% | - |
| HSV(B) | 213.33º | 0.23% | 0.45% | - |
| XYZ | 11.93 | 12.69 | 18.34 | - |
| YUV | 99.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 116 | 0.23 | 0.13 | 0 | 0.55 | 213.33 | 0.13 | 0.4 |
| Hex | 59 | 65 | 74 | 17 | D | 0 | 37 | D5 | D | 28 |
| Octal | 131 | 145 | 164 | 27 | 15 | 0 | 67 | 325 | 15 | 50 |
| Binary | 1011001 | 1100101 | 1110100 | 10111 | 1101 | 0 | 110111 | 11010101 | 1101 | 101000 |
Color Harmonies of #596574
Complementary color
Monochromatic Colors of #596574
Black with #596574
Text Example
Text Example
White with #596574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596574; }
p { color: rgb(89,101,116); }
H1.HeaderClassName
{
color: #596574;
}
.AnyTagClassName
{
color: #596574;
}
</style>
background-color css
<style>
a { background-color: #596574; }
a { background-color: rgb(89,101,116); }
div.DivClassName
{
background-color: #596574;
}
.BgClassName
{
background-color: #596574;
}
</style>
border-color css
<style>
span { border-color: #596574; }
span { border-color: rgb(89,101,116); }
td.TdClassName
{
border-color: #596574;
}
.TagClassName
{
border-color: #596574;
}
</style>