Shades of Mulled Wine #554769
Tints of Mulled Wine #554769
RGB
CMYK
RGB Variations
Color information
#554769 (or 0x554769) is known color: Mulled Wine. HEX triplet: 55, 47 and 69. RGB value is (85,71,105). Sum of RGB (Red+Green+Blue) = 85+71+105=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 105 - color contains mainly: blue. Hex color #554769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554769 is #AAB896. Grayscale: #4E4E4E. Windows color (decimal): -11188375 or 6899541. OLE color: 6899541.
HSL color Cylindrical-coordinate representation of color #554769: hue angle of 264.71º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #554769 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 71 | 105 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.59 |
| HSL | 264.71º | 0.19% | 0.35% | - |
| HSV(B) | 264.71º | 0.32% | 0.41% | - |
| XYZ | 8.55 | 7.46 | 14.35 | - |
| YUV | 79.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 105 | 0.19 | 0.32 | 0 | 0.59 | 264.71 | 0.19 | 0.35 |
| Hex | 55 | 47 | 69 | 13 | 20 | 0 | 3B | 109 | 13 | 23 |
| Octal | 125 | 107 | 151 | 23 | 40 | 0 | 73 | 411 | 23 | 43 |
| Binary | 1010101 | 1000111 | 1101001 | 10011 | 100000 | 0 | 111011 | 100001001 | 10011 | 100011 |
Color Harmonies of #554769
Complementary color
Monochromatic Colors of #554769
Black with #554769
Text Example
Text Example
White with #554769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554769; }
p { color: rgb(85,71,105); }
H1.HeaderClassName
{
color: #554769;
}
.AnyTagClassName
{
color: #554769;
}
</style>
background-color css
<style>
a { background-color: #554769; }
a { background-color: rgb(85,71,105); }
div.DivClassName
{
background-color: #554769;
}
.BgClassName
{
background-color: #554769;
}
</style>
border-color css
<style>
span { border-color: #554769; }
span { border-color: rgb(85,71,105); }
td.TdClassName
{
border-color: #554769;
}
.TagClassName
{
border-color: #554769;
}
</style>