Shades of Masala #555048
Tints of Masala #555048
RGB
CMYK
RGB Variations
Color information
#555048 (or 0x555048) is known color: Masala. HEX triplet: 55, 50 and 48. RGB value is (85,80,72). Sum of RGB (Red+Green+Blue) = 85+80+72=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 85 - color contains mainly: red. Hex color #555048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555048 is #AAAFB7. Grayscale: #505050. Windows color (decimal): -11186104 or 4739157. OLE color: 4739157.
HSL color Cylindrical-coordinate representation of color #555048: hue angle of 36.92º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #555048 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 72 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.67 |
| HSL | 36.92º | 0.08% | 0.31% | - |
| HSV(B) | 36.92º | 0.15% | 0.33% | - |
| XYZ | 7.78 | 8.14 | 7.29 | - |
| YUV | 80.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 72 | 0 | 0.06 | 0.15 | 0.67 | 36.92 | 0.08 | 0.31 |
| Hex | 55 | 50 | 48 | 0 | 6 | F | 43 | 25 | 8 | 1F |
| Octal | 125 | 120 | 110 | 0 | 6 | 17 | 103 | 45 | 10 | 37 |
| Binary | 1010101 | 1010000 | 1001000 | 0 | 110 | 1111 | 1000011 | 100101 | 1000 | 11111 |
Color Harmonies of #555048
Complementary color
Monochromatic Colors of #555048
Black with #555048
Text Example
Text Example
White with #555048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555048; }
p { color: rgb(85,80,72); }
H1.HeaderClassName
{
color: #555048;
}
.AnyTagClassName
{
color: #555048;
}
</style>
background-color css
<style>
a { background-color: #555048; }
a { background-color: rgb(85,80,72); }
div.DivClassName
{
background-color: #555048;
}
.BgClassName
{
background-color: #555048;
}
</style>
border-color css
<style>
span { border-color: #555048; }
span { border-color: rgb(85,80,72); }
td.TdClassName
{
border-color: #555048;
}
.TagClassName
{
border-color: #555048;
}
</style>