Shades of Masala #53504C
Tints of Masala #53504C
RGB
CMYK
RGB Variations
Color information
#53504C (or 0x53504C) is known color: Masala. HEX triplet: 53, 50 and 4C. RGB value is (83,80,76). Sum of RGB (Red+Green+Blue) = 83+80+76=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 83 - color contains mainly: red. Hex color #53504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53504C is #ACAFB3. Grayscale: #505050. Windows color (decimal): -11317172 or 5001299. OLE color: 5001299.
HSL color Cylindrical-coordinate representation of color #53504C: hue angle of 34.29º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #53504C is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 76 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.67 |
| HSL | 34.29º | 0.04% | 0.31% | - |
| HSV(B) | 34.29º | 0.08% | 0.33% | - |
| XYZ | 7.74 | 8.1 | 7.99 | - |
| YUV | 80.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 76 | 0 | 0.04 | 0.08 | 0.67 | 34.29 | 0.04 | 0.31 |
| Hex | 53 | 50 | 4C | 0 | 4 | 8 | 43 | 22 | 4 | 1F |
| Octal | 123 | 120 | 114 | 0 | 4 | 10 | 103 | 42 | 4 | 37 |
| Binary | 1010011 | 1010000 | 1001100 | 0 | 100 | 1000 | 1000011 | 100010 | 100 | 11111 |
Color Harmonies of #53504C
Complementary color
Monochromatic Colors of #53504C
Black with #53504C
Text Example
Text Example
White with #53504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53504C; }
p { color: rgb(83,80,76); }
H1.HeaderClassName
{
color: #53504C;
}
.AnyTagClassName
{
color: #53504C;
}
</style>
background-color css
<style>
a { background-color: #53504C; }
a { background-color: rgb(83,80,76); }
div.DivClassName
{
background-color: #53504C;
}
.BgClassName
{
background-color: #53504C;
}
</style>
border-color css
<style>
span { border-color: #53504C; }
span { border-color: rgb(83,80,76); }
td.TdClassName
{
border-color: #53504C;
}
.TagClassName
{
border-color: #53504C;
}
</style>