Shades of Masala #57534A
Tints of Masala #57534A
RGB
CMYK
RGB Variations
Color information
#57534A (or 0x57534A) is known color: Masala. HEX triplet: 57, 53 and 4A. RGB value is (87,83,74). Sum of RGB (Red+Green+Blue) = 87+83+74=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 87 - color contains mainly: red. Hex color #57534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57534A is #A8ACB5. Grayscale: #535353. Windows color (decimal): -11054262 or 4870999. OLE color: 4870999.
HSL color Cylindrical-coordinate representation of color #57534A: hue angle of 41.54º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #57534A is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 83 | 74 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.66 |
| HSL | 41.54º | 0.08% | 0.32% | - |
| HSV(B) | 41.54º | 0.15% | 0.34% | - |
| XYZ | 8.26 | 8.71 | 7.72 | - |
| YUV | 83.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 74 | 0 | 0.05 | 0.15 | 0.66 | 41.54 | 0.08 | 0.32 |
| Hex | 57 | 53 | 4A | 0 | 5 | F | 42 | 2A | 8 | 20 |
| Octal | 127 | 123 | 112 | 0 | 5 | 17 | 102 | 52 | 10 | 40 |
| Binary | 1010111 | 1010011 | 1001010 | 0 | 101 | 1111 | 1000010 | 101010 | 1000 | 100000 |
Color Harmonies of #57534A
Complementary color
Monochromatic Colors of #57534A
Black with #57534A
Text Example
Text Example
White with #57534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57534A; }
p { color: rgb(87,83,74); }
H1.HeaderClassName
{
color: #57534A;
}
.AnyTagClassName
{
color: #57534A;
}
</style>
background-color css
<style>
a { background-color: #57534A; }
a { background-color: rgb(87,83,74); }
div.DivClassName
{
background-color: #57534A;
}
.BgClassName
{
background-color: #57534A;
}
</style>
border-color css
<style>
span { border-color: #57534A; }
span { border-color: rgb(87,83,74); }
td.TdClassName
{
border-color: #57534A;
}
.TagClassName
{
border-color: #57534A;
}
</style>