Shades of Smoky #595761
Tints of Smoky #595761
RGB
CMYK
RGB Variations
Color information
#595761 (or 0x595761) is known color: Smoky. HEX triplet: 59, 57 and 61. RGB value is (89,87,97). Sum of RGB (Red+Green+Blue) = 89+87+97=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 97 - color contains mainly: blue. Hex color #595761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595761 is #A6A89E. Grayscale: #585858. Windows color (decimal): -10922143 or 6379353. OLE color: 6379353.
HSL color Cylindrical-coordinate representation of color #595761: hue angle of 252º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #595761 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 87 | 97 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.62 |
| HSL | 252º | 0.05% | 0.36% | - |
| HSV(B) | 252º | 0.1% | 0.38% | - |
| XYZ | 9.69 | 9.8 | 12.69 | - |
| YUV | 88.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 97 | 0.08 | 0.10 | 0 | 0.62 | 252 | 0.05 | 0.36 |
| Hex | 59 | 57 | 61 | 8 | A | 0 | 3E | FC | 5 | 24 |
| Octal | 131 | 127 | 141 | 10 | 12 | 0 | 76 | 374 | 5 | 44 |
| Binary | 1011001 | 1010111 | 1100001 | 1000 | 1010 | 0 | 111110 | 11111100 | 101 | 100100 |
Color Harmonies of #595761
Complementary color
Monochromatic Colors of #595761
Black with #595761
Text Example
Text Example
White with #595761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595761; }
p { color: rgb(89,87,97); }
H1.HeaderClassName
{
color: #595761;
}
.AnyTagClassName
{
color: #595761;
}
</style>
background-color css
<style>
a { background-color: #595761; }
a { background-color: rgb(89,87,97); }
div.DivClassName
{
background-color: #595761;
}
.BgClassName
{
background-color: #595761;
}
</style>
border-color css
<style>
span { border-color: #595761; }
span { border-color: rgb(89,87,97); }
td.TdClassName
{
border-color: #595761;
}
.TagClassName
{
border-color: #595761;
}
</style>