Shades of Masala #55524D
Tints of Masala #55524D
RGB
CMYK
RGB Variations
Color information
#55524D (or 0x55524D) is known color: Masala. HEX triplet: 55, 52 and 4D. RGB value is (85,82,77). Sum of RGB (Red+Green+Blue) = 85+82+77=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 85 - color contains mainly: red. Hex color #55524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55524D is #AAADB2. Grayscale: #525252. Windows color (decimal): -11185587 or 5067349. OLE color: 5067349.
HSL color Cylindrical-coordinate representation of color #55524D: hue angle of 37.5º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #55524D is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 77 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.67 |
| HSL | 37.5º | 0.05% | 0.32% | - |
| HSV(B) | 37.5º | 0.09% | 0.33% | - |
| XYZ | 8.1 | 8.5 | 8.24 | - |
| YUV | 82.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 77 | 0 | 0.04 | 0.09 | 0.67 | 37.5 | 0.05 | 0.32 |
| Hex | 55 | 52 | 4D | 0 | 4 | 9 | 43 | 26 | 5 | 20 |
| Octal | 125 | 122 | 115 | 0 | 4 | 11 | 103 | 46 | 5 | 40 |
| Binary | 1010101 | 1010010 | 1001101 | 0 | 100 | 1001 | 1000011 | 100110 | 101 | 100000 |
Color Harmonies of #55524D
Complementary color
Monochromatic Colors of #55524D
Black with #55524D
Text Example
Text Example
White with #55524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55524D; }
p { color: rgb(85,82,77); }
H1.HeaderClassName
{
color: #55524D;
}
.AnyTagClassName
{
color: #55524D;
}
</style>
background-color css
<style>
a { background-color: #55524D; }
a { background-color: rgb(85,82,77); }
div.DivClassName
{
background-color: #55524D;
}
.BgClassName
{
background-color: #55524D;
}
</style>
border-color css
<style>
span { border-color: #55524D; }
span { border-color: rgb(85,82,77); }
td.TdClassName
{
border-color: #55524D;
}
.TagClassName
{
border-color: #55524D;
}
</style>