Shades of Smoky #59526B
Tints of Smoky #59526B
RGB
CMYK
RGB Variations
Color information
#59526B (or 0x59526B) is known color: Smoky. HEX triplet: 59, 52 and 6B. RGB value is (89,82,107). Sum of RGB (Red+Green+Blue) = 89+82+107=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 107 - color contains mainly: blue. Hex color #59526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59526B is #A6AD94. Grayscale: #565656. Windows color (decimal): -10923413 or 7033433. OLE color: 7033433.
HSL color Cylindrical-coordinate representation of color #59526B: hue angle of 256.8º 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 #59526B is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 82 | 107 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.58 |
| HSL | 256.8º | 0.13% | 0.37% | - |
| HSV(B) | 256.8º | 0.23% | 0.42% | - |
| XYZ | 9.79 | 9.22 | 15.17 | - |
| YUV | 86.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 107 | 0.17 | 0.23 | 0 | 0.58 | 256.8 | 0.13 | 0.37 |
| Hex | 59 | 52 | 6B | 11 | 17 | 0 | 3A | 101 | D | 25 |
| Octal | 131 | 122 | 153 | 21 | 27 | 0 | 72 | 401 | 15 | 45 |
| Binary | 1011001 | 1010010 | 1101011 | 10001 | 10111 | 0 | 111010 | 100000001 | 1101 | 100101 |
Color Harmonies of #59526B
Complementary color
Monochromatic Colors of #59526B
Black with #59526B
Text Example
Text Example
White with #59526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59526B; }
p { color: rgb(89,82,107); }
H1.HeaderClassName
{
color: #59526B;
}
.AnyTagClassName
{
color: #59526B;
}
</style>
background-color css
<style>
a { background-color: #59526B; }
a { background-color: rgb(89,82,107); }
div.DivClassName
{
background-color: #59526B;
}
.BgClassName
{
background-color: #59526B;
}
</style>
border-color css
<style>
span { border-color: #59526B; }
span { border-color: rgb(89,82,107); }
td.TdClassName
{
border-color: #59526B;
}
.TagClassName
{
border-color: #59526B;
}
</style>