Shades of Mulled Wine #564E66
Tints of Mulled Wine #564E66
RGB
CMYK
RGB Variations
Color information
#564E66 (or 0x564E66) is known color: Mulled Wine. HEX triplet: 56, 4E and 66. RGB value is (86,78,102). Sum of RGB (Red+Green+Blue) = 86+78+102=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 102 - color contains mainly: blue. Hex color #564E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E66 is #A9B199. Grayscale: #535353. Windows color (decimal): -11121050 or 6704726. OLE color: 6704726.
HSL color Cylindrical-coordinate representation of color #564E66: hue angle of 260º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #564E66 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 86 | 78 | 102 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.6 |
| HSL | 260º | 0.13% | 0.35% | - |
| HSV(B) | 260º | 0.24% | 0.4% | - |
| XYZ | 8.96 | 8.39 | 13.72 | - |
| YUV | 83.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 102 | 0.16 | 0.24 | 0 | 0.6 | 260 | 0.13 | 0.35 |
| Hex | 56 | 4E | 66 | 10 | 18 | 0 | 3C | 104 | D | 23 |
| Octal | 126 | 116 | 146 | 20 | 30 | 0 | 74 | 404 | 15 | 43 |
| Binary | 1010110 | 1001110 | 1100110 | 10000 | 11000 | 0 | 111100 | 100000100 | 1101 | 100011 |
Color Harmonies of #564E66
Complementary color
Monochromatic Colors of #564E66
Black with #564E66
Text Example
Text Example
White with #564E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E66; }
p { color: rgb(86,78,102); }
H1.HeaderClassName
{
color: #564E66;
}
.AnyTagClassName
{
color: #564E66;
}
</style>
background-color css
<style>
a { background-color: #564E66; }
a { background-color: rgb(86,78,102); }
div.DivClassName
{
background-color: #564E66;
}
.BgClassName
{
background-color: #564E66;
}
</style>
border-color css
<style>
span { border-color: #564E66; }
span { border-color: rgb(86,78,102); }
td.TdClassName
{
border-color: #564E66;
}
.TagClassName
{
border-color: #564E66;
}
</style>