Shades of Mulled Wine #564D5C
Tints of Mulled Wine #564D5C
RGB
CMYK
RGB Variations
Color information
#564D5C (or 0x564D5C) is known color: Mulled Wine. HEX triplet: 56, 4D and 5C. RGB value is (86,77,92). Sum of RGB (Red+Green+Blue) = 86+77+92=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 92 - color contains mainly: blue. Hex color #564D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D5C is #A9B2A3. Grayscale: #515151. Windows color (decimal): -11121316 or 6049110. OLE color: 6049110.
HSL color Cylindrical-coordinate representation of color #564D5C: hue angle of 276º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #564D5C is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 77 | 92 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.64 |
| HSL | 276º | 0.09% | 0.33% | - |
| HSV(B) | 276º | 0.16% | 0.36% | - |
| XYZ | 8.42 | 8.06 | 11.24 | - |
| YUV | 81.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 92 | 0.07 | 0.16 | 0 | 0.64 | 276 | 0.09 | 0.33 |
| Hex | 56 | 4D | 5C | 7 | 10 | 0 | 40 | 114 | 9 | 21 |
| Octal | 126 | 115 | 134 | 7 | 20 | 0 | 100 | 424 | 11 | 41 |
| Binary | 1010110 | 1001101 | 1011100 | 111 | 10000 | 0 | 1000000 | 100010100 | 1001 | 100001 |
Color Harmonies of #564D5C
Complementary color
Monochromatic Colors of #564D5C
Black with #564D5C
Text Example
Text Example
White with #564D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564D5C; }
p { color: rgb(86,77,92); }
H1.HeaderClassName
{
color: #564D5C;
}
.AnyTagClassName
{
color: #564D5C;
}
</style>
background-color css
<style>
a { background-color: #564D5C; }
a { background-color: rgb(86,77,92); }
div.DivClassName
{
background-color: #564D5C;
}
.BgClassName
{
background-color: #564D5C;
}
</style>
border-color css
<style>
span { border-color: #564D5C; }
span { border-color: rgb(86,77,92); }
td.TdClassName
{
border-color: #564D5C;
}
.TagClassName
{
border-color: #564D5C;
}
</style>