Shades of Mulled Wine #56515B
Tints of Mulled Wine #56515B
RGB
CMYK
RGB Variations
Color information
#56515B (or 0x56515B) is known color: Mulled Wine. HEX triplet: 56, 51 and 5B. RGB value is (86,81,91). Sum of RGB (Red+Green+Blue) = 86+81+91=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 91 - color contains mainly: blue. Hex color #56515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56515B is #A9AEA4. Grayscale: #535353. Windows color (decimal): -11120293 or 5984598. OLE color: 5984598.
HSL color Cylindrical-coordinate representation of color #56515B: hue angle of 270º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #56515B is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 81 | 91 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.64 |
| HSL | 270º | 0.06% | 0.34% | - |
| HSV(B) | 270º | 0.11% | 0.36% | - |
| XYZ | 8.67 | 8.62 | 11.1 | - |
| YUV | 83.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 91 | 0.05 | 0.11 | 0 | 0.64 | 270 | 0.06 | 0.34 |
| Hex | 56 | 51 | 5B | 5 | B | 0 | 40 | 10E | 6 | 22 |
| Octal | 126 | 121 | 133 | 5 | 13 | 0 | 100 | 416 | 6 | 42 |
| Binary | 1010110 | 1010001 | 1011011 | 101 | 1011 | 0 | 1000000 | 100001110 | 110 | 100010 |
Color Harmonies of #56515B
Complementary color
Monochromatic Colors of #56515B
Black with #56515B
Text Example
Text Example
White with #56515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56515B; }
p { color: rgb(86,81,91); }
H1.HeaderClassName
{
color: #56515B;
}
.AnyTagClassName
{
color: #56515B;
}
</style>
background-color css
<style>
a { background-color: #56515B; }
a { background-color: rgb(86,81,91); }
div.DivClassName
{
background-color: #56515B;
}
.BgClassName
{
background-color: #56515B;
}
</style>
border-color css
<style>
span { border-color: #56515B; }
span { border-color: rgb(86,81,91); }
td.TdClassName
{
border-color: #56515B;
}
.TagClassName
{
border-color: #56515B;
}
</style>