Shades of Shuttle Grey #59687A
Tints of Shuttle Grey #59687A
RGB
CMYK
RGB Variations
Color information
#59687A (or 0x59687A) is known color: Shuttle Grey. HEX triplet: 59, 68 and 7A. RGB value is (89,104,122). Sum of RGB (Red+Green+Blue) = 89+104+122=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 122 - color contains mainly: blue. Hex color #59687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59687A is #A69785. Grayscale: #656565. Windows color (decimal): -10917766 or 8022105. OLE color: 8022105.
HSL color Cylindrical-coordinate representation of color #59687A: hue angle of 212.73º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #59687A is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 104 | 122 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.52 |
| HSL | 212.73º | 0.16% | 0.41% | - |
| HSV(B) | 212.73º | 0.27% | 0.48% | - |
| XYZ | 12.58 | 13.43 | 20.34 | - |
| YUV | 101.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 104 | 122 | 0.27 | 0.15 | 0 | 0.52 | 212.73 | 0.16 | 0.41 |
| Hex | 59 | 68 | 7A | 1B | F | 0 | 34 | D5 | 10 | 29 |
| Octal | 131 | 150 | 172 | 33 | 17 | 0 | 64 | 325 | 20 | 51 |
| Binary | 1011001 | 1101000 | 1111010 | 11011 | 1111 | 0 | 110100 | 11010101 | 10000 | 101001 |
Color Harmonies of #59687A
Complementary color
Monochromatic Colors of #59687A
Black with #59687A
Text Example
Text Example
White with #59687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59687A; }
p { color: rgb(89,104,122); }
H1.HeaderClassName
{
color: #59687A;
}
.AnyTagClassName
{
color: #59687A;
}
</style>
background-color css
<style>
a { background-color: #59687A; }
a { background-color: rgb(89,104,122); }
div.DivClassName
{
background-color: #59687A;
}
.BgClassName
{
background-color: #59687A;
}
</style>
border-color css
<style>
span { border-color: #59687A; }
span { border-color: rgb(89,104,122); }
td.TdClassName
{
border-color: #59687A;
}
.TagClassName
{
border-color: #59687A;
}
</style>