Shades of Mulled Wine #564E6A
Tints of Mulled Wine #564E6A
RGB
CMYK
RGB Variations
Color information
#564E6A (or 0x564E6A) is known color: Mulled Wine. HEX triplet: 56, 4E and 6A. RGB value is (86,78,106). Sum of RGB (Red+Green+Blue) = 86+78+106=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 106 - color contains mainly: blue. Hex color #564E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E6A is #A9B195. Grayscale: #535353. Windows color (decimal): -11121046 or 6966870. OLE color: 6966870.
HSL color Cylindrical-coordinate representation of color #564E6A: hue angle of 257.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #564E6A is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 78 | 106 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.58 |
| HSL | 257.14º | 0.15% | 0.36% | - |
| HSV(B) | 257.14º | 0.26% | 0.42% | - |
| XYZ | 9.16 | 8.47 | 14.79 | - |
| YUV | 83.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 106 | 0.19 | 0.26 | 0 | 0.58 | 257.14 | 0.15 | 0.36 |
| Hex | 56 | 4E | 6A | 13 | 1A | 0 | 3A | 101 | F | 24 |
| Octal | 126 | 116 | 152 | 23 | 32 | 0 | 72 | 401 | 17 | 44 |
| Binary | 1010110 | 1001110 | 1101010 | 10011 | 11010 | 0 | 111010 | 100000001 | 1111 | 100100 |
Color Harmonies of #564E6A
Complementary color
Monochromatic Colors of #564E6A
Black with #564E6A
Text Example
Text Example
White with #564E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E6A; }
p { color: rgb(86,78,106); }
H1.HeaderClassName
{
color: #564E6A;
}
.AnyTagClassName
{
color: #564E6A;
}
</style>
background-color css
<style>
a { background-color: #564E6A; }
a { background-color: rgb(86,78,106); }
div.DivClassName
{
background-color: #564E6A;
}
.BgClassName
{
background-color: #564E6A;
}
</style>
border-color css
<style>
span { border-color: #564E6A; }
span { border-color: rgb(86,78,106); }
td.TdClassName
{
border-color: #564E6A;
}
.TagClassName
{
border-color: #564E6A;
}
</style>