Shades of Mulled Wine #565061
Tints of Mulled Wine #565061
RGB
CMYK
RGB Variations
Color information
#565061 (or 0x565061) is known color: Mulled Wine. HEX triplet: 56, 50 and 61. RGB value is (86,80,97). Sum of RGB (Red+Green+Blue) = 86+80+97=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 97 - color contains mainly: blue. Hex color #565061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565061 is #A9AF9E. Grayscale: #535353. Windows color (decimal): -11120543 or 6377558. OLE color: 6377558.
HSL color Cylindrical-coordinate representation of color #565061: hue angle of 261.18º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #565061 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 80 | 97 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.62 |
| HSL | 261.18º | 0.1% | 0.35% | - |
| HSV(B) | 261.18º | 0.18% | 0.38% | - |
| XYZ | 8.86 | 8.58 | 12.5 | - |
| YUV | 83.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 97 | 0.11 | 0.18 | 0 | 0.62 | 261.18 | 0.1 | 0.35 |
| Hex | 56 | 50 | 61 | B | 12 | 0 | 3E | 105 | A | 23 |
| Octal | 126 | 120 | 141 | 13 | 22 | 0 | 76 | 405 | 12 | 43 |
| Binary | 1010110 | 1010000 | 1100001 | 1011 | 10010 | 0 | 111110 | 100000101 | 1010 | 100011 |
Color Harmonies of #565061
Complementary color
Monochromatic Colors of #565061
Black with #565061
Text Example
Text Example
White with #565061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565061; }
p { color: rgb(86,80,97); }
H1.HeaderClassName
{
color: #565061;
}
.AnyTagClassName
{
color: #565061;
}
</style>
background-color css
<style>
a { background-color: #565061; }
a { background-color: rgb(86,80,97); }
div.DivClassName
{
background-color: #565061;
}
.BgClassName
{
background-color: #565061;
}
</style>
border-color css
<style>
span { border-color: #565061; }
span { border-color: rgb(86,80,97); }
td.TdClassName
{
border-color: #565061;
}
.TagClassName
{
border-color: #565061;
}
</style>