Shades of Mulled Wine #565557
Tints of Mulled Wine #565557
RGB
CMYK
RGB Variations
Color information
#565557 (or 0x565557) is known color: Mulled Wine. HEX triplet: 56, 55 and 57. RGB value is (86,85,87). Sum of RGB (Red+Green+Blue) = 86+85+87=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 87 - color contains mainly: blue. Hex color #565557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565557 is #A9AAA8. Grayscale: #555555. Windows color (decimal): -11119273 or 5723478. OLE color: 5723478.
HSL color Cylindrical-coordinate representation of color #565557: hue angle of 270º degrees, saturation: 0.01, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #565557 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
RGB | 86 | 85 | 87 | - |
CMYK | 0.01 | 0.02 | 0 | 0.66 |
HSL | 270º | 0.01% | 0.34% | - |
HSV(B) | 270º | 0.02% | 0.34% | - |
XYZ | 8.81 | 9.16 | 10.32 | - |
YUV | 85.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 86 | 85 | 87 | 0.01 | 0.02 | 0 | 0.66 | 270 | 0.01 | 0.34 |
Hex | 56 | 55 | 57 | 1 | 2 | 0 | 42 | 10E | 1 | 22 |
Octal | 126 | 125 | 127 | 1 | 2 | 0 | 102 | 416 | 1 | 42 |
Binary | 1010110 | 1010101 | 1010111 | 1 | 10 | 0 | 1000010 | 100001110 | 1 | 100010 |
Color Harmonies of #565557
Complementary color
Monochromatic Colors of #565557
Black with #565557
Text Example
Text Example
White with #565557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565557; }
p { color: rgb(86,85,87); }
H1.HeaderClassName
{
color: #565557;
}
.AnyTagClassName
{
color: #565557;
}
</style>
background-color css
<style>
a { background-color: #565557; }
a { background-color: rgb(86,85,87); }
div.DivClassName
{
background-color: #565557;
}
.BgClassName
{
background-color: #565557;
}
</style>
border-color css
<style>
span { border-color: #565557; }
span { border-color: rgb(86,85,87); }
td.TdClassName
{
border-color: #565557;
}
.TagClassName
{
border-color: #565557;
}
</style>