Shades of Mulled Wine #564F5C
Tints of Mulled Wine #564F5C
RGB
CMYK
RGB Variations
Color information
#564F5C (or 0x564F5C) is known color: Mulled Wine. HEX triplet: 56, 4F and 5C. RGB value is (86,79,92). Sum of RGB (Red+Green+Blue) = 86+79+92=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 92 - color contains mainly: blue. Hex color #564F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F5C is #A9B0A3. Grayscale: #525252. Windows color (decimal): -11120804 or 6049622. OLE color: 6049622.
HSL color Cylindrical-coordinate representation of color #564F5C: hue angle of 272.31º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #564F5C is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 79 | 92 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.64 |
| HSL | 272.31º | 0.08% | 0.34% | - |
| HSV(B) | 272.31º | 0.14% | 0.36% | - |
| XYZ | 8.57 | 8.34 | 11.28 | - |
| YUV | 82.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 92 | 0.07 | 0.14 | 0 | 0.64 | 272.31 | 0.08 | 0.34 |
| Hex | 56 | 4F | 5C | 7 | E | 0 | 40 | 110 | 8 | 22 |
| Octal | 126 | 117 | 134 | 7 | 16 | 0 | 100 | 420 | 10 | 42 |
| Binary | 1010110 | 1001111 | 1011100 | 111 | 1110 | 0 | 1000000 | 100010000 | 1000 | 100010 |
Color Harmonies of #564F5C
Complementary color
Monochromatic Colors of #564F5C
Black with #564F5C
Text Example
Text Example
White with #564F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F5C; }
p { color: rgb(86,79,92); }
H1.HeaderClassName
{
color: #564F5C;
}
.AnyTagClassName
{
color: #564F5C;
}
</style>
background-color css
<style>
a { background-color: #564F5C; }
a { background-color: rgb(86,79,92); }
div.DivClassName
{
background-color: #564F5C;
}
.BgClassName
{
background-color: #564F5C;
}
</style>
border-color css
<style>
span { border-color: #564F5C; }
span { border-color: rgb(86,79,92); }
td.TdClassName
{
border-color: #564F5C;
}
.TagClassName
{
border-color: #564F5C;
}
</style>