Shades of Smoky #595962
Tints of Smoky #595962
RGB
CMYK
RGB Variations
Color information
#595962 (or 0x595962) is known color: Smoky. HEX triplet: 59, 59 and 62. RGB value is (89,89,98). Sum of RGB (Red+Green+Blue) = 89+89+98=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 98 - color contains mainly: blue. Hex color #595962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595962 is #A6A69D. Grayscale: #595959. Windows color (decimal): -10921630 or 6445401. OLE color: 6445401.
HSL color Cylindrical-coordinate representation of color #595962: hue angle of 240º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #595962 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 89 | 98 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.62 |
| HSL | 240º | 0.05% | 0.37% | - |
| HSV(B) | 240º | 0.09% | 0.38% | - |
| XYZ | 9.9 | 10.15 | 12.99 | - |
| YUV | 90.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 98 | 0.09 | 0.09 | 0 | 0.62 | 240 | 0.05 | 0.37 |
| Hex | 59 | 59 | 62 | 9 | 9 | 0 | 3E | F0 | 5 | 25 |
| Octal | 131 | 131 | 142 | 11 | 11 | 0 | 76 | 360 | 5 | 45 |
| Binary | 1011001 | 1011001 | 1100010 | 1001 | 1001 | 0 | 111110 | 11110000 | 101 | 100101 |
Color Harmonies of #595962
Complementary color
Monochromatic Colors of #595962
Black with #595962
Text Example
Text Example
White with #595962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595962; }
p { color: rgb(89,89,98); }
H1.HeaderClassName
{
color: #595962;
}
.AnyTagClassName
{
color: #595962;
}
</style>
background-color css
<style>
a { background-color: #595962; }
a { background-color: rgb(89,89,98); }
div.DivClassName
{
background-color: #595962;
}
.BgClassName
{
background-color: #595962;
}
</style>
border-color css
<style>
span { border-color: #595962; }
span { border-color: rgb(89,89,98); }
td.TdClassName
{
border-color: #595962;
}
.TagClassName
{
border-color: #595962;
}
</style>