Shades of Mulled Wine #554566
Tints of Mulled Wine #554566
RGB
CMYK
RGB Variations
Color information
#554566 (or 0x554566) is known color: Mulled Wine. HEX triplet: 55, 45 and 66. RGB value is (85,69,102). Sum of RGB (Red+Green+Blue) = 85+69+102=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 102 - color contains mainly: blue. Hex color #554566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554566 is #AABA99. Grayscale: #4D4D4D. Windows color (decimal): -11188890 or 6702421. OLE color: 6702421.
HSL color Cylindrical-coordinate representation of color #554566: hue angle of 269.09º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #554566 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 69 | 102 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.6 |
| HSL | 269.09º | 0.19% | 0.34% | - |
| HSV(B) | 269.09º | 0.32% | 0.4% | - |
| XYZ | 8.27 | 7.15 | 13.51 | - |
| YUV | 77.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 102 | 0.17 | 0.32 | 0 | 0.6 | 269.09 | 0.19 | 0.34 |
| Hex | 55 | 45 | 66 | 11 | 20 | 0 | 3C | 10D | 13 | 22 |
| Octal | 125 | 105 | 146 | 21 | 40 | 0 | 74 | 415 | 23 | 42 |
| Binary | 1010101 | 1000101 | 1100110 | 10001 | 100000 | 0 | 111100 | 100001101 | 10011 | 100010 |
Color Harmonies of #554566
Complementary color
Monochromatic Colors of #554566
Black with #554566
Text Example
Text Example
White with #554566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554566; }
p { color: rgb(85,69,102); }
H1.HeaderClassName
{
color: #554566;
}
.AnyTagClassName
{
color: #554566;
}
</style>
background-color css
<style>
a { background-color: #554566; }
a { background-color: rgb(85,69,102); }
div.DivClassName
{
background-color: #554566;
}
.BgClassName
{
background-color: #554566;
}
</style>
border-color css
<style>
span { border-color: #554566; }
span { border-color: rgb(85,69,102); }
td.TdClassName
{
border-color: #554566;
}
.TagClassName
{
border-color: #554566;
}
</style>