Shades of Smoky #59526C
Tints of Smoky #59526C
RGB
CMYK
RGB Variations
Color information
#59526C (or 0x59526C) is known color: Smoky. HEX triplet: 59, 52 and 6C. RGB value is (89,82,108). Sum of RGB (Red+Green+Blue) = 89+82+108=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #59526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59526C is #A6AD93. Grayscale: #565656. Windows color (decimal): -10923412 or 7098969. OLE color: 7098969.
HSL color Cylindrical-coordinate representation of color #59526C: hue angle of 256.15º 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 #59526C is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 82 | 108 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.58 |
| HSL | 256.15º | 0.14% | 0.37% | - |
| HSV(B) | 256.15º | 0.24% | 0.42% | - |
| XYZ | 9.84 | 9.24 | 15.45 | - |
| YUV | 87.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 108 | 0.18 | 0.24 | 0 | 0.58 | 256.15 | 0.14 | 0.37 |
| Hex | 59 | 52 | 6C | 12 | 18 | 0 | 3A | 100 | E | 25 |
| Octal | 131 | 122 | 154 | 22 | 30 | 0 | 72 | 400 | 16 | 45 |
| Binary | 1011001 | 1010010 | 1101100 | 10010 | 11000 | 0 | 111010 | 100000000 | 1110 | 100101 |
Color Harmonies of #59526C
Complementary color
Monochromatic Colors of #59526C
Black with #59526C
Text Example
Text Example
White with #59526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59526C; }
p { color: rgb(89,82,108); }
H1.HeaderClassName
{
color: #59526C;
}
.AnyTagClassName
{
color: #59526C;
}
</style>
background-color css
<style>
a { background-color: #59526C; }
a { background-color: rgb(89,82,108); }
div.DivClassName
{
background-color: #59526C;
}
.BgClassName
{
background-color: #59526C;
}
</style>
border-color css
<style>
span { border-color: #59526C; }
span { border-color: rgb(89,82,108); }
td.TdClassName
{
border-color: #59526C;
}
.TagClassName
{
border-color: #59526C;
}
</style>