Shades of Masala #5B5546
Tints of Masala #5B5546
RGB
CMYK
RGB Variations
Color information
#5B5546 (or 0x5B5546) is known color: Masala. HEX triplet: 5B, 55 and 46. RGB value is (91,85,70). Sum of RGB (Red+Green+Blue) = 91+85+70=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5546 is #A4AAB9. Grayscale: #555555. Windows color (decimal): -10791610 or 4609371. OLE color: 4609371.
HSL color Cylindrical-coordinate representation of color #5B5546: hue angle of 42.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B5546 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 85 | 70 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.64 |
| HSL | 42.86º | 0.13% | 0.32% | - |
| HSV(B) | 42.86º | 0.23% | 0.36% | - |
| XYZ | 8.67 | 9.16 | 7.11 | - |
| YUV | 85.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 70 | 0 | 0.07 | 0.23 | 0.64 | 42.86 | 0.13 | 0.32 |
| Hex | 5B | 55 | 46 | 0 | 7 | 17 | 40 | 2B | D | 20 |
| Octal | 133 | 125 | 106 | 0 | 7 | 27 | 100 | 53 | 15 | 40 |
| Binary | 1011011 | 1010101 | 1000110 | 0 | 111 | 10111 | 1000000 | 101011 | 1101 | 100000 |
Color Harmonies of #5B5546
Complementary color
Monochromatic Colors of #5B5546
Black with #5B5546
Text Example
Text Example
White with #5B5546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5546; }
p { color: rgb(91,85,70); }
H1.HeaderClassName
{
color: #5B5546;
}
.AnyTagClassName
{
color: #5B5546;
}
</style>
background-color css
<style>
a { background-color: #5B5546; }
a { background-color: rgb(91,85,70); }
div.DivClassName
{
background-color: #5B5546;
}
.BgClassName
{
background-color: #5B5546;
}
</style>
border-color css
<style>
span { border-color: #5B5546; }
span { border-color: rgb(91,85,70); }
td.TdClassName
{
border-color: #5B5546;
}
.TagClassName
{
border-color: #5B5546;
}
</style>