Shades of Smoky #59526D
Tints of Smoky #59526D
RGB
CMYK
RGB Variations
Color information
#59526D (or 0x59526D) is known color: Smoky. HEX triplet: 59, 52 and 6D. RGB value is (89,82,109). Sum of RGB (Red+Green+Blue) = 89+82+109=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 109 - color contains mainly: blue. Hex color #59526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59526D is #A6AD92. Grayscale: #575757. Windows color (decimal): -10923411 or 7164505. OLE color: 7164505.
HSL color Cylindrical-coordinate representation of color #59526D: hue angle of 255.56º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #59526D is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 82 | 109 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.57 |
| HSL | 255.56º | 0.14% | 0.37% | - |
| HSV(B) | 255.56º | 0.25% | 0.43% | - |
| XYZ | 9.9 | 9.26 | 15.73 | - |
| YUV | 87.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 109 | 0.18 | 0.25 | 0 | 0.57 | 255.56 | 0.14 | 0.37 |
| Hex | 59 | 52 | 6D | 12 | 19 | 0 | 39 | 100 | E | 25 |
| Octal | 131 | 122 | 155 | 22 | 31 | 0 | 71 | 400 | 16 | 45 |
| Binary | 1011001 | 1010010 | 1101101 | 10010 | 11001 | 0 | 111001 | 100000000 | 1110 | 100101 |
Color Harmonies of #59526D
Complementary color
Monochromatic Colors of #59526D
Black with #59526D
Text Example
Text Example
White with #59526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59526D; }
p { color: rgb(89,82,109); }
H1.HeaderClassName
{
color: #59526D;
}
.AnyTagClassName
{
color: #59526D;
}
</style>
background-color css
<style>
a { background-color: #59526D; }
a { background-color: rgb(89,82,109); }
div.DivClassName
{
background-color: #59526D;
}
.BgClassName
{
background-color: #59526D;
}
</style>
border-color css
<style>
span { border-color: #59526D; }
span { border-color: rgb(89,82,109); }
td.TdClassName
{
border-color: #59526D;
}
.TagClassName
{
border-color: #59526D;
}
</style>