Shades of Smoky #595961
Tints of Smoky #595961
RGB
CMYK
RGB Variations
Color information
#595961 (or 0x595961) is known color: Smoky. HEX triplet: 59, 59 and 61. RGB value is (89,89,97). Sum of RGB (Red+Green+Blue) = 89+89+97=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 97 - color contains mainly: blue. Hex color #595961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595961 is #A6A69E. Grayscale: #595959. Windows color (decimal): -10921631 or 6379865. OLE color: 6379865.
HSL color Cylindrical-coordinate representation of color #595961: hue angle of 240º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #595961 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 89 | 97 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.62 |
| HSL | 240º | 0.04% | 0.36% | - |
| HSV(B) | 240º | 0.08% | 0.38% | - |
| XYZ | 9.85 | 10.13 | 12.75 | - |
| YUV | 89.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 97 | 0.08 | 0.08 | 0 | 0.62 | 240 | 0.04 | 0.36 |
| Hex | 59 | 59 | 61 | 8 | 8 | 0 | 3E | F0 | 4 | 24 |
| Octal | 131 | 131 | 141 | 10 | 10 | 0 | 76 | 360 | 4 | 44 |
| Binary | 1011001 | 1011001 | 1100001 | 1000 | 1000 | 0 | 111110 | 11110000 | 100 | 100100 |
Color Harmonies of #595961
Complementary color
Monochromatic Colors of #595961
Black with #595961
Text Example
Text Example
White with #595961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595961; }
p { color: rgb(89,89,97); }
H1.HeaderClassName
{
color: #595961;
}
.AnyTagClassName
{
color: #595961;
}
</style>
background-color css
<style>
a { background-color: #595961; }
a { background-color: rgb(89,89,97); }
div.DivClassName
{
background-color: #595961;
}
.BgClassName
{
background-color: #595961;
}
</style>
border-color css
<style>
span { border-color: #595961; }
span { border-color: rgb(89,89,97); }
td.TdClassName
{
border-color: #595961;
}
.TagClassName
{
border-color: #595961;
}
</style>