Shades of Masala #55524C
Tints of Masala #55524C
RGB
CMYK
RGB Variations
Color information
#55524C (or 0x55524C) is known color: Masala. HEX triplet: 55, 52 and 4C. RGB value is (85,82,76). Sum of RGB (Red+Green+Blue) = 85+82+76=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 85 - color contains mainly: red. Hex color #55524C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55524C is #AAADB3. Grayscale: #525252. Windows color (decimal): -11185588 or 5001813. OLE color: 5001813.
HSL color Cylindrical-coordinate representation of color #55524C: hue angle of 40º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55524C is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 76 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.67 |
| HSL | 40º | 0.06% | 0.32% | - |
| HSV(B) | 40º | 0.11% | 0.33% | - |
| XYZ | 8.07 | 8.49 | 8.05 | - |
| YUV | 82.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 76 | 0 | 0.04 | 0.11 | 0.67 | 40 | 0.06 | 0.32 |
| Hex | 55 | 52 | 4C | 0 | 4 | B | 43 | 28 | 6 | 20 |
| Octal | 125 | 122 | 114 | 0 | 4 | 13 | 103 | 50 | 6 | 40 |
| Binary | 1010101 | 1010010 | 1001100 | 0 | 100 | 1011 | 1000011 | 101000 | 110 | 100000 |
Color Harmonies of #55524C
Complementary color
Monochromatic Colors of #55524C
Black with #55524C
Text Example
Text Example
White with #55524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55524C; }
p { color: rgb(85,82,76); }
H1.HeaderClassName
{
color: #55524C;
}
.AnyTagClassName
{
color: #55524C;
}
</style>
background-color css
<style>
a { background-color: #55524C; }
a { background-color: rgb(85,82,76); }
div.DivClassName
{
background-color: #55524C;
}
.BgClassName
{
background-color: #55524C;
}
</style>
border-color css
<style>
span { border-color: #55524C; }
span { border-color: rgb(85,82,76); }
td.TdClassName
{
border-color: #55524C;
}
.TagClassName
{
border-color: #55524C;
}
</style>