Shades of Shuttle Grey #596875
Tints of Shuttle Grey #596875
RGB
CMYK
RGB Variations
Color information
#596875 (or 0x596875) is known color: Shuttle Grey. HEX triplet: 59, 68 and 75. RGB value is (89,104,117). Sum of RGB (Red+Green+Blue) = 89+104+117=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #596875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596875 is #A6978A. Grayscale: #646464. Windows color (decimal): -10917771 or 7694425. OLE color: 7694425.
HSL color Cylindrical-coordinate representation of color #596875: hue angle of 207.86º 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 #596875 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 104 | 117 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.54 |
| HSL | 207.86º | 0.14% | 0.4% | - |
| HSV(B) | 207.86º | 0.24% | 0.46% | - |
| XYZ | 12.28 | 13.31 | 18.75 | - |
| YUV | 101 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 104 | 117 | 0.24 | 0.11 | 0 | 0.54 | 207.86 | 0.14 | 0.4 |
| Hex | 59 | 68 | 75 | 18 | B | 0 | 36 | D0 | E | 28 |
| Octal | 131 | 150 | 165 | 30 | 13 | 0 | 66 | 320 | 16 | 50 |
| Binary | 1011001 | 1101000 | 1110101 | 11000 | 1011 | 0 | 110110 | 11010000 | 1110 | 101000 |
Color Harmonies of #596875
Complementary color
Monochromatic Colors of #596875
Black with #596875
Text Example
Text Example
White with #596875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596875; }
p { color: rgb(89,104,117); }
H1.HeaderClassName
{
color: #596875;
}
.AnyTagClassName
{
color: #596875;
}
</style>
background-color css
<style>
a { background-color: #596875; }
a { background-color: rgb(89,104,117); }
div.DivClassName
{
background-color: #596875;
}
.BgClassName
{
background-color: #596875;
}
</style>
border-color css
<style>
span { border-color: #596875; }
span { border-color: rgb(89,104,117); }
td.TdClassName
{
border-color: #596875;
}
.TagClassName
{
border-color: #596875;
}
</style>