Shades of Mulled Wine #56525B
Tints of Mulled Wine #56525B
RGB
CMYK
RGB Variations
Color information
#56525B (or 0x56525B) is known color: Mulled Wine. HEX triplet: 56, 52 and 5B. RGB value is (86,82,91). Sum of RGB (Red+Green+Blue) = 86+82+91=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 91 - color contains mainly: blue. Hex color #56525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56525B is #A9ADA4. Grayscale: #545454. Windows color (decimal): -11120037 or 5984854. OLE color: 5984854.
HSL color Cylindrical-coordinate representation of color #56525B: hue angle of 266.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #56525B is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 82 | 91 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.64 |
| HSL | 266.67º | 0.05% | 0.34% | - |
| HSV(B) | 266.67º | 0.1% | 0.36% | - |
| XYZ | 8.74 | 8.77 | 11.13 | - |
| YUV | 84.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 91 | 0.05 | 0.10 | 0 | 0.64 | 266.67 | 0.05 | 0.34 |
| Hex | 56 | 52 | 5B | 5 | A | 0 | 40 | 10B | 5 | 22 |
| Octal | 126 | 122 | 133 | 5 | 12 | 0 | 100 | 413 | 5 | 42 |
| Binary | 1010110 | 1010010 | 1011011 | 101 | 1010 | 0 | 1000000 | 100001011 | 101 | 100010 |
Color Harmonies of #56525B
Complementary color
Monochromatic Colors of #56525B
Black with #56525B
Text Example
Text Example
White with #56525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56525B; }
p { color: rgb(86,82,91); }
H1.HeaderClassName
{
color: #56525B;
}
.AnyTagClassName
{
color: #56525B;
}
</style>
background-color css
<style>
a { background-color: #56525B; }
a { background-color: rgb(86,82,91); }
div.DivClassName
{
background-color: #56525B;
}
.BgClassName
{
background-color: #56525B;
}
</style>
border-color css
<style>
span { border-color: #56525B; }
span { border-color: rgb(86,82,91); }
td.TdClassName
{
border-color: #56525B;
}
.TagClassName
{
border-color: #56525B;
}
</style>