Shades of Masala #5B564D
Tints of Masala #5B564D
RGB
CMYK
RGB Variations
Color information
#5B564D (or 0x5B564D) is known color: Masala. HEX triplet: 5B, 56 and 4D. RGB value is (91,86,77). Sum of RGB (Red+Green+Blue) = 91+86+77=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 91 - color contains mainly: red. Hex color #5B564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B564D is #A4A9B2. Grayscale: #565656. Windows color (decimal): -10791347 or 5068379. OLE color: 5068379.
HSL color Cylindrical-coordinate representation of color #5B564D: hue angle of 38.57º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5B564D is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 86 | 77 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.64 |
| HSL | 38.57º | 0.08% | 0.33% | - |
| HSV(B) | 38.57º | 0.15% | 0.36% | - |
| XYZ | 8.98 | 9.42 | 8.37 | - |
| YUV | 86.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 77 | 0 | 0.05 | 0.15 | 0.64 | 38.57 | 0.08 | 0.33 |
| Hex | 5B | 56 | 4D | 0 | 5 | F | 40 | 27 | 8 | 21 |
| Octal | 133 | 126 | 115 | 0 | 5 | 17 | 100 | 47 | 10 | 41 |
| Binary | 1011011 | 1010110 | 1001101 | 0 | 101 | 1111 | 1000000 | 100111 | 1000 | 100001 |
Color Harmonies of #5B564D
Complementary color
Monochromatic Colors of #5B564D
Black with #5B564D
Text Example
Text Example
White with #5B564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B564D; }
p { color: rgb(91,86,77); }
H1.HeaderClassName
{
color: #5B564D;
}
.AnyTagClassName
{
color: #5B564D;
}
</style>
background-color css
<style>
a { background-color: #5B564D; }
a { background-color: rgb(91,86,77); }
div.DivClassName
{
background-color: #5B564D;
}
.BgClassName
{
background-color: #5B564D;
}
</style>
border-color css
<style>
span { border-color: #5B564D; }
span { border-color: rgb(91,86,77); }
td.TdClassName
{
border-color: #5B564D;
}
.TagClassName
{
border-color: #5B564D;
}
</style>