Shades of Masala #53514E
Tints of Masala #53514E
RGB
CMYK
RGB Variations
Color information
#53514E (or 0x53514E) is known color: Masala. HEX triplet: 53, 51 and 4E. RGB value is (83,81,78). Sum of RGB (Red+Green+Blue) = 83+81+78=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 83 - color contains mainly: red. Hex color #53514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53514E is #ACAEB1. Grayscale: #515151. Windows color (decimal): -11316914 or 5132627. OLE color: 5132627.
HSL color Cylindrical-coordinate representation of color #53514E: hue angle of 36º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #53514E is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 78 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.67 |
| HSL | 36º | 0.03% | 0.32% | - |
| HSV(B) | 36º | 0.06% | 0.33% | - |
| XYZ | 7.88 | 8.27 | 8.39 | - |
| YUV | 81.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 78 | 0 | 0.02 | 0.06 | 0.67 | 36 | 0.03 | 0.32 |
| Hex | 53 | 51 | 4E | 0 | 2 | 6 | 43 | 24 | 3 | 20 |
| Octal | 123 | 121 | 116 | 0 | 2 | 6 | 103 | 44 | 3 | 40 |
| Binary | 1010011 | 1010001 | 1001110 | 0 | 10 | 110 | 1000011 | 100100 | 11 | 100000 |
Color Harmonies of #53514E
Complementary color
Monochromatic Colors of #53514E
Black with #53514E
Text Example
Text Example
White with #53514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53514E; }
p { color: rgb(83,81,78); }
H1.HeaderClassName
{
color: #53514E;
}
.AnyTagClassName
{
color: #53514E;
}
</style>
background-color css
<style>
a { background-color: #53514E; }
a { background-color: rgb(83,81,78); }
div.DivClassName
{
background-color: #53514E;
}
.BgClassName
{
background-color: #53514E;
}
</style>
border-color css
<style>
span { border-color: #53514E; }
span { border-color: rgb(83,81,78); }
td.TdClassName
{
border-color: #53514E;
}
.TagClassName
{
border-color: #53514E;
}
</style>