Shades of Mulled Wine #56535D
Tints of Mulled Wine #56535D
RGB
CMYK
RGB Variations
Color information
#56535D (or 0x56535D) is known color: Mulled Wine. HEX triplet: 56, 53 and 5D. RGB value is (86,83,93). Sum of RGB (Red+Green+Blue) = 86+83+93=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 93 - color contains mainly: blue. Hex color #56535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56535D is #A9ACA2. Grayscale: #555555. Windows color (decimal): -11119779 or 6116182. OLE color: 6116182.
HSL color Cylindrical-coordinate representation of color #56535D: hue angle of 258º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #56535D is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 83 | 93 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.64 |
| HSL | 258º | 0.06% | 0.35% | - |
| HSV(B) | 258º | 0.11% | 0.36% | - |
| XYZ | 8.91 | 8.96 | 11.62 | - |
| YUV | 85.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 93 | 0.08 | 0.11 | 0 | 0.64 | 258 | 0.06 | 0.35 |
| Hex | 56 | 53 | 5D | 8 | B | 0 | 40 | 102 | 6 | 23 |
| Octal | 126 | 123 | 135 | 10 | 13 | 0 | 100 | 402 | 6 | 43 |
| Binary | 1010110 | 1010011 | 1011101 | 1000 | 1011 | 0 | 1000000 | 100000010 | 110 | 100011 |
Color Harmonies of #56535D
Complementary color
Monochromatic Colors of #56535D
Black with #56535D
Text Example
Text Example
White with #56535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56535D; }
p { color: rgb(86,83,93); }
H1.HeaderClassName
{
color: #56535D;
}
.AnyTagClassName
{
color: #56535D;
}
</style>
background-color css
<style>
a { background-color: #56535D; }
a { background-color: rgb(86,83,93); }
div.DivClassName
{
background-color: #56535D;
}
.BgClassName
{
background-color: #56535D;
}
</style>
border-color css
<style>
span { border-color: #56535D; }
span { border-color: rgb(86,83,93); }
td.TdClassName
{
border-color: #56535D;
}
.TagClassName
{
border-color: #56535D;
}
</style>