Shades of Masala #55524E
Tints of Masala #55524E
RGB
CMYK
RGB Variations
Color information
#55524E (or 0x55524E) is known color: Masala. HEX triplet: 55, 52 and 4E. RGB value is (85,82,78). Sum of RGB (Red+Green+Blue) = 85+82+78=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 85 - color contains mainly: red. Hex color #55524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55524E is #AAADB1. Grayscale: #525252. Windows color (decimal): -11185586 or 5132885. OLE color: 5132885.
HSL color Cylindrical-coordinate representation of color #55524E: hue angle of 34.29º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #55524E is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 78 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.67 |
| HSL | 34.29º | 0.04% | 0.32% | - |
| HSV(B) | 34.29º | 0.08% | 0.33% | - |
| XYZ | 8.14 | 8.52 | 8.42 | - |
| YUV | 82.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 78 | 0 | 0.04 | 0.08 | 0.67 | 34.29 | 0.04 | 0.32 |
| Hex | 55 | 52 | 4E | 0 | 4 | 8 | 43 | 22 | 4 | 20 |
| Octal | 125 | 122 | 116 | 0 | 4 | 10 | 103 | 42 | 4 | 40 |
| Binary | 1010101 | 1010010 | 1001110 | 0 | 100 | 1000 | 1000011 | 100010 | 100 | 100000 |
Color Harmonies of #55524E
Complementary color
Monochromatic Colors of #55524E
Black with #55524E
Text Example
Text Example
White with #55524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55524E; }
p { color: rgb(85,82,78); }
H1.HeaderClassName
{
color: #55524E;
}
.AnyTagClassName
{
color: #55524E;
}
</style>
background-color css
<style>
a { background-color: #55524E; }
a { background-color: rgb(85,82,78); }
div.DivClassName
{
background-color: #55524E;
}
.BgClassName
{
background-color: #55524E;
}
</style>
border-color css
<style>
span { border-color: #55524E; }
span { border-color: rgb(85,82,78); }
td.TdClassName
{
border-color: #55524E;
}
.TagClassName
{
border-color: #55524E;
}
</style>