Shades of Smoky #59516A
Tints of Smoky #59516A
RGB
CMYK
RGB Variations
Color information
#59516A (or 0x59516A) is known color: Smoky. HEX triplet: 59, 51 and 6A. RGB value is (89,81,106). Sum of RGB (Red+Green+Blue) = 89+81+106=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #59516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59516A is #A6AE95. Grayscale: #565656. Windows color (decimal): -10923670 or 6967641. OLE color: 6967641.
HSL color Cylindrical-coordinate representation of color #59516A: hue angle of 259.2º degrees, saturation: 0.13, 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 #59516A is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 81 | 106 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.58 |
| HSL | 259.2º | 0.13% | 0.37% | - |
| HSV(B) | 259.2º | 0.24% | 0.42% | - |
| XYZ | 9.66 | 9.05 | 14.87 | - |
| YUV | 86.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 106 | 0.16 | 0.24 | 0 | 0.58 | 259.2 | 0.13 | 0.37 |
| Hex | 59 | 51 | 6A | 10 | 18 | 0 | 3A | 103 | D | 25 |
| Octal | 131 | 121 | 152 | 20 | 30 | 0 | 72 | 403 | 15 | 45 |
| Binary | 1011001 | 1010001 | 1101010 | 10000 | 11000 | 0 | 111010 | 100000011 | 1101 | 100101 |
Color Harmonies of #59516A
Complementary color
Monochromatic Colors of #59516A
Black with #59516A
Text Example
Text Example
White with #59516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59516A; }
p { color: rgb(89,81,106); }
H1.HeaderClassName
{
color: #59516A;
}
.AnyTagClassName
{
color: #59516A;
}
</style>
background-color css
<style>
a { background-color: #59516A; }
a { background-color: rgb(89,81,106); }
div.DivClassName
{
background-color: #59516A;
}
.BgClassName
{
background-color: #59516A;
}
</style>
border-color css
<style>
span { border-color: #59516A; }
span { border-color: rgb(89,81,106); }
td.TdClassName
{
border-color: #59516A;
}
.TagClassName
{
border-color: #59516A;
}
</style>