Shades of Mulled Wine #555067
Tints of Mulled Wine #555067
RGB
CMYK
RGB Variations
Color information
#555067 (or 0x555067) is known color: Mulled Wine. HEX triplet: 55, 50 and 67. RGB value is (85,80,103). Sum of RGB (Red+Green+Blue) = 85+80+103=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 103 - color contains mainly: blue. Hex color #555067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555067 is #AAAF98. Grayscale: #545454. Windows color (decimal): -11186073 or 6770773. OLE color: 6770773.
HSL color Cylindrical-coordinate representation of color #555067: hue angle of 253.04º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #555067 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 80 | 103 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.60 |
| HSL | 253.04º | 0.13% | 0.36% | - |
| HSV(B) | 253.04º | 0.22% | 0.4% | - |
| XYZ | 9.06 | 8.65 | 14.02 | - |
| YUV | 84.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 103 | 0.17 | 0.22 | 0 | 0.60 | 253.04 | 0.13 | 0.36 |
| Hex | 55 | 50 | 67 | 11 | 16 | 0 | 3C | FD | D | 24 |
| Octal | 125 | 120 | 147 | 21 | 26 | 0 | 74 | 375 | 15 | 44 |
| Binary | 1010101 | 1010000 | 1100111 | 10001 | 10110 | 0 | 111100 | 11111101 | 1101 | 100100 |
Color Harmonies of #555067
Complementary color
Monochromatic Colors of #555067
Black with #555067
Text Example
Text Example
White with #555067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555067; }
p { color: rgb(85,80,103); }
H1.HeaderClassName
{
color: #555067;
}
.AnyTagClassName
{
color: #555067;
}
</style>
background-color css
<style>
a { background-color: #555067; }
a { background-color: rgb(85,80,103); }
div.DivClassName
{
background-color: #555067;
}
.BgClassName
{
background-color: #555067;
}
</style>
border-color css
<style>
span { border-color: #555067; }
span { border-color: rgb(85,80,103); }
td.TdClassName
{
border-color: #555067;
}
.TagClassName
{
border-color: #555067;
}
</style>