Shades of Smoky #59516E
Tints of Smoky #59516E
RGB
CMYK
RGB Variations
Color information
#59516E (or 0x59516E) is known color: Smoky. HEX triplet: 59, 51 and 6E. RGB value is (89,81,110). Sum of RGB (Red+Green+Blue) = 89+81+110=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 110 - color contains mainly: blue. Hex color #59516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59516E is #A6AE91. Grayscale: #565656. Windows color (decimal): -10923666 or 7229785. OLE color: 7229785.
HSL color Cylindrical-coordinate representation of color #59516E: hue angle of 256.55º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #59516E is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 81 | 110 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.57 |
| HSL | 256.55º | 0.15% | 0.37% | - |
| HSV(B) | 256.55º | 0.26% | 0.43% | - |
| XYZ | 9.88 | 9.13 | 15.99 | - |
| YUV | 86.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 110 | 0.19 | 0.26 | 0 | 0.57 | 256.55 | 0.15 | 0.37 |
| Hex | 59 | 51 | 6E | 13 | 1A | 0 | 39 | 101 | F | 25 |
| Octal | 131 | 121 | 156 | 23 | 32 | 0 | 71 | 401 | 17 | 45 |
| Binary | 1011001 | 1010001 | 1101110 | 10011 | 11010 | 0 | 111001 | 100000001 | 1111 | 100101 |
Color Harmonies of #59516E
Complementary color
Monochromatic Colors of #59516E
Black with #59516E
Text Example
Text Example
White with #59516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59516E; }
p { color: rgb(89,81,110); }
H1.HeaderClassName
{
color: #59516E;
}
.AnyTagClassName
{
color: #59516E;
}
</style>
background-color css
<style>
a { background-color: #59516E; }
a { background-color: rgb(89,81,110); }
div.DivClassName
{
background-color: #59516E;
}
.BgClassName
{
background-color: #59516E;
}
</style>
border-color css
<style>
span { border-color: #59516E; }
span { border-color: rgb(89,81,110); }
td.TdClassName
{
border-color: #59516E;
}
.TagClassName
{
border-color: #59516E;
}
</style>