Shades of Masala #56544E
Tints of Masala #56544E
RGB
CMYK
RGB Variations
Color information
#56544E (or 0x56544E) is known color: Masala. HEX triplet: 56, 54 and 4E. RGB value is (86,84,78). Sum of RGB (Red+Green+Blue) = 86+84+78=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 86 - color contains mainly: red. Hex color #56544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56544E is #A9ABB1. Grayscale: #535353. Windows color (decimal): -11119538 or 5133398. OLE color: 5133398.
HSL color Cylindrical-coordinate representation of color #56544E: hue angle of 45º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #56544E is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 84 | 78 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.66 |
| HSL | 45º | 0.05% | 0.32% | - |
| HSV(B) | 45º | 0.09% | 0.34% | - |
| XYZ | 8.38 | 8.87 | 8.48 | - |
| YUV | 83.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 78 | 0 | 0.02 | 0.09 | 0.66 | 45 | 0.05 | 0.32 |
| Hex | 56 | 54 | 4E | 0 | 2 | 9 | 42 | 2D | 5 | 20 |
| Octal | 126 | 124 | 116 | 0 | 2 | 11 | 102 | 55 | 5 | 40 |
| Binary | 1010110 | 1010100 | 1001110 | 0 | 10 | 1001 | 1000010 | 101101 | 101 | 100000 |
Color Harmonies of #56544E
Complementary color
Monochromatic Colors of #56544E
Black with #56544E
Text Example
Text Example
White with #56544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56544E; }
p { color: rgb(86,84,78); }
H1.HeaderClassName
{
color: #56544E;
}
.AnyTagClassName
{
color: #56544E;
}
</style>
background-color css
<style>
a { background-color: #56544E; }
a { background-color: rgb(86,84,78); }
div.DivClassName
{
background-color: #56544E;
}
.BgClassName
{
background-color: #56544E;
}
</style>
border-color css
<style>
span { border-color: #56544E; }
span { border-color: rgb(86,84,78); }
td.TdClassName
{
border-color: #56544E;
}
.TagClassName
{
border-color: #56544E;
}
</style>