Shades of Mulled Wine #554863
Tints of Mulled Wine #554863
RGB
CMYK
RGB Variations
Color information
#554863 (or 0x554863) is known color: Mulled Wine. HEX triplet: 55, 48 and 63. RGB value is (85,72,99). Sum of RGB (Red+Green+Blue) = 85+72+99=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 99 - color contains mainly: blue. Hex color #554863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554863 is #AAB79C. Grayscale: #4E4E4E. Windows color (decimal): -11188125 or 6506581. OLE color: 6506581.
HSL color Cylindrical-coordinate representation of color #554863: hue angle of 268.89º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #554863 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 72 | 99 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.61 |
| HSL | 268.89º | 0.16% | 0.34% | - |
| HSV(B) | 268.89º | 0.27% | 0.39% | - |
| XYZ | 8.32 | 7.47 | 12.81 | - |
| YUV | 78.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 99 | 0.14 | 0.27 | 0 | 0.61 | 268.89 | 0.16 | 0.34 |
| Hex | 55 | 48 | 63 | E | 1B | 0 | 3D | 10D | 10 | 22 |
| Octal | 125 | 110 | 143 | 16 | 33 | 0 | 75 | 415 | 20 | 42 |
| Binary | 1010101 | 1001000 | 1100011 | 1110 | 11011 | 0 | 111101 | 100001101 | 10000 | 100010 |
Color Harmonies of #554863
Complementary color
Monochromatic Colors of #554863
Black with #554863
Text Example
Text Example
White with #554863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554863; }
p { color: rgb(85,72,99); }
H1.HeaderClassName
{
color: #554863;
}
.AnyTagClassName
{
color: #554863;
}
</style>
background-color css
<style>
a { background-color: #554863; }
a { background-color: rgb(85,72,99); }
div.DivClassName
{
background-color: #554863;
}
.BgClassName
{
background-color: #554863;
}
</style>
border-color css
<style>
span { border-color: #554863; }
span { border-color: rgb(85,72,99); }
td.TdClassName
{
border-color: #554863;
}
.TagClassName
{
border-color: #554863;
}
</style>