Shades of Shuttle Grey #596977
Tints of Shuttle Grey #596977
RGB
CMYK
RGB Variations
Color information
#596977 (or 0x596977) is known color: Shuttle Grey. HEX triplet: 59, 69 and 77. RGB value is (89,105,119). Sum of RGB (Red+Green+Blue) = 89+105+119=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 119 - color contains mainly: blue. Hex color #596977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596977 is #A69688. Grayscale: #656565. Windows color (decimal): -10917513 or 7825753. OLE color: 7825753.
HSL color Cylindrical-coordinate representation of color #596977: hue angle of 208º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #596977 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 105 | 119 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.53 |
| HSL | 208º | 0.14% | 0.41% | - |
| HSV(B) | 208º | 0.25% | 0.47% | - |
| XYZ | 12.5 | 13.56 | 19.41 | - |
| YUV | 101.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 105 | 119 | 0.25 | 0.12 | 0 | 0.53 | 208 | 0.14 | 0.41 |
| Hex | 59 | 69 | 77 | 19 | C | 0 | 35 | D0 | E | 29 |
| Octal | 131 | 151 | 167 | 31 | 14 | 0 | 65 | 320 | 16 | 51 |
| Binary | 1011001 | 1101001 | 1110111 | 11001 | 1100 | 0 | 110101 | 11010000 | 1110 | 101001 |
Color Harmonies of #596977
Complementary color
Monochromatic Colors of #596977
Black with #596977
Text Example
Text Example
White with #596977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596977; }
p { color: rgb(89,105,119); }
H1.HeaderClassName
{
color: #596977;
}
.AnyTagClassName
{
color: #596977;
}
</style>
background-color css
<style>
a { background-color: #596977; }
a { background-color: rgb(89,105,119); }
div.DivClassName
{
background-color: #596977;
}
.BgClassName
{
background-color: #596977;
}
</style>
border-color css
<style>
span { border-color: #596977; }
span { border-color: rgb(89,105,119); }
td.TdClassName
{
border-color: #596977;
}
.TagClassName
{
border-color: #596977;
}
</style>