Shades of Masala #5B5444
Tints of Masala #5B5444
RGB
CMYK
RGB Variations
Color information
#5B5444 (or 0x5B5444) is known color: Masala. HEX triplet: 5B, 54 and 44. RGB value is (91,84,68). Sum of RGB (Red+Green+Blue) = 91+84+68=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5444 is #A4ABBB. Grayscale: #545454. Windows color (decimal): -10791868 or 4478043. OLE color: 4478043.
HSL color Cylindrical-coordinate representation of color #5B5444: hue angle of 41.74º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B5444 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 84 | 68 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.64 |
| HSL | 41.74º | 0.14% | 0.31% | - |
| HSV(B) | 41.74º | 0.25% | 0.36% | - |
| XYZ | 8.53 | 8.98 | 6.75 | - |
| YUV | 84.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 68 | 0 | 0.08 | 0.25 | 0.64 | 41.74 | 0.14 | 0.31 |
| Hex | 5B | 54 | 44 | 0 | 8 | 19 | 40 | 2A | E | 1F |
| Octal | 133 | 124 | 104 | 0 | 10 | 31 | 100 | 52 | 16 | 37 |
| Binary | 1011011 | 1010100 | 1000100 | 0 | 1000 | 11001 | 1000000 | 101010 | 1110 | 11111 |
Color Harmonies of #5B5444
Complementary color
Monochromatic Colors of #5B5444
Black with #5B5444
Text Example
Text Example
White with #5B5444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5444; }
p { color: rgb(91,84,68); }
H1.HeaderClassName
{
color: #5B5444;
}
.AnyTagClassName
{
color: #5B5444;
}
</style>
background-color css
<style>
a { background-color: #5B5444; }
a { background-color: rgb(91,84,68); }
div.DivClassName
{
background-color: #5B5444;
}
.BgClassName
{
background-color: #5B5444;
}
</style>
border-color css
<style>
span { border-color: #5B5444; }
span { border-color: rgb(91,84,68); }
td.TdClassName
{
border-color: #5B5444;
}
.TagClassName
{
border-color: #5B5444;
}
</style>