Shades of Smoky #59516F
Tints of Smoky #59516F
RGB
CMYK
RGB Variations
Color information
#59516F (or 0x59516F) is known color: Smoky. HEX triplet: 59, 51 and 6F. RGB value is (89,81,111). Sum of RGB (Red+Green+Blue) = 89+81+111=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 111 - color contains mainly: blue. Hex color #59516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59516F is #A6AE90. Grayscale: #565656. Windows color (decimal): -10923665 or 7295321. OLE color: 7295321.
HSL color Cylindrical-coordinate representation of color #59516F: hue angle of 256º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #59516F is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 81 | 111 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.56 |
| HSL | 256º | 0.16% | 0.38% | - |
| HSV(B) | 256º | 0.27% | 0.44% | - |
| XYZ | 9.93 | 9.16 | 16.28 | - |
| YUV | 86.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 111 | 0.20 | 0.27 | 0 | 0.56 | 256 | 0.16 | 0.38 |
| Hex | 59 | 51 | 6F | 14 | 1B | 0 | 38 | 100 | 10 | 26 |
| Octal | 131 | 121 | 157 | 24 | 33 | 0 | 70 | 400 | 20 | 46 |
| Binary | 1011001 | 1010001 | 1101111 | 10100 | 11011 | 0 | 111000 | 100000000 | 10000 | 100110 |
Color Harmonies of #59516F
Complementary color
Monochromatic Colors of #59516F
Black with #59516F
Text Example
Text Example
White with #59516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59516F; }
p { color: rgb(89,81,111); }
H1.HeaderClassName
{
color: #59516F;
}
.AnyTagClassName
{
color: #59516F;
}
</style>
background-color css
<style>
a { background-color: #59516F; }
a { background-color: rgb(89,81,111); }
div.DivClassName
{
background-color: #59516F;
}
.BgClassName
{
background-color: #59516F;
}
</style>
border-color css
<style>
span { border-color: #59516F; }
span { border-color: rgb(89,81,111); }
td.TdClassName
{
border-color: #59516F;
}
.TagClassName
{
border-color: #59516F;
}
</style>