Shades of Masala #55534E
Tints of Masala #55534E
RGB
CMYK
RGB Variations
Color information
#55534E (or 0x55534E) is known color: Masala. HEX triplet: 55, 53 and 4E. RGB value is (85,83,78). Sum of RGB (Red+Green+Blue) = 85+83+78=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 85 - color contains mainly: red. Hex color #55534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55534E is #AAACB1. Grayscale: #535353. Windows color (decimal): -11185330 or 5133141. OLE color: 5133141.
HSL color Cylindrical-coordinate representation of color #55534E: hue angle of 42.86º 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 #55534E is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 78 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.67 |
| HSL | 42.86º | 0.04% | 0.32% | - |
| HSV(B) | 42.86º | 0.08% | 0.33% | - |
| XYZ | 8.21 | 8.67 | 8.45 | - |
| YUV | 83.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 78 | 0 | 0.02 | 0.08 | 0.67 | 42.86 | 0.04 | 0.32 |
| Hex | 55 | 53 | 4E | 0 | 2 | 8 | 43 | 2B | 4 | 20 |
| Octal | 125 | 123 | 116 | 0 | 2 | 10 | 103 | 53 | 4 | 40 |
| Binary | 1010101 | 1010011 | 1001110 | 0 | 10 | 1000 | 1000011 | 101011 | 100 | 100000 |
Color Harmonies of #55534E
Complementary color
Monochromatic Colors of #55534E
Black with #55534E
Text Example
Text Example
White with #55534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55534E; }
p { color: rgb(85,83,78); }
H1.HeaderClassName
{
color: #55534E;
}
.AnyTagClassName
{
color: #55534E;
}
</style>
background-color css
<style>
a { background-color: #55534E; }
a { background-color: rgb(85,83,78); }
div.DivClassName
{
background-color: #55534E;
}
.BgClassName
{
background-color: #55534E;
}
</style>
border-color css
<style>
span { border-color: #55534E; }
span { border-color: rgb(85,83,78); }
td.TdClassName
{
border-color: #55534E;
}
.TagClassName
{
border-color: #55534E;
}
</style>