Shades of Mulled Wine #564E60
Tints of Mulled Wine #564E60
RGB
CMYK
RGB Variations
Color information
#564E60 (or 0x564E60) is known color: Mulled Wine. HEX triplet: 56, 4E and 60. RGB value is (86,78,96). Sum of RGB (Red+Green+Blue) = 86+78+96=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 96 - color contains mainly: blue. Hex color #564E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E60 is #A9B19F. Grayscale: #525252. Windows color (decimal): -11121056 or 6311510. OLE color: 6311510.
HSL color Cylindrical-coordinate representation of color #564E60: hue angle of 266.67º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #564E60 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 78 | 96 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.62 |
| HSL | 266.67º | 0.1% | 0.34% | - |
| HSV(B) | 266.67º | 0.19% | 0.38% | - |
| XYZ | 8.67 | 8.27 | 12.21 | - |
| YUV | 82.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 96 | 0.10 | 0.19 | 0 | 0.62 | 266.67 | 0.1 | 0.34 |
| Hex | 56 | 4E | 60 | A | 13 | 0 | 3E | 10B | A | 22 |
| Octal | 126 | 116 | 140 | 12 | 23 | 0 | 76 | 413 | 12 | 42 |
| Binary | 1010110 | 1001110 | 1100000 | 1010 | 10011 | 0 | 111110 | 100001011 | 1010 | 100010 |
Color Harmonies of #564E60
Complementary color
Monochromatic Colors of #564E60
Black with #564E60
Text Example
Text Example
White with #564E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E60; }
p { color: rgb(86,78,96); }
H1.HeaderClassName
{
color: #564E60;
}
.AnyTagClassName
{
color: #564E60;
}
</style>
background-color css
<style>
a { background-color: #564E60; }
a { background-color: rgb(86,78,96); }
div.DivClassName
{
background-color: #564E60;
}
.BgClassName
{
background-color: #564E60;
}
</style>
border-color css
<style>
span { border-color: #564E60; }
span { border-color: rgb(86,78,96); }
td.TdClassName
{
border-color: #564E60;
}
.TagClassName
{
border-color: #564E60;
}
</style>