Shades of Smoky #59516B
Tints of Smoky #59516B
RGB
CMYK
RGB Variations
Color information
#59516B (or 0x59516B) is known color: Smoky. HEX triplet: 59, 51 and 6B. RGB value is (89,81,107). Sum of RGB (Red+Green+Blue) = 89+81+107=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 107 - color contains mainly: blue. Hex color #59516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59516B is #A6AE94. Grayscale: #565656. Windows color (decimal): -10923669 or 7033177. OLE color: 7033177.
HSL color Cylindrical-coordinate representation of color #59516B: hue angle of 258.46º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #59516B is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 81 | 107 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.58 |
| HSL | 258.46º | 0.14% | 0.37% | - |
| HSV(B) | 258.46º | 0.24% | 0.42% | - |
| XYZ | 9.72 | 9.07 | 15.15 | - |
| YUV | 86.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 107 | 0.17 | 0.24 | 0 | 0.58 | 258.46 | 0.14 | 0.37 |
| Hex | 59 | 51 | 6B | 11 | 18 | 0 | 3A | 102 | E | 25 |
| Octal | 131 | 121 | 153 | 21 | 30 | 0 | 72 | 402 | 16 | 45 |
| Binary | 1011001 | 1010001 | 1101011 | 10001 | 11000 | 0 | 111010 | 100000010 | 1110 | 100101 |
Color Harmonies of #59516B
Complementary color
Monochromatic Colors of #59516B
Black with #59516B
Text Example
Text Example
White with #59516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59516B; }
p { color: rgb(89,81,107); }
H1.HeaderClassName
{
color: #59516B;
}
.AnyTagClassName
{
color: #59516B;
}
</style>
background-color css
<style>
a { background-color: #59516B; }
a { background-color: rgb(89,81,107); }
div.DivClassName
{
background-color: #59516B;
}
.BgClassName
{
background-color: #59516B;
}
</style>
border-color css
<style>
span { border-color: #59516B; }
span { border-color: rgb(89,81,107); }
td.TdClassName
{
border-color: #59516B;
}
.TagClassName
{
border-color: #59516B;
}
</style>