Shades of Masala #535250
Tints of Masala #535250
RGB
CMYK
RGB Variations
Color information
#535250 (or 0x535250) is known color: Masala. HEX triplet: 53, 52 and 50. RGB value is (83,82,80). Sum of RGB (Red+Green+Blue) = 83+82+80=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 83 - color contains mainly: red. Hex color #535250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535250 is #ACADAF. Grayscale: #525252. Windows color (decimal): -11316656 or 5263955. OLE color: 5263955.
HSL color Cylindrical-coordinate representation of color #535250: hue angle of 40º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #535250 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 82 | 80 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.67 |
| HSL | 40º | 0.02% | 0.32% | - |
| HSV(B) | 40º | 0.04% | 0.33% | - |
| XYZ | 8.03 | 8.45 | 8.8 | - |
| YUV | 82.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 80 | 0 | 0.01 | 0.04 | 0.67 | 40 | 0.02 | 0.32 |
| Hex | 53 | 52 | 50 | 0 | 1 | 4 | 43 | 28 | 2 | 20 |
| Octal | 123 | 122 | 120 | 0 | 1 | 4 | 103 | 50 | 2 | 40 |
| Binary | 1010011 | 1010010 | 1010000 | 0 | 1 | 100 | 1000011 | 101000 | 10 | 100000 |
Color Harmonies of #535250
Complementary color
Monochromatic Colors of #535250
Black with #535250
Text Example
Text Example
White with #535250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535250; }
p { color: rgb(83,82,80); }
H1.HeaderClassName
{
color: #535250;
}
.AnyTagClassName
{
color: #535250;
}
</style>
background-color css
<style>
a { background-color: #535250; }
a { background-color: rgb(83,82,80); }
div.DivClassName
{
background-color: #535250;
}
.BgClassName
{
background-color: #535250;
}
</style>
border-color css
<style>
span { border-color: #535250; }
span { border-color: rgb(83,82,80); }
td.TdClassName
{
border-color: #535250;
}
.TagClassName
{
border-color: #535250;
}
</style>