Shades of Mulled Wine #554768
Tints of Mulled Wine #554768
RGB
CMYK
RGB Variations
Color information
#554768 (or 0x554768) is known color: Mulled Wine. HEX triplet: 55, 47 and 68. RGB value is (85,71,104). Sum of RGB (Red+Green+Blue) = 85+71+104=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 104 - color contains mainly: blue. Hex color #554768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554768 is #AAB897. Grayscale: #4E4E4E. Windows color (decimal): -11188376 or 6834005. OLE color: 6834005.
HSL color Cylindrical-coordinate representation of color #554768: hue angle of 265.45º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #554768 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 71 | 104 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.59 |
| HSL | 265.45º | 0.19% | 0.34% | - |
| HSV(B) | 265.45º | 0.32% | 0.41% | - |
| XYZ | 8.5 | 7.44 | 14.08 | - |
| YUV | 78.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 104 | 0.18 | 0.32 | 0 | 0.59 | 265.45 | 0.19 | 0.34 |
| Hex | 55 | 47 | 68 | 12 | 20 | 0 | 3B | 109 | 13 | 22 |
| Octal | 125 | 107 | 150 | 22 | 40 | 0 | 73 | 411 | 23 | 42 |
| Binary | 1010101 | 1000111 | 1101000 | 10010 | 100000 | 0 | 111011 | 100001001 | 10011 | 100010 |
Color Harmonies of #554768
Complementary color
Monochromatic Colors of #554768
Black with #554768
Text Example
Text Example
White with #554768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554768; }
p { color: rgb(85,71,104); }
H1.HeaderClassName
{
color: #554768;
}
.AnyTagClassName
{
color: #554768;
}
</style>
background-color css
<style>
a { background-color: #554768; }
a { background-color: rgb(85,71,104); }
div.DivClassName
{
background-color: #554768;
}
.BgClassName
{
background-color: #554768;
}
</style>
border-color css
<style>
span { border-color: #554768; }
span { border-color: rgb(85,71,104); }
td.TdClassName
{
border-color: #554768;
}
.TagClassName
{
border-color: #554768;
}
</style>