Shades of Mulled Wine #56555A
Tints of Mulled Wine #56555A
RGB
CMYK
RGB Variations
Color information
#56555A (or 0x56555A) is known color: Mulled Wine. HEX triplet: 56, 55 and 5A. RGB value is (86,85,90). Sum of RGB (Red+Green+Blue) = 86+85+90=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 90 - color contains mainly: blue. Hex color #56555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56555A is #A9AAA5. Grayscale: #555555. Windows color (decimal): -11119270 or 5920086. OLE color: 5920086.
HSL color Cylindrical-coordinate representation of color #56555A: hue angle of 252º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #56555A is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 85 | 90 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.65 |
| HSL | 252º | 0.03% | 0.34% | - |
| HSV(B) | 252º | 0.06% | 0.35% | - |
| XYZ | 8.93 | 9.21 | 10.98 | - |
| YUV | 85.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 90 | 0.04 | 0.06 | 0 | 0.65 | 252 | 0.03 | 0.34 |
| Hex | 56 | 55 | 5A | 4 | 6 | 0 | 41 | FC | 3 | 22 |
| Octal | 126 | 125 | 132 | 4 | 6 | 0 | 101 | 374 | 3 | 42 |
| Binary | 1010110 | 1010101 | 1011010 | 100 | 110 | 0 | 1000001 | 11111100 | 11 | 100010 |
Color Harmonies of #56555A
Complementary color
Monochromatic Colors of #56555A
Black with #56555A
Text Example
Text Example
White with #56555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56555A; }
p { color: rgb(86,85,90); }
H1.HeaderClassName
{
color: #56555A;
}
.AnyTagClassName
{
color: #56555A;
}
</style>
background-color css
<style>
a { background-color: #56555A; }
a { background-color: rgb(86,85,90); }
div.DivClassName
{
background-color: #56555A;
}
.BgClassName
{
background-color: #56555A;
}
</style>
border-color css
<style>
span { border-color: #56555A; }
span { border-color: rgb(86,85,90); }
td.TdClassName
{
border-color: #56555A;
}
.TagClassName
{
border-color: #56555A;
}
</style>