Shades of Mulled Wine #56525E
Tints of Mulled Wine #56525E
RGB
CMYK
RGB Variations
Color information
#56525E (or 0x56525E) is known color: Mulled Wine. HEX triplet: 56, 52 and 5E. RGB value is (86,82,94). Sum of RGB (Red+Green+Blue) = 86+82+94=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 94 - color contains mainly: blue. Hex color #56525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56525E is #A9ADA1. Grayscale: #545454. Windows color (decimal): -11120034 or 6181462. OLE color: 6181462.
HSL color Cylindrical-coordinate representation of color #56525E: hue angle of 260º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #56525E is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 82 | 94 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.63 |
| HSL | 260º | 0.07% | 0.35% | - |
| HSV(B) | 260º | 0.13% | 0.37% | - |
| XYZ | 8.88 | 8.82 | 11.82 | - |
| YUV | 84.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 94 | 0.09 | 0.13 | 0 | 0.63 | 260 | 0.07 | 0.35 |
| Hex | 56 | 52 | 5E | 9 | D | 0 | 3F | 104 | 7 | 23 |
| Octal | 126 | 122 | 136 | 11 | 15 | 0 | 77 | 404 | 7 | 43 |
| Binary | 1010110 | 1010010 | 1011110 | 1001 | 1101 | 0 | 111111 | 100000100 | 111 | 100011 |
Color Harmonies of #56525E
Complementary color
Monochromatic Colors of #56525E
Black with #56525E
Text Example
Text Example
White with #56525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56525E; }
p { color: rgb(86,82,94); }
H1.HeaderClassName
{
color: #56525E;
}
.AnyTagClassName
{
color: #56525E;
}
</style>
background-color css
<style>
a { background-color: #56525E; }
a { background-color: rgb(86,82,94); }
div.DivClassName
{
background-color: #56525E;
}
.BgClassName
{
background-color: #56525E;
}
</style>
border-color css
<style>
span { border-color: #56525E; }
span { border-color: rgb(86,82,94); }
td.TdClassName
{
border-color: #56525E;
}
.TagClassName
{
border-color: #56525E;
}
</style>