Shades of Mulled Wine #56505A
Tints of Mulled Wine #56505A
RGB
CMYK
RGB Variations
Color information
#56505A (or 0x56505A) is known color: Mulled Wine. HEX triplet: 56, 50 and 5A. RGB value is (86,80,90). Sum of RGB (Red+Green+Blue) = 86+80+90=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 90 - color contains mainly: blue. Hex color #56505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56505A is #A9AFA5. Grayscale: #525252. Windows color (decimal): -11120550 or 5918806. OLE color: 5918806.
HSL color Cylindrical-coordinate representation of color #56505A: hue angle of 276º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #56505A is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 80 | 90 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.65 |
| HSL | 276º | 0.06% | 0.33% | - |
| HSV(B) | 276º | 0.11% | 0.35% | - |
| XYZ | 8.55 | 8.45 | 10.85 | - |
| YUV | 82.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 90 | 0.04 | 0.11 | 0 | 0.65 | 276 | 0.06 | 0.33 |
| Hex | 56 | 50 | 5A | 4 | B | 0 | 41 | 114 | 6 | 21 |
| Octal | 126 | 120 | 132 | 4 | 13 | 0 | 101 | 424 | 6 | 41 |
| Binary | 1010110 | 1010000 | 1011010 | 100 | 1011 | 0 | 1000001 | 100010100 | 110 | 100001 |
Color Harmonies of #56505A
Complementary color
Monochromatic Colors of #56505A
Black with #56505A
Text Example
Text Example
White with #56505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56505A; }
p { color: rgb(86,80,90); }
H1.HeaderClassName
{
color: #56505A;
}
.AnyTagClassName
{
color: #56505A;
}
</style>
background-color css
<style>
a { background-color: #56505A; }
a { background-color: rgb(86,80,90); }
div.DivClassName
{
background-color: #56505A;
}
.BgClassName
{
background-color: #56505A;
}
</style>
border-color css
<style>
span { border-color: #56505A; }
span { border-color: rgb(86,80,90); }
td.TdClassName
{
border-color: #56505A;
}
.TagClassName
{
border-color: #56505A;
}
</style>