Shades of Masala #5B574E
Tints of Masala #5B574E
RGB
CMYK
RGB Variations
Color information
#5B574E (or 0x5B574E) is known color: Masala. HEX triplet: 5B, 57 and 4E. RGB value is (91,87,78). Sum of RGB (Red+Green+Blue) = 91+87+78=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 91 - color contains mainly: red. Hex color #5B574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B574E is #A4A8B1. Grayscale: #575757. Windows color (decimal): -10791090 or 5134171. OLE color: 5134171.
HSL color Cylindrical-coordinate representation of color #5B574E: hue angle of 41.54º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5B574E is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 87 | 78 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.64 |
| HSL | 41.54º | 0.08% | 0.33% | - |
| HSV(B) | 41.54º | 0.14% | 0.36% | - |
| XYZ | 9.1 | 9.59 | 8.58 | - |
| YUV | 87.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 78 | 0 | 0.04 | 0.14 | 0.64 | 41.54 | 0.08 | 0.33 |
| Hex | 5B | 57 | 4E | 0 | 4 | E | 40 | 2A | 8 | 21 |
| Octal | 133 | 127 | 116 | 0 | 4 | 16 | 100 | 52 | 10 | 41 |
| Binary | 1011011 | 1010111 | 1001110 | 0 | 100 | 1110 | 1000000 | 101010 | 1000 | 100001 |
Color Harmonies of #5B574E
Complementary color
Monochromatic Colors of #5B574E
Black with #5B574E
Text Example
Text Example
White with #5B574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B574E; }
p { color: rgb(91,87,78); }
H1.HeaderClassName
{
color: #5B574E;
}
.AnyTagClassName
{
color: #5B574E;
}
</style>
background-color css
<style>
a { background-color: #5B574E; }
a { background-color: rgb(91,87,78); }
div.DivClassName
{
background-color: #5B574E;
}
.BgClassName
{
background-color: #5B574E;
}
</style>
border-color css
<style>
span { border-color: #5B574E; }
span { border-color: rgb(91,87,78); }
td.TdClassName
{
border-color: #5B574E;
}
.TagClassName
{
border-color: #5B574E;
}
</style>