Shades of Masala #5B554A
Tints of Masala #5B554A
RGB
CMYK
RGB Variations
Color information
#5B554A (or 0x5B554A) is known color: Masala. HEX triplet: 5B, 55 and 4A. RGB value is (91,85,74). Sum of RGB (Red+Green+Blue) = 91+85+74=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 91 - color contains mainly: red. Hex color #5B554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B554A is #A4AAB5. Grayscale: #555555. Windows color (decimal): -10791606 or 4871515. OLE color: 4871515.
HSL color Cylindrical-coordinate representation of color #5B554A: hue angle of 38.82º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B554A is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 85 | 74 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.64 |
| HSL | 38.82º | 0.1% | 0.32% | - |
| HSV(B) | 38.82º | 0.19% | 0.36% | - |
| XYZ | 8.8 | 9.22 | 7.79 | - |
| YUV | 85.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 74 | 0 | 0.07 | 0.19 | 0.64 | 38.82 | 0.1 | 0.32 |
| Hex | 5B | 55 | 4A | 0 | 7 | 13 | 40 | 27 | A | 20 |
| Octal | 133 | 125 | 112 | 0 | 7 | 23 | 100 | 47 | 12 | 40 |
| Binary | 1011011 | 1010101 | 1001010 | 0 | 111 | 10011 | 1000000 | 100111 | 1010 | 100000 |
Color Harmonies of #5B554A
Complementary color
Monochromatic Colors of #5B554A
Black with #5B554A
Text Example
Text Example
White with #5B554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B554A; }
p { color: rgb(91,85,74); }
H1.HeaderClassName
{
color: #5B554A;
}
.AnyTagClassName
{
color: #5B554A;
}
</style>
background-color css
<style>
a { background-color: #5B554A; }
a { background-color: rgb(91,85,74); }
div.DivClassName
{
background-color: #5B554A;
}
.BgClassName
{
background-color: #5B554A;
}
</style>
border-color css
<style>
span { border-color: #5B554A; }
span { border-color: rgb(91,85,74); }
td.TdClassName
{
border-color: #5B554A;
}
.TagClassName
{
border-color: #5B554A;
}
</style>