Shades of Smoky #595662
Tints of Smoky #595662
RGB
CMYK
RGB Variations
Color information
#595662 (or 0x595662) is known color: Smoky. HEX triplet: 59, 56 and 62. RGB value is (89,86,98). Sum of RGB (Red+Green+Blue) = 89+86+98=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 98 - color contains mainly: blue. Hex color #595662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595662 is #A6A99D. Grayscale: #585858. Windows color (decimal): -10922398 or 6444633. OLE color: 6444633.
HSL color Cylindrical-coordinate representation of color #595662: hue angle of 255º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #595662 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 86 | 98 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.62 |
| HSL | 255º | 0.07% | 0.36% | - |
| HSV(B) | 255º | 0.12% | 0.38% | - |
| XYZ | 9.65 | 9.66 | 12.91 | - |
| YUV | 88.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 98 | 0.09 | 0.12 | 0 | 0.62 | 255 | 0.07 | 0.36 |
| Hex | 59 | 56 | 62 | 9 | C | 0 | 3E | FF | 7 | 24 |
| Octal | 131 | 126 | 142 | 11 | 14 | 0 | 76 | 377 | 7 | 44 |
| Binary | 1011001 | 1010110 | 1100010 | 1001 | 1100 | 0 | 111110 | 11111111 | 111 | 100100 |
Color Harmonies of #595662
Complementary color
Monochromatic Colors of #595662
Black with #595662
Text Example
Text Example
White with #595662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595662; }
p { color: rgb(89,86,98); }
H1.HeaderClassName
{
color: #595662;
}
.AnyTagClassName
{
color: #595662;
}
</style>
background-color css
<style>
a { background-color: #595662; }
a { background-color: rgb(89,86,98); }
div.DivClassName
{
background-color: #595662;
}
.BgClassName
{
background-color: #595662;
}
</style>
border-color css
<style>
span { border-color: #595662; }
span { border-color: rgb(89,86,98); }
td.TdClassName
{
border-color: #595662;
}
.TagClassName
{
border-color: #595662;
}
</style>