Shades of Shuttle Grey #59646B
Tints of Shuttle Grey #59646B
RGB
CMYK
RGB Variations
Color information
#59646B (or 0x59646B) is known color: Shuttle Grey. HEX triplet: 59, 64 and 6B. RGB value is (89,100,107). Sum of RGB (Red+Green+Blue) = 89+100+107=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 107 - color contains mainly: blue. Hex color #59646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59646B is #A69B94. Grayscale: #616161. Windows color (decimal): -10918805 or 7038041. OLE color: 7038041.
HSL color Cylindrical-coordinate representation of color #59646B: hue angle of 203.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #59646B is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 100 | 107 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.58 |
| HSL | 203.33º | 0.09% | 0.38% | - |
| HSV(B) | 203.33º | 0.17% | 0.42% | - |
| XYZ | 11.33 | 12.3 | 15.69 | - |
| YUV | 97.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 100 | 107 | 0.17 | 0.07 | 0 | 0.58 | 203.33 | 0.09 | 0.38 |
| Hex | 59 | 64 | 6B | 11 | 7 | 0 | 3A | CB | 9 | 26 |
| Octal | 131 | 144 | 153 | 21 | 7 | 0 | 72 | 313 | 11 | 46 |
| Binary | 1011001 | 1100100 | 1101011 | 10001 | 111 | 0 | 111010 | 11001011 | 1001 | 100110 |
Color Harmonies of #59646B
Complementary color
Monochromatic Colors of #59646B
Black with #59646B
Text Example
Text Example
White with #59646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59646B; }
p { color: rgb(89,100,107); }
H1.HeaderClassName
{
color: #59646B;
}
.AnyTagClassName
{
color: #59646B;
}
</style>
background-color css
<style>
a { background-color: #59646B; }
a { background-color: rgb(89,100,107); }
div.DivClassName
{
background-color: #59646B;
}
.BgClassName
{
background-color: #59646B;
}
</style>
border-color css
<style>
span { border-color: #59646B; }
span { border-color: rgb(89,100,107); }
td.TdClassName
{
border-color: #59646B;
}
.TagClassName
{
border-color: #59646B;
}
</style>