Shades of Mulled Wine #565063
Tints of Mulled Wine #565063
RGB
CMYK
RGB Variations
Color information
#565063 (or 0x565063) is known color: Mulled Wine. HEX triplet: 56, 50 and 63. RGB value is (86,80,99). Sum of RGB (Red+Green+Blue) = 86+80+99=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: blue. Hex color #565063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565063 is #A9AF9C. Grayscale: #535353. Windows color (decimal): -11120541 or 6508630. OLE color: 6508630.
HSL color Cylindrical-coordinate representation of color #565063: hue angle of 258.95º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #565063 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 80 | 99 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.61 |
| HSL | 258.95º | 0.11% | 0.35% | - |
| HSV(B) | 258.95º | 0.19% | 0.39% | - |
| XYZ | 8.96 | 8.62 | 13 | - |
| YUV | 83.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 99 | 0.13 | 0.19 | 0 | 0.61 | 258.95 | 0.11 | 0.35 |
| Hex | 56 | 50 | 63 | D | 13 | 0 | 3D | 103 | B | 23 |
| Octal | 126 | 120 | 143 | 15 | 23 | 0 | 75 | 403 | 13 | 43 |
| Binary | 1010110 | 1010000 | 1100011 | 1101 | 10011 | 0 | 111101 | 100000011 | 1011 | 100011 |
Color Harmonies of #565063
Complementary color
Monochromatic Colors of #565063
Black with #565063
Text Example
Text Example
White with #565063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565063; }
p { color: rgb(86,80,99); }
H1.HeaderClassName
{
color: #565063;
}
.AnyTagClassName
{
color: #565063;
}
</style>
background-color css
<style>
a { background-color: #565063; }
a { background-color: rgb(86,80,99); }
div.DivClassName
{
background-color: #565063;
}
.BgClassName
{
background-color: #565063;
}
</style>
border-color css
<style>
span { border-color: #565063; }
span { border-color: rgb(86,80,99); }
td.TdClassName
{
border-color: #565063;
}
.TagClassName
{
border-color: #565063;
}
</style>