Shades of Mulled Wine #564868
Tints of Mulled Wine #564868
RGB
CMYK
RGB Variations
Color information
#564868 (or 0x564868) is known color: Mulled Wine. HEX triplet: 56, 48 and 68. RGB value is (86,72,104). Sum of RGB (Red+Green+Blue) = 86+72+104=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #564868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564868 is #A9B797. Grayscale: #4F4F4F. Windows color (decimal): -11122584 or 6834262. OLE color: 6834262.
HSL color Cylindrical-coordinate representation of color #564868: hue angle of 266.25º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #564868 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 72 | 104 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.59 |
| HSL | 266.25º | 0.18% | 0.35% | - |
| HSV(B) | 266.25º | 0.31% | 0.41% | - |
| XYZ | 8.65 | 7.61 | 14.11 | - |
| YUV | 79.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 72 | 104 | 0.17 | 0.31 | 0 | 0.59 | 266.25 | 0.18 | 0.35 |
| Hex | 56 | 48 | 68 | 11 | 1F | 0 | 3B | 10A | 12 | 23 |
| Octal | 126 | 110 | 150 | 21 | 37 | 0 | 73 | 412 | 22 | 43 |
| Binary | 1010110 | 1001000 | 1101000 | 10001 | 11111 | 0 | 111011 | 100001010 | 10010 | 100011 |
Color Harmonies of #564868
Complementary color
Monochromatic Colors of #564868
Black with #564868
Text Example
Text Example
White with #564868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564868; }
p { color: rgb(86,72,104); }
H1.HeaderClassName
{
color: #564868;
}
.AnyTagClassName
{
color: #564868;
}
</style>
background-color css
<style>
a { background-color: #564868; }
a { background-color: rgb(86,72,104); }
div.DivClassName
{
background-color: #564868;
}
.BgClassName
{
background-color: #564868;
}
</style>
border-color css
<style>
span { border-color: #564868; }
span { border-color: rgb(86,72,104); }
td.TdClassName
{
border-color: #564868;
}
.TagClassName
{
border-color: #564868;
}
</style>