Shades of Smoky #595760
Tints of Smoky #595760
RGB
CMYK
RGB Variations
Color information
#595760 (or 0x595760) is known color: Smoky. HEX triplet: 59, 57 and 60. RGB value is (89,87,96). Sum of RGB (Red+Green+Blue) = 89+87+96=272 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.72% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 96 - color contains mainly: blue. Hex color #595760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595760 is #A6A89F. Grayscale: #585858. Windows color (decimal): -10922144 or 6313817. OLE color: 6313817.
HSL color Cylindrical-coordinate representation of color #595760: hue angle of 253.33º 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 #595760 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 87 | 96 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.62 |
| HSL | 253.33º | 0.05% | 0.36% | - |
| HSV(B) | 253.33º | 0.09% | 0.38% | - |
| XYZ | 9.64 | 9.78 | 12.45 | - |
| YUV | 88.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 96 | 0.07 | 0.09 | 0 | 0.62 | 253.33 | 0.05 | 0.36 |
| Hex | 59 | 57 | 60 | 7 | 9 | 0 | 3E | FD | 5 | 24 |
| Octal | 131 | 127 | 140 | 7 | 11 | 0 | 76 | 375 | 5 | 44 |
| Binary | 1011001 | 1010111 | 1100000 | 111 | 1001 | 0 | 111110 | 11111101 | 101 | 100100 |
Color Harmonies of #595760
Complementary color
Monochromatic Colors of #595760
Black with #595760
Text Example
Text Example
White with #595760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595760; }
p { color: rgb(89,87,96); }
H1.HeaderClassName
{
color: #595760;
}
.AnyTagClassName
{
color: #595760;
}
</style>
background-color css
<style>
a { background-color: #595760; }
a { background-color: rgb(89,87,96); }
div.DivClassName
{
background-color: #595760;
}
.BgClassName
{
background-color: #595760;
}
</style>
border-color css
<style>
span { border-color: #595760; }
span { border-color: rgb(89,87,96); }
td.TdClassName
{
border-color: #595760;
}
.TagClassName
{
border-color: #595760;
}
</style>