Shades of Masala #56534F
Tints of Masala #56534F
RGB
CMYK
RGB Variations
Color information
#56534F (or 0x56534F) is known color: Masala. HEX triplet: 56, 53 and 4F. RGB value is (86,83,79). Sum of RGB (Red+Green+Blue) = 86+83+79=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 86 - color contains mainly: red. Hex color #56534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56534F is #A9ACB0. Grayscale: #535353. Windows color (decimal): -11119793 or 5198678. OLE color: 5198678.
HSL color Cylindrical-coordinate representation of color #56534F: hue angle of 34.29º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #56534F is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 83 | 79 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.66 |
| HSL | 34.29º | 0.04% | 0.32% | - |
| HSV(B) | 34.29º | 0.08% | 0.34% | - |
| XYZ | 8.34 | 8.73 | 8.64 | - |
| YUV | 83.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 79 | 0 | 0.03 | 0.08 | 0.66 | 34.29 | 0.04 | 0.32 |
| Hex | 56 | 53 | 4F | 0 | 3 | 8 | 42 | 22 | 4 | 20 |
| Octal | 126 | 123 | 117 | 0 | 3 | 10 | 102 | 42 | 4 | 40 |
| Binary | 1010110 | 1010011 | 1001111 | 0 | 11 | 1000 | 1000010 | 100010 | 100 | 100000 |
Color Harmonies of #56534F
Complementary color
Monochromatic Colors of #56534F
Black with #56534F
Text Example
Text Example
White with #56534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56534F; }
p { color: rgb(86,83,79); }
H1.HeaderClassName
{
color: #56534F;
}
.AnyTagClassName
{
color: #56534F;
}
</style>
background-color css
<style>
a { background-color: #56534F; }
a { background-color: rgb(86,83,79); }
div.DivClassName
{
background-color: #56534F;
}
.BgClassName
{
background-color: #56534F;
}
</style>
border-color css
<style>
span { border-color: #56534F; }
span { border-color: rgb(86,83,79); }
td.TdClassName
{
border-color: #56534F;
}
.TagClassName
{
border-color: #56534F;
}
</style>