Shades of Mulled Wine #554569
Tints of Mulled Wine #554569
RGB
CMYK
RGB Variations
Color information
#554569 (or 0x554569) is known color: Mulled Wine. HEX triplet: 55, 45 and 69. RGB value is (85,69,105). Sum of RGB (Red+Green+Blue) = 85+69+105=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #554569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554569 is #AABA96. Grayscale: #4D4D4D. Windows color (decimal): -11188887 or 6899029. OLE color: 6899029.
HSL color Cylindrical-coordinate representation of color #554569: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #554569 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 69 | 105 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.59 |
| HSL | 266.67º | 0.21% | 0.34% | - |
| HSV(B) | 266.67º | 0.34% | 0.41% | - |
| XYZ | 8.42 | 7.21 | 14.31 | - |
| YUV | 77.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 105 | 0.19 | 0.34 | 0 | 0.59 | 266.67 | 0.21 | 0.34 |
| Hex | 55 | 45 | 69 | 13 | 22 | 0 | 3B | 10B | 15 | 22 |
| Octal | 125 | 105 | 151 | 23 | 42 | 0 | 73 | 413 | 25 | 42 |
| Binary | 1010101 | 1000101 | 1101001 | 10011 | 100010 | 0 | 111011 | 100001011 | 10101 | 100010 |
Color Harmonies of #554569
Complementary color
Monochromatic Colors of #554569
Black with #554569
Text Example
Text Example
White with #554569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554569; }
p { color: rgb(85,69,105); }
H1.HeaderClassName
{
color: #554569;
}
.AnyTagClassName
{
color: #554569;
}
</style>
background-color css
<style>
a { background-color: #554569; }
a { background-color: rgb(85,69,105); }
div.DivClassName
{
background-color: #554569;
}
.BgClassName
{
background-color: #554569;
}
</style>
border-color css
<style>
span { border-color: #554569; }
span { border-color: rgb(85,69,105); }
td.TdClassName
{
border-color: #554569;
}
.TagClassName
{
border-color: #554569;
}
</style>