Shades of Mulled Wine #565263
Tints of Mulled Wine #565263
RGB
CMYK
RGB Variations
Color information
#565263 (or 0x565263) is known color: Mulled Wine. HEX triplet: 56, 52 and 63. RGB value is (86,82,99). Sum of RGB (Red+Green+Blue) = 86+82+99=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 99 - color contains mainly: blue. Hex color #565263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565263 is #A9AD9C. Grayscale: #555555. Windows color (decimal): -11120029 or 6509142. OLE color: 6509142.
HSL color Cylindrical-coordinate representation of color #565263: hue angle of 254.12º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #565263 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 82 | 99 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.61 |
| HSL | 254.12º | 0.09% | 0.35% | - |
| HSV(B) | 254.12º | 0.17% | 0.39% | - |
| XYZ | 9.11 | 8.91 | 13.04 | - |
| YUV | 85.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 99 | 0.13 | 0.17 | 0 | 0.61 | 254.12 | 0.09 | 0.35 |
| Hex | 56 | 52 | 63 | D | 11 | 0 | 3D | FE | 9 | 23 |
| Octal | 126 | 122 | 143 | 15 | 21 | 0 | 75 | 376 | 11 | 43 |
| Binary | 1010110 | 1010010 | 1100011 | 1101 | 10001 | 0 | 111101 | 11111110 | 1001 | 100011 |
Color Harmonies of #565263
Complementary color
Monochromatic Colors of #565263
Black with #565263
Text Example
Text Example
White with #565263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565263; }
p { color: rgb(86,82,99); }
H1.HeaderClassName
{
color: #565263;
}
.AnyTagClassName
{
color: #565263;
}
</style>
background-color css
<style>
a { background-color: #565263; }
a { background-color: rgb(86,82,99); }
div.DivClassName
{
background-color: #565263;
}
.BgClassName
{
background-color: #565263;
}
</style>
border-color css
<style>
span { border-color: #565263; }
span { border-color: rgb(86,82,99); }
td.TdClassName
{
border-color: #565263;
}
.TagClassName
{
border-color: #565263;
}
</style>