Shades of Mulled Wine #565360
Tints of Mulled Wine #565360
RGB
CMYK
RGB Variations
Color information
#565360 (or 0x565360) is known color: Mulled Wine. HEX triplet: 56, 53 and 60. RGB value is (86,83,96). Sum of RGB (Red+Green+Blue) = 86+83+96=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: blue. Hex color #565360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565360 is #A9AC9F. Grayscale: #555555. Windows color (decimal): -11119776 or 6312790. OLE color: 6312790.
HSL color Cylindrical-coordinate representation of color #565360: hue angle of 253.85º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #565360 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 83 | 96 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.62 |
| HSL | 253.85º | 0.07% | 0.35% | - |
| HSV(B) | 253.85º | 0.14% | 0.38% | - |
| XYZ | 9.04 | 9.01 | 12.33 | - |
| YUV | 85.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 96 | 0.10 | 0.14 | 0 | 0.62 | 253.85 | 0.07 | 0.35 |
| Hex | 56 | 53 | 60 | A | E | 0 | 3E | FE | 7 | 23 |
| Octal | 126 | 123 | 140 | 12 | 16 | 0 | 76 | 376 | 7 | 43 |
| Binary | 1010110 | 1010011 | 1100000 | 1010 | 1110 | 0 | 111110 | 11111110 | 111 | 100011 |
Color Harmonies of #565360
Complementary color
Monochromatic Colors of #565360
Black with #565360
Text Example
Text Example
White with #565360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565360; }
p { color: rgb(86,83,96); }
H1.HeaderClassName
{
color: #565360;
}
.AnyTagClassName
{
color: #565360;
}
</style>
background-color css
<style>
a { background-color: #565360; }
a { background-color: rgb(86,83,96); }
div.DivClassName
{
background-color: #565360;
}
.BgClassName
{
background-color: #565360;
}
</style>
border-color css
<style>
span { border-color: #565360; }
span { border-color: rgb(86,83,96); }
td.TdClassName
{
border-color: #565360;
}
.TagClassName
{
border-color: #565360;
}
</style>