Shades of Shuttle Grey #59606E
Tints of Shuttle Grey #59606E
RGB
CMYK
RGB Variations
Color information
#59606E (or 0x59606E) is known color: Shuttle Grey. HEX triplet: 59, 60 and 6E. RGB value is (89,96,110). Sum of RGB (Red+Green+Blue) = 89+96+110=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 110 - color contains mainly: blue. Hex color #59606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59606E is #A69F91. Grayscale: #5F5F5F. Windows color (decimal): -10919826 or 7233625. OLE color: 7233625.
HSL color Cylindrical-coordinate representation of color #59606E: hue angle of 220º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #59606E is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 96 | 110 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.57 |
| HSL | 220º | 0.11% | 0.39% | - |
| HSV(B) | 220º | 0.19% | 0.43% | - |
| XYZ | 11.12 | 11.62 | 16.41 | - |
| YUV | 95.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 110 | 0.19 | 0.13 | 0 | 0.57 | 220 | 0.11 | 0.39 |
| Hex | 59 | 60 | 6E | 13 | D | 0 | 39 | DC | B | 27 |
| Octal | 131 | 140 | 156 | 23 | 15 | 0 | 71 | 334 | 13 | 47 |
| Binary | 1011001 | 1100000 | 1101110 | 10011 | 1101 | 0 | 111001 | 11011100 | 1011 | 100111 |
Color Harmonies of #59606E
Complementary color
Monochromatic Colors of #59606E
Black with #59606E
Text Example
Text Example
White with #59606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59606E; }
p { color: rgb(89,96,110); }
H1.HeaderClassName
{
color: #59606E;
}
.AnyTagClassName
{
color: #59606E;
}
</style>
background-color css
<style>
a { background-color: #59606E; }
a { background-color: rgb(89,96,110); }
div.DivClassName
{
background-color: #59606E;
}
.BgClassName
{
background-color: #59606E;
}
</style>
border-color css
<style>
span { border-color: #59606E; }
span { border-color: rgb(89,96,110); }
td.TdClassName
{
border-color: #59606E;
}
.TagClassName
{
border-color: #59606E;
}
</style>