Shades of Mulled Wine #565359
Tints of Mulled Wine #565359
RGB
CMYK
RGB Variations
Color information
#565359 (or 0x565359) is known color: Mulled Wine. HEX triplet: 56, 53 and 59. RGB value is (86,83,89). Sum of RGB (Red+Green+Blue) = 86+83+89=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 89 - color contains mainly: blue. Hex color #565359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565359 is #A9ACA6. Grayscale: #545454. Windows color (decimal): -11119783 or 5854038. OLE color: 5854038.
HSL color Cylindrical-coordinate representation of color #565359: hue angle of 270º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #565359 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 83 | 89 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.65 |
| HSL | 270º | 0.03% | 0.34% | - |
| HSV(B) | 270º | 0.07% | 0.35% | - |
| XYZ | 8.73 | 8.89 | 10.71 | - |
| YUV | 84.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 89 | 0.03 | 0.07 | 0 | 0.65 | 270 | 0.03 | 0.34 |
| Hex | 56 | 53 | 59 | 3 | 7 | 0 | 41 | 10E | 3 | 22 |
| Octal | 126 | 123 | 131 | 3 | 7 | 0 | 101 | 416 | 3 | 42 |
| Binary | 1010110 | 1010011 | 1011001 | 11 | 111 | 0 | 1000001 | 100001110 | 11 | 100010 |
Color Harmonies of #565359
Complementary color
Monochromatic Colors of #565359
Black with #565359
Text Example
Text Example
White with #565359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565359; }
p { color: rgb(86,83,89); }
H1.HeaderClassName
{
color: #565359;
}
.AnyTagClassName
{
color: #565359;
}
</style>
background-color css
<style>
a { background-color: #565359; }
a { background-color: rgb(86,83,89); }
div.DivClassName
{
background-color: #565359;
}
.BgClassName
{
background-color: #565359;
}
</style>
border-color css
<style>
span { border-color: #565359; }
span { border-color: rgb(86,83,89); }
td.TdClassName
{
border-color: #565359;
}
.TagClassName
{
border-color: #565359;
}
</style>