Shades of Smoky #59595B
Tints of Smoky #59595B
RGB
CMYK
RGB Variations
Color information
#59595B (or 0x59595B) is known color: Smoky. HEX triplet: 59, 59 and 5B. RGB value is (89,89,91). Sum of RGB (Red+Green+Blue) = 89+89+91=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 91 - color contains mainly: blue. Hex color #59595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59595B is #A6A6A4. Grayscale: #595959. Windows color (decimal): -10921637 or 5986649. OLE color: 5986649.
HSL color Cylindrical-coordinate representation of color #59595B: hue angle of 240º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #59595B is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 89 | 89 | 91 | - |
CMYK | 0.02 | 0.02 | 0 | 0.64 |
HSL | 240º | 0.01% | 0.35% | - |
HSV(B) | 240º | 0.02% | 0.36% | - |
XYZ | 9.58 | 10.02 | 11.33 | - |
YUV | 89.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 89 | 89 | 91 | 0.02 | 0.02 | 0 | 0.64 | 240 | 0.01 | 0.35 |
Hex | 59 | 59 | 5B | 2 | 2 | 0 | 40 | F0 | 1 | 23 |
Octal | 131 | 131 | 133 | 2 | 2 | 0 | 100 | 360 | 1 | 43 |
Binary | 1011001 | 1011001 | 1011011 | 10 | 10 | 0 | 1000000 | 11110000 | 1 | 100011 |
Color Harmonies of #59595B
Complementary color
Monochromatic Colors of #59595B
Black with #59595B
Text Example
Text Example
White with #59595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59595B; }
p { color: rgb(89,89,91); }
H1.HeaderClassName
{
color: #59595B;
}
.AnyTagClassName
{
color: #59595B;
}
</style>
background-color css
<style>
a { background-color: #59595B; }
a { background-color: rgb(89,89,91); }
div.DivClassName
{
background-color: #59595B;
}
.BgClassName
{
background-color: #59595B;
}
</style>
border-color css
<style>
span { border-color: #59595B; }
span { border-color: rgb(89,89,91); }
td.TdClassName
{
border-color: #59595B;
}
.TagClassName
{
border-color: #59595B;
}
</style>