Shades of Smoky #59526A
Tints of Smoky #59526A
RGB
CMYK
RGB Variations
Color information
#59526A (or 0x59526A) is known color: Smoky. HEX triplet: 59, 52 and 6A. RGB value is (89,82,106). Sum of RGB (Red+Green+Blue) = 89+82+106=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 106 - color contains mainly: blue. Hex color #59526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59526A is #A6AD95. Grayscale: #565656. Windows color (decimal): -10923414 or 6967897. OLE color: 6967897.
HSL color Cylindrical-coordinate representation of color #59526A: hue angle of 257.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #59526A is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 82 | 106 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.58 |
| HSL | 257.5º | 0.13% | 0.37% | - |
| HSV(B) | 257.5º | 0.23% | 0.42% | - |
| XYZ | 9.74 | 9.2 | 14.9 | - |
| YUV | 86.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 106 | 0.16 | 0.23 | 0 | 0.58 | 257.5 | 0.13 | 0.37 |
| Hex | 59 | 52 | 6A | 10 | 17 | 0 | 3A | 102 | D | 25 |
| Octal | 131 | 122 | 152 | 20 | 27 | 0 | 72 | 402 | 15 | 45 |
| Binary | 1011001 | 1010010 | 1101010 | 10000 | 10111 | 0 | 111010 | 100000010 | 1101 | 100101 |
Color Harmonies of #59526A
Complementary color
Monochromatic Colors of #59526A
Black with #59526A
Text Example
Text Example
White with #59526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59526A; }
p { color: rgb(89,82,106); }
H1.HeaderClassName
{
color: #59526A;
}
.AnyTagClassName
{
color: #59526A;
}
</style>
background-color css
<style>
a { background-color: #59526A; }
a { background-color: rgb(89,82,106); }
div.DivClassName
{
background-color: #59526A;
}
.BgClassName
{
background-color: #59526A;
}
</style>
border-color css
<style>
span { border-color: #59526A; }
span { border-color: rgb(89,82,106); }
td.TdClassName
{
border-color: #59526A;
}
.TagClassName
{
border-color: #59526A;
}
</style>