Shades of Smoky #59546D
Tints of Smoky #59546D
RGB
CMYK
RGB Variations
Color information
#59546D (or 0x59546D) is known color: Smoky. HEX triplet: 59, 54 and 6D. RGB value is (89,84,109). Sum of RGB (Red+Green+Blue) = 89+84+109=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #59546D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59546D is #A6AB92. Grayscale: #585858. Windows color (decimal): -10922899 or 7165017. OLE color: 7165017.
HSL color Cylindrical-coordinate representation of color #59546D: hue angle of 252º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #59546D is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 84 | 109 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.57 |
| HSL | 252º | 0.13% | 0.38% | - |
| HSV(B) | 252º | 0.23% | 0.43% | - |
| XYZ | 10.05 | 9.57 | 15.79 | - |
| YUV | 88.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 109 | 0.18 | 0.23 | 0 | 0.57 | 252 | 0.13 | 0.38 |
| Hex | 59 | 54 | 6D | 12 | 17 | 0 | 39 | FC | D | 26 |
| Octal | 131 | 124 | 155 | 22 | 27 | 0 | 71 | 374 | 15 | 46 |
| Binary | 1011001 | 1010100 | 1101101 | 10010 | 10111 | 0 | 111001 | 11111100 | 1101 | 100110 |
Color Harmonies of #59546D
Complementary color
Monochromatic Colors of #59546D
Black with #59546D
Text Example
Text Example
White with #59546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59546D; }
p { color: rgb(89,84,109); }
H1.HeaderClassName
{
color: #59546D;
}
.AnyTagClassName
{
color: #59546D;
}
</style>
background-color css
<style>
a { background-color: #59546D; }
a { background-color: rgb(89,84,109); }
div.DivClassName
{
background-color: #59546D;
}
.BgClassName
{
background-color: #59546D;
}
</style>
border-color css
<style>
span { border-color: #59546D; }
span { border-color: rgb(89,84,109); }
td.TdClassName
{
border-color: #59546D;
}
.TagClassName
{
border-color: #59546D;
}
</style>