Shades of Mulled Wine #59565F
Tints of Mulled Wine #59565F
RGB
CMYK
RGB Variations
Color information
#59565F (or 0x59565F) is known color: Mulled Wine. HEX triplet: 59, 56 and 5F. RGB value is (89,86,95). Sum of RGB (Red+Green+Blue) = 89+86+95=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 95 - color contains mainly: blue. Hex color #59565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59565F is #A6A9A0. Grayscale: #575757. Windows color (decimal): -10922401 or 6248025. OLE color: 6248025.
HSL color Cylindrical-coordinate representation of color #59565F: hue angle of 260º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #59565F is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 86 | 95 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.63 |
| HSL | 260º | 0.05% | 0.35% | - |
| HSV(B) | 260º | 0.09% | 0.37% | - |
| XYZ | 9.51 | 9.61 | 12.18 | - |
| YUV | 87.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 95 | 0.06 | 0.09 | 0 | 0.63 | 260 | 0.05 | 0.35 |
| Hex | 59 | 56 | 5F | 6 | 9 | 0 | 3F | 104 | 5 | 23 |
| Octal | 131 | 126 | 137 | 6 | 11 | 0 | 77 | 404 | 5 | 43 |
| Binary | 1011001 | 1010110 | 1011111 | 110 | 1001 | 0 | 111111 | 100000100 | 101 | 100011 |
Color Harmonies of #59565F
Complementary color
Monochromatic Colors of #59565F
Black with #59565F
Text Example
Text Example
White with #59565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59565F; }
p { color: rgb(89,86,95); }
H1.HeaderClassName
{
color: #59565F;
}
.AnyTagClassName
{
color: #59565F;
}
</style>
background-color css
<style>
a { background-color: #59565F; }
a { background-color: rgb(89,86,95); }
div.DivClassName
{
background-color: #59565F;
}
.BgClassName
{
background-color: #59565F;
}
</style>
border-color css
<style>
span { border-color: #59565F; }
span { border-color: rgb(89,86,95); }
td.TdClassName
{
border-color: #59565F;
}
.TagClassName
{
border-color: #59565F;
}
</style>