Shades of Mulled Wine #564E67
Tints of Mulled Wine #564E67
RGB
CMYK
RGB Variations
Color information
#564E67 (or 0x564E67) is known color: Mulled Wine. HEX triplet: 56, 4E and 67. RGB value is (86,78,103). Sum of RGB (Red+Green+Blue) = 86+78+103=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 103 - color contains mainly: blue. Hex color #564E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E67 is #A9B198. Grayscale: #535353. Windows color (decimal): -11121049 or 6770262. OLE color: 6770262.
HSL color Cylindrical-coordinate representation of color #564E67: hue angle of 259.2º degrees, saturation: 0.14, 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 #564E67 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 78 | 103 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.60 |
| HSL | 259.2º | 0.14% | 0.35% | - |
| HSV(B) | 259.2º | 0.24% | 0.4% | - |
| XYZ | 9.01 | 8.41 | 13.98 | - |
| YUV | 83.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 103 | 0.17 | 0.24 | 0 | 0.60 | 259.2 | 0.14 | 0.35 |
| Hex | 56 | 4E | 67 | 11 | 18 | 0 | 3C | 103 | E | 23 |
| Octal | 126 | 116 | 147 | 21 | 30 | 0 | 74 | 403 | 16 | 43 |
| Binary | 1010110 | 1001110 | 1100111 | 10001 | 11000 | 0 | 111100 | 100000011 | 1110 | 100011 |
Color Harmonies of #564E67
Complementary color
Monochromatic Colors of #564E67
Black with #564E67
Text Example
Text Example
White with #564E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E67; }
p { color: rgb(86,78,103); }
H1.HeaderClassName
{
color: #564E67;
}
.AnyTagClassName
{
color: #564E67;
}
</style>
background-color css
<style>
a { background-color: #564E67; }
a { background-color: rgb(86,78,103); }
div.DivClassName
{
background-color: #564E67;
}
.BgClassName
{
background-color: #564E67;
}
</style>
border-color css
<style>
span { border-color: #564E67; }
span { border-color: rgb(86,78,103); }
td.TdClassName
{
border-color: #564E67;
}
.TagClassName
{
border-color: #564E67;
}
</style>