Shades of Masala #555046
Tints of Masala #555046
RGB
CMYK
RGB Variations
Color information
#555046 (or 0x555046) is known color: Masala. HEX triplet: 55, 50 and 46. RGB value is (85,80,70). Sum of RGB (Red+Green+Blue) = 85+80+70=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 85 - color contains mainly: red. Hex color #555046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555046 is #AAAFB9. Grayscale: #505050. Windows color (decimal): -11186106 or 4608085. OLE color: 4608085.
HSL color Cylindrical-coordinate representation of color #555046: hue angle of 40º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555046 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 70 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.67 |
| HSL | 40º | 0.1% | 0.3% | - |
| HSV(B) | 40º | 0.18% | 0.33% | - |
| XYZ | 7.72 | 8.11 | 6.95 | - |
| YUV | 80.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 70 | 0 | 0.06 | 0.18 | 0.67 | 40 | 0.1 | 0.3 |
| Hex | 55 | 50 | 46 | 0 | 6 | 12 | 43 | 28 | A | 1E |
| Octal | 125 | 120 | 106 | 0 | 6 | 22 | 103 | 50 | 12 | 36 |
| Binary | 1010101 | 1010000 | 1000110 | 0 | 110 | 10010 | 1000011 | 101000 | 1010 | 11110 |
Color Harmonies of #555046
Complementary color
Monochromatic Colors of #555046
Black with #555046
Text Example
Text Example
White with #555046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555046; }
p { color: rgb(85,80,70); }
H1.HeaderClassName
{
color: #555046;
}
.AnyTagClassName
{
color: #555046;
}
</style>
background-color css
<style>
a { background-color: #555046; }
a { background-color: rgb(85,80,70); }
div.DivClassName
{
background-color: #555046;
}
.BgClassName
{
background-color: #555046;
}
</style>
border-color css
<style>
span { border-color: #555046; }
span { border-color: rgb(85,80,70); }
td.TdClassName
{
border-color: #555046;
}
.TagClassName
{
border-color: #555046;
}
</style>