Shades of Shuttle Grey #596774
Tints of Shuttle Grey #596774
RGB
CMYK
RGB Variations
Color information
#596774 (or 0x596774) is known color: Shuttle Grey. HEX triplet: 59, 67 and 74. RGB value is (89,103,116). Sum of RGB (Red+Green+Blue) = 89+103+116=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 116 - color contains mainly: blue. Hex color #596774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596774 is #A6988B. Grayscale: #646464. Windows color (decimal): -10918028 or 7628633. OLE color: 7628633.
HSL color Cylindrical-coordinate representation of color #596774: hue angle of 208.89º 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 #596774 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 103 | 116 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.55 |
| HSL | 208.89º | 0.13% | 0.4% | - |
| HSV(B) | 208.89º | 0.23% | 0.45% | - |
| XYZ | 12.12 | 13.09 | 18.41 | - |
| YUV | 100.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 103 | 116 | 0.23 | 0.11 | 0 | 0.55 | 208.89 | 0.13 | 0.4 |
| Hex | 59 | 67 | 74 | 17 | B | 0 | 37 | D1 | D | 28 |
| Octal | 131 | 147 | 164 | 27 | 13 | 0 | 67 | 321 | 15 | 50 |
| Binary | 1011001 | 1100111 | 1110100 | 10111 | 1011 | 0 | 110111 | 11010001 | 1101 | 101000 |
Color Harmonies of #596774
Complementary color
Monochromatic Colors of #596774
Black with #596774
Text Example
Text Example
White with #596774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596774; }
p { color: rgb(89,103,116); }
H1.HeaderClassName
{
color: #596774;
}
.AnyTagClassName
{
color: #596774;
}
</style>
background-color css
<style>
a { background-color: #596774; }
a { background-color: rgb(89,103,116); }
div.DivClassName
{
background-color: #596774;
}
.BgClassName
{
background-color: #596774;
}
</style>
border-color css
<style>
span { border-color: #596774; }
span { border-color: rgb(89,103,116); }
td.TdClassName
{
border-color: #596774;
}
.TagClassName
{
border-color: #596774;
}
</style>