Shades of Shuttle Grey #596777
Tints of Shuttle Grey #596777
RGB
CMYK
RGB Variations
Color information
#596777 (or 0x596777) is known color: Shuttle Grey. HEX triplet: 59, 67 and 77. RGB value is (89,103,119). Sum of RGB (Red+Green+Blue) = 89+103+119=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 119 - color contains mainly: blue. Hex color #596777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596777 is #A69888. Grayscale: #646464. Windows color (decimal): -10918025 or 7825241. OLE color: 7825241.
HSL color Cylindrical-coordinate representation of color #596777: hue angle of 212º 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 #596777 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 103 | 119 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.53 |
| HSL | 212º | 0.14% | 0.41% | - |
| HSV(B) | 212º | 0.25% | 0.47% | - |
| XYZ | 12.3 | 13.16 | 19.34 | - |
| YUV | 100.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 103 | 119 | 0.25 | 0.13 | 0 | 0.53 | 212 | 0.14 | 0.41 |
| Hex | 59 | 67 | 77 | 19 | D | 0 | 35 | D4 | E | 29 |
| Octal | 131 | 147 | 167 | 31 | 15 | 0 | 65 | 324 | 16 | 51 |
| Binary | 1011001 | 1100111 | 1110111 | 11001 | 1101 | 0 | 110101 | 11010100 | 1110 | 101001 |
Color Harmonies of #596777
Complementary color
Monochromatic Colors of #596777
Black with #596777
Text Example
Text Example
White with #596777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596777; }
p { color: rgb(89,103,119); }
H1.HeaderClassName
{
color: #596777;
}
.AnyTagClassName
{
color: #596777;
}
</style>
background-color css
<style>
a { background-color: #596777; }
a { background-color: rgb(89,103,119); }
div.DivClassName
{
background-color: #596777;
}
.BgClassName
{
background-color: #596777;
}
</style>
border-color css
<style>
span { border-color: #596777; }
span { border-color: rgb(89,103,119); }
td.TdClassName
{
border-color: #596777;
}
.TagClassName
{
border-color: #596777;
}
</style>