Shades of Smoky #595861
Tints of Smoky #595861
RGB
CMYK
RGB Variations
Color information
#595861 (or 0x595861) is known color: Smoky. HEX triplet: 59, 58 and 61. RGB value is (89,88,97). Sum of RGB (Red+Green+Blue) = 89+88+97=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 97 - color contains mainly: blue. Hex color #595861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595861 is #A6A79E. Grayscale: #595959. Windows color (decimal): -10921887 or 6379609. OLE color: 6379609.
HSL color Cylindrical-coordinate representation of color #595861: hue angle of 246.67º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #595861 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 88 | 97 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.62 |
| HSL | 246.67º | 0.05% | 0.36% | - |
| HSV(B) | 246.67º | 0.09% | 0.38% | - |
| XYZ | 9.77 | 9.97 | 12.72 | - |
| YUV | 89.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 97 | 0.08 | 0.09 | 0 | 0.62 | 246.67 | 0.05 | 0.36 |
| Hex | 59 | 58 | 61 | 8 | 9 | 0 | 3E | F7 | 5 | 24 |
| Octal | 131 | 130 | 141 | 10 | 11 | 0 | 76 | 367 | 5 | 44 |
| Binary | 1011001 | 1011000 | 1100001 | 1000 | 1001 | 0 | 111110 | 11110111 | 101 | 100100 |
Color Harmonies of #595861
Complementary color
Monochromatic Colors of #595861
Black with #595861
Text Example
Text Example
White with #595861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595861; }
p { color: rgb(89,88,97); }
H1.HeaderClassName
{
color: #595861;
}
.AnyTagClassName
{
color: #595861;
}
</style>
background-color css
<style>
a { background-color: #595861; }
a { background-color: rgb(89,88,97); }
div.DivClassName
{
background-color: #595861;
}
.BgClassName
{
background-color: #595861;
}
</style>
border-color css
<style>
span { border-color: #595861; }
span { border-color: rgb(89,88,97); }
td.TdClassName
{
border-color: #595861;
}
.TagClassName
{
border-color: #595861;
}
</style>