Shades of Shuttle Grey #59667A
Tints of Shuttle Grey #59667A
RGB
CMYK
RGB Variations
Color information
#59667A (or 0x59667A) is known color: Shuttle Grey. HEX triplet: 59, 66 and 7A. RGB value is (89,102,122). Sum of RGB (Red+Green+Blue) = 89+102+122=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 122 - color contains mainly: blue. Hex color #59667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59667A is #A69985. Grayscale: #646464. Windows color (decimal): -10918278 or 8021593. OLE color: 8021593.
HSL color Cylindrical-coordinate representation of color #59667A: hue angle of 216.36º 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 #59667A is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 102 | 122 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.52 |
| HSL | 216.36º | 0.16% | 0.41% | - |
| HSV(B) | 216.36º | 0.27% | 0.48% | - |
| XYZ | 12.38 | 13.03 | 20.28 | - |
| YUV | 100.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 102 | 122 | 0.27 | 0.16 | 0 | 0.52 | 216.36 | 0.16 | 0.41 |
| Hex | 59 | 66 | 7A | 1B | 10 | 0 | 34 | D8 | 10 | 29 |
| Octal | 131 | 146 | 172 | 33 | 20 | 0 | 64 | 330 | 20 | 51 |
| Binary | 1011001 | 1100110 | 1111010 | 11011 | 10000 | 0 | 110100 | 11011000 | 10000 | 101001 |
Color Harmonies of #59667A
Complementary color
Monochromatic Colors of #59667A
Black with #59667A
Text Example
Text Example
White with #59667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59667A; }
p { color: rgb(89,102,122); }
H1.HeaderClassName
{
color: #59667A;
}
.AnyTagClassName
{
color: #59667A;
}
</style>
background-color css
<style>
a { background-color: #59667A; }
a { background-color: rgb(89,102,122); }
div.DivClassName
{
background-color: #59667A;
}
.BgClassName
{
background-color: #59667A;
}
</style>
border-color css
<style>
span { border-color: #59667A; }
span { border-color: rgb(89,102,122); }
td.TdClassName
{
border-color: #59667A;
}
.TagClassName
{
border-color: #59667A;
}
</style>