Shades of Smoky #59595A
Tints of Smoky #59595A
RGB
CMYK
RGB Variations
Color information
#59595A (or 0x59595A) is known color: Smoky. HEX triplet: 59, 59 and 5A. RGB value is (89,89,90). Sum of RGB (Red+Green+Blue) = 89+89+90=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 90 - color contains mainly: blue. Hex color #59595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59595A is #A6A6A5. Grayscale: #595959. Windows color (decimal): -10921638 or 5921113. OLE color: 5921113.
HSL color Cylindrical-coordinate representation of color #59595A: hue angle of 240º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #59595A is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 89 | 90 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.65 |
| HSL | 240º | 0.01% | 0.35% | - |
| HSV(B) | 240º | 0.01% | 0.35% | - |
| XYZ | 9.54 | 10.01 | 11.1 | - |
| YUV | 89.11 | 128.5 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 90 | 0.01 | 0.01 | 0 | 0.65 | 240 | 0.01 | 0.35 |
| Hex | 59 | 59 | 5A | 1 | 1 | 0 | 41 | F0 | 1 | 23 |
| Octal | 131 | 131 | 132 | 1 | 1 | 0 | 101 | 360 | 1 | 43 |
| Binary | 1011001 | 1011001 | 1011010 | 1 | 1 | 0 | 1000001 | 11110000 | 1 | 100011 |
Color Harmonies of #59595A
Complementary color
Monochromatic Colors of #59595A
Black with #59595A
Text Example
Text Example
White with #59595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59595A; }
p { color: rgb(89,89,90); }
H1.HeaderClassName
{
color: #59595A;
}
.AnyTagClassName
{
color: #59595A;
}
</style>
background-color css
<style>
a { background-color: #59595A; }
a { background-color: rgb(89,89,90); }
div.DivClassName
{
background-color: #59595A;
}
.BgClassName
{
background-color: #59595A;
}
</style>
border-color css
<style>
span { border-color: #59595A; }
span { border-color: rgb(89,89,90); }
td.TdClassName
{
border-color: #59595A;
}
.TagClassName
{
border-color: #59595A;
}
</style>