Shades of Mulled Wine #535155
Tints of Mulled Wine #535155
RGB
CMYK
RGB Variations
Color information
#535155 (or 0x535155) is known color: Mulled Wine. HEX triplet: 53, 51 and 55. RGB value is (83,81,85). Sum of RGB (Red+Green+Blue) = 83+81+85=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 85 - color contains mainly: blue. Hex color #535155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535155 is #ACAEAA. Grayscale: #525252. Windows color (decimal): -11316907 or 5591379. OLE color: 5591379.
HSL color Cylindrical-coordinate representation of color #535155: hue angle of 270º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #535155 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 85 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.67 |
| HSL | 270º | 0.02% | 0.33% | - |
| HSV(B) | 270º | 0.05% | 0.33% | - |
| XYZ | 8.15 | 8.38 | 9.78 | - |
| YUV | 82.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 85 | 0.02 | 0.05 | 0 | 0.67 | 270 | 0.02 | 0.33 |
| Hex | 53 | 51 | 55 | 2 | 5 | 0 | 43 | 10E | 2 | 21 |
| Octal | 123 | 121 | 125 | 2 | 5 | 0 | 103 | 416 | 2 | 41 |
| Binary | 1010011 | 1010001 | 1010101 | 10 | 101 | 0 | 1000011 | 100001110 | 10 | 100001 |
Color Harmonies of #535155
Complementary color
Monochromatic Colors of #535155
Black with #535155
Text Example
Text Example
White with #535155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535155; }
p { color: rgb(83,81,85); }
H1.HeaderClassName
{
color: #535155;
}
.AnyTagClassName
{
color: #535155;
}
</style>
background-color css
<style>
a { background-color: #535155; }
a { background-color: rgb(83,81,85); }
div.DivClassName
{
background-color: #535155;
}
.BgClassName
{
background-color: #535155;
}
</style>
border-color css
<style>
span { border-color: #535155; }
span { border-color: rgb(83,81,85); }
td.TdClassName
{
border-color: #535155;
}
.TagClassName
{
border-color: #535155;
}
</style>