Shades of Shuttle Grey #596874
Tints of Shuttle Grey #596874
RGB
CMYK
RGB Variations
Color information
#596874 (or 0x596874) is known color: Shuttle Grey. HEX triplet: 59, 68 and 74. RGB value is (89,104,116). Sum of RGB (Red+Green+Blue) = 89+104+116=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 116 - color contains mainly: blue. Hex color #596874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596874 is #A6978B. Grayscale: #646464. Windows color (decimal): -10917772 or 7628889. OLE color: 7628889.
HSL color Cylindrical-coordinate representation of color #596874: hue angle of 206.67º 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 #596874 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 104 | 116 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.55 |
| HSL | 206.67º | 0.13% | 0.4% | - |
| HSV(B) | 206.67º | 0.23% | 0.45% | - |
| XYZ | 12.22 | 13.29 | 18.44 | - |
| YUV | 100.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 104 | 116 | 0.23 | 0.10 | 0 | 0.55 | 206.67 | 0.13 | 0.4 |
| Hex | 59 | 68 | 74 | 17 | A | 0 | 37 | CF | D | 28 |
| Octal | 131 | 150 | 164 | 27 | 12 | 0 | 67 | 317 | 15 | 50 |
| Binary | 1011001 | 1101000 | 1110100 | 10111 | 1010 | 0 | 110111 | 11001111 | 1101 | 101000 |
Color Harmonies of #596874
Complementary color
Monochromatic Colors of #596874
Black with #596874
Text Example
Text Example
White with #596874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596874; }
p { color: rgb(89,104,116); }
H1.HeaderClassName
{
color: #596874;
}
.AnyTagClassName
{
color: #596874;
}
</style>
background-color css
<style>
a { background-color: #596874; }
a { background-color: rgb(89,104,116); }
div.DivClassName
{
background-color: #596874;
}
.BgClassName
{
background-color: #596874;
}
</style>
border-color css
<style>
span { border-color: #596874; }
span { border-color: rgb(89,104,116); }
td.TdClassName
{
border-color: #596874;
}
.TagClassName
{
border-color: #596874;
}
</style>