Shades of Mulled Wine #56545B
Tints of Mulled Wine #56545B
RGB
CMYK
RGB Variations
Color information
#56545B (or 0x56545B) is known color: Mulled Wine. HEX triplet: 56, 54 and 5B. RGB value is (86,84,91). Sum of RGB (Red+Green+Blue) = 86+84+91=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 91 - color contains mainly: blue. Hex color #56545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56545B is #A9ABA4. Grayscale: #555555. Windows color (decimal): -11119525 or 5985366. OLE color: 5985366.
HSL color Cylindrical-coordinate representation of color #56545B: hue angle of 257.14º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #56545B is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 84 | 91 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.64 |
| HSL | 257.14º | 0.04% | 0.34% | - |
| HSV(B) | 257.14º | 0.08% | 0.36% | - |
| XYZ | 8.9 | 9.07 | 11.18 | - |
| YUV | 85.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 91 | 0.05 | 0.08 | 0 | 0.64 | 257.14 | 0.04 | 0.34 |
| Hex | 56 | 54 | 5B | 5 | 8 | 0 | 40 | 101 | 4 | 22 |
| Octal | 126 | 124 | 133 | 5 | 10 | 0 | 100 | 401 | 4 | 42 |
| Binary | 1010110 | 1010100 | 1011011 | 101 | 1000 | 0 | 1000000 | 100000001 | 100 | 100010 |
Color Harmonies of #56545B
Complementary color
Monochromatic Colors of #56545B
Black with #56545B
Text Example
Text Example
White with #56545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56545B; }
p { color: rgb(86,84,91); }
H1.HeaderClassName
{
color: #56545B;
}
.AnyTagClassName
{
color: #56545B;
}
</style>
background-color css
<style>
a { background-color: #56545B; }
a { background-color: rgb(86,84,91); }
div.DivClassName
{
background-color: #56545B;
}
.BgClassName
{
background-color: #56545B;
}
</style>
border-color css
<style>
span { border-color: #56545B; }
span { border-color: rgb(86,84,91); }
td.TdClassName
{
border-color: #56545B;
}
.TagClassName
{
border-color: #56545B;
}
</style>