Shades of Mulled Wine #56515C
Tints of Mulled Wine #56515C
RGB
CMYK
RGB Variations
Color information
#56515C (or 0x56515C) is known color: Mulled Wine. HEX triplet: 56, 51 and 5C. RGB value is (86,81,92). Sum of RGB (Red+Green+Blue) = 86+81+92=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 92 - color contains mainly: blue. Hex color #56515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56515C is #A9AEA3. Grayscale: #535353. Windows color (decimal): -11120292 or 6050134. OLE color: 6050134.
HSL color Cylindrical-coordinate representation of color #56515C: hue angle of 267.27º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #56515C is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 81 | 92 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.64 |
| HSL | 267.27º | 0.06% | 0.34% | - |
| HSV(B) | 267.27º | 0.12% | 0.36% | - |
| XYZ | 8.71 | 8.64 | 11.33 | - |
| YUV | 83.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 92 | 0.07 | 0.12 | 0 | 0.64 | 267.27 | 0.06 | 0.34 |
| Hex | 56 | 51 | 5C | 7 | C | 0 | 40 | 10B | 6 | 22 |
| Octal | 126 | 121 | 134 | 7 | 14 | 0 | 100 | 413 | 6 | 42 |
| Binary | 1010110 | 1010001 | 1011100 | 111 | 1100 | 0 | 1000000 | 100001011 | 110 | 100010 |
Color Harmonies of #56515C
Complementary color
Monochromatic Colors of #56515C
Black with #56515C
Text Example
Text Example
White with #56515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56515C; }
p { color: rgb(86,81,92); }
H1.HeaderClassName
{
color: #56515C;
}
.AnyTagClassName
{
color: #56515C;
}
</style>
background-color css
<style>
a { background-color: #56515C; }
a { background-color: rgb(86,81,92); }
div.DivClassName
{
background-color: #56515C;
}
.BgClassName
{
background-color: #56515C;
}
</style>
border-color css
<style>
span { border-color: #56515C; }
span { border-color: rgb(86,81,92); }
td.TdClassName
{
border-color: #56515C;
}
.TagClassName
{
border-color: #56515C;
}
</style>