Shades of Mulled Wine #595660
Tints of Mulled Wine #595660
RGB
CMYK
RGB Variations
Color information
#595660 (or 0x595660) is known color: Mulled Wine. HEX triplet: 59, 56 and 60. RGB value is (89,86,96). Sum of RGB (Red+Green+Blue) = 89+86+96=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 96 - color contains mainly: blue. Hex color #595660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595660 is #A6A99F. Grayscale: #585858. Windows color (decimal): -10922400 or 6313561. OLE color: 6313561.
HSL color Cylindrical-coordinate representation of color #595660: hue angle of 258º 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 #595660 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 86 | 96 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.62 |
| HSL | 258º | 0.05% | 0.36% | - |
| HSV(B) | 258º | 0.1% | 0.38% | - |
| XYZ | 9.56 | 9.62 | 12.42 | - |
| YUV | 88.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 96 | 0.07 | 0.10 | 0 | 0.62 | 258 | 0.05 | 0.36 |
| Hex | 59 | 56 | 60 | 7 | A | 0 | 3E | 102 | 5 | 24 |
| Octal | 131 | 126 | 140 | 7 | 12 | 0 | 76 | 402 | 5 | 44 |
| Binary | 1011001 | 1010110 | 1100000 | 111 | 1010 | 0 | 111110 | 100000010 | 101 | 100100 |
Color Harmonies of #595660
Complementary color
Monochromatic Colors of #595660
Black with #595660
Text Example
Text Example
White with #595660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595660; }
p { color: rgb(89,86,96); }
H1.HeaderClassName
{
color: #595660;
}
.AnyTagClassName
{
color: #595660;
}
</style>
background-color css
<style>
a { background-color: #595660; }
a { background-color: rgb(89,86,96); }
div.DivClassName
{
background-color: #595660;
}
.BgClassName
{
background-color: #595660;
}
</style>
border-color css
<style>
span { border-color: #595660; }
span { border-color: rgb(89,86,96); }
td.TdClassName
{
border-color: #595660;
}
.TagClassName
{
border-color: #595660;
}
</style>