Shades of Mulled Wine #564C68
Tints of Mulled Wine #564C68
RGB
CMYK
RGB Variations
Color information
#564C68 (or 0x564C68) is known color: Mulled Wine. HEX triplet: 56, 4C and 68. RGB value is (86,76,104). Sum of RGB (Red+Green+Blue) = 86+76+104=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #564C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C68 is #A9B397. Grayscale: #525252. Windows color (decimal): -11121560 or 6835286. OLE color: 6835286.
HSL color Cylindrical-coordinate representation of color #564C68: hue angle of 261.43º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #564C68 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 76 | 104 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.59 |
| HSL | 261.43º | 0.16% | 0.35% | - |
| HSV(B) | 261.43º | 0.27% | 0.41% | - |
| XYZ | 8.92 | 8.15 | 14.2 | - |
| YUV | 82.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 104 | 0.17 | 0.27 | 0 | 0.59 | 261.43 | 0.16 | 0.35 |
| Hex | 56 | 4C | 68 | 11 | 1B | 0 | 3B | 105 | 10 | 23 |
| Octal | 126 | 114 | 150 | 21 | 33 | 0 | 73 | 405 | 20 | 43 |
| Binary | 1010110 | 1001100 | 1101000 | 10001 | 11011 | 0 | 111011 | 100000101 | 10000 | 100011 |
Color Harmonies of #564C68
Complementary color
Monochromatic Colors of #564C68
Black with #564C68
Text Example
Text Example
White with #564C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C68; }
p { color: rgb(86,76,104); }
H1.HeaderClassName
{
color: #564C68;
}
.AnyTagClassName
{
color: #564C68;
}
</style>
background-color css
<style>
a { background-color: #564C68; }
a { background-color: rgb(86,76,104); }
div.DivClassName
{
background-color: #564C68;
}
.BgClassName
{
background-color: #564C68;
}
</style>
border-color css
<style>
span { border-color: #564C68; }
span { border-color: rgb(86,76,104); }
td.TdClassName
{
border-color: #564C68;
}
.TagClassName
{
border-color: #564C68;
}
</style>