Shades of Masala #52504D
Tints of Masala #52504D
RGB
CMYK
RGB Variations
Color information
#52504D (or 0x52504D) is known color: Masala. HEX triplet: 52, 50 and 4D. RGB value is (82,80,77). Sum of RGB (Red+Green+Blue) = 82+80+77=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 82 - color contains mainly: red. Hex color #52504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52504D is #ADAFB2. Grayscale: #505050. Windows color (decimal): -11382707 or 5066834. OLE color: 5066834.
HSL color Cylindrical-coordinate representation of color #52504D: hue angle of 36º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #52504D is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 80 | 77 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.68 |
| HSL | 36º | 0.03% | 0.31% | - |
| HSV(B) | 36º | 0.06% | 0.32% | - |
| XYZ | 7.69 | 8.07 | 8.17 | - |
| YUV | 80.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 77 | 0 | 0.02 | 0.06 | 0.68 | 36 | 0.03 | 0.31 |
| Hex | 52 | 50 | 4D | 0 | 2 | 6 | 44 | 24 | 3 | 1F |
| Octal | 122 | 120 | 115 | 0 | 2 | 6 | 104 | 44 | 3 | 37 |
| Binary | 1010010 | 1010000 | 1001101 | 0 | 10 | 110 | 1000100 | 100100 | 11 | 11111 |
Color Harmonies of #52504D
Complementary color
Monochromatic Colors of #52504D
Black with #52504D
Text Example
Text Example
White with #52504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52504D; }
p { color: rgb(82,80,77); }
H1.HeaderClassName
{
color: #52504D;
}
.AnyTagClassName
{
color: #52504D;
}
</style>
background-color css
<style>
a { background-color: #52504D; }
a { background-color: rgb(82,80,77); }
div.DivClassName
{
background-color: #52504D;
}
.BgClassName
{
background-color: #52504D;
}
</style>
border-color css
<style>
span { border-color: #52504D; }
span { border-color: rgb(82,80,77); }
td.TdClassName
{
border-color: #52504D;
}
.TagClassName
{
border-color: #52504D;
}
</style>