Shades of Masala #56534C
Tints of Masala #56534C
RGB
CMYK
RGB Variations
Color information
#56534C (or 0x56534C) is known color: Masala. HEX triplet: 56, 53 and 4C. RGB value is (86,83,76). Sum of RGB (Red+Green+Blue) = 86+83+76=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 86 - color contains mainly: red. Hex color #56534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56534C is #A9ACB3. Grayscale: #535353. Windows color (decimal): -11119796 or 5002070. OLE color: 5002070.
HSL color Cylindrical-coordinate representation of color #56534C: hue angle of 42º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #56534C is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 83 | 76 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.66 |
| HSL | 42º | 0.06% | 0.32% | - |
| HSV(B) | 42º | 0.12% | 0.34% | - |
| XYZ | 8.24 | 8.69 | 8.08 | - |
| YUV | 83.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 76 | 0 | 0.03 | 0.12 | 0.66 | 42 | 0.06 | 0.32 |
| Hex | 56 | 53 | 4C | 0 | 3 | C | 42 | 2A | 6 | 20 |
| Octal | 126 | 123 | 114 | 0 | 3 | 14 | 102 | 52 | 6 | 40 |
| Binary | 1010110 | 1010011 | 1001100 | 0 | 11 | 1100 | 1000010 | 101010 | 110 | 100000 |
Color Harmonies of #56534C
Complementary color
Monochromatic Colors of #56534C
Black with #56534C
Text Example
Text Example
White with #56534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56534C; }
p { color: rgb(86,83,76); }
H1.HeaderClassName
{
color: #56534C;
}
.AnyTagClassName
{
color: #56534C;
}
</style>
background-color css
<style>
a { background-color: #56534C; }
a { background-color: rgb(86,83,76); }
div.DivClassName
{
background-color: #56534C;
}
.BgClassName
{
background-color: #56534C;
}
</style>
border-color css
<style>
span { border-color: #56534C; }
span { border-color: rgb(86,83,76); }
td.TdClassName
{
border-color: #56534C;
}
.TagClassName
{
border-color: #56534C;
}
</style>