Shades of Masala #555148
Tints of Masala #555148
RGB
CMYK
RGB Variations
Color information
#555148 (or 0x555148) is known color: Masala. HEX triplet: 55, 51 and 48. RGB value is (85,81,72). Sum of RGB (Red+Green+Blue) = 85+81+72=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 85 - color contains mainly: red. Hex color #555148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555148 is #AAAEB7. Grayscale: #515151. Windows color (decimal): -11185848 or 4739413. OLE color: 4739413.
HSL color Cylindrical-coordinate representation of color #555148: hue angle of 41.54º 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 #555148 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 72 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.67 |
| HSL | 41.54º | 0.08% | 0.31% | - |
| HSV(B) | 41.54º | 0.15% | 0.33% | - |
| XYZ | 7.86 | 8.28 | 7.32 | - |
| YUV | 81.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 72 | 0 | 0.05 | 0.15 | 0.67 | 41.54 | 0.08 | 0.31 |
| Hex | 55 | 51 | 48 | 0 | 5 | F | 43 | 2A | 8 | 1F |
| Octal | 125 | 121 | 110 | 0 | 5 | 17 | 103 | 52 | 10 | 37 |
| Binary | 1010101 | 1010001 | 1001000 | 0 | 101 | 1111 | 1000011 | 101010 | 1000 | 11111 |
Color Harmonies of #555148
Complementary color
Monochromatic Colors of #555148
Black with #555148
Text Example
Text Example
White with #555148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555148; }
p { color: rgb(85,81,72); }
H1.HeaderClassName
{
color: #555148;
}
.AnyTagClassName
{
color: #555148;
}
</style>
background-color css
<style>
a { background-color: #555148; }
a { background-color: rgb(85,81,72); }
div.DivClassName
{
background-color: #555148;
}
.BgClassName
{
background-color: #555148;
}
</style>
border-color css
<style>
span { border-color: #555148; }
span { border-color: rgb(85,81,72); }
td.TdClassName
{
border-color: #555148;
}
.TagClassName
{
border-color: #555148;
}
</style>