Shades of Masala #59544D
Tints of Masala #59544D
RGB
CMYK
RGB Variations
Color information
#59544D (or 0x59544D) is known color: Masala. HEX triplet: 59, 54 and 4D. RGB value is (89,84,77). Sum of RGB (Red+Green+Blue) = 89+84+77=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 89 - color contains mainly: red. Hex color #59544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59544D is #A6ABB2. Grayscale: #545454. Windows color (decimal): -10922931 or 5067865. OLE color: 5067865.
HSL color Cylindrical-coordinate representation of color #59544D: hue angle of 35º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #59544D is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 84 | 77 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.65 |
| HSL | 35º | 0.07% | 0.33% | - |
| HSV(B) | 35º | 0.13% | 0.35% | - |
| XYZ | 8.63 | 9 | 8.3 | - |
| YUV | 84.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 77 | 0 | 0.06 | 0.13 | 0.65 | 35 | 0.07 | 0.33 |
| Hex | 59 | 54 | 4D | 0 | 6 | D | 41 | 23 | 7 | 21 |
| Octal | 131 | 124 | 115 | 0 | 6 | 15 | 101 | 43 | 7 | 41 |
| Binary | 1011001 | 1010100 | 1001101 | 0 | 110 | 1101 | 1000001 | 100011 | 111 | 100001 |
Color Harmonies of #59544D
Complementary color
Monochromatic Colors of #59544D
Black with #59544D
Text Example
Text Example
White with #59544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59544D; }
p { color: rgb(89,84,77); }
H1.HeaderClassName
{
color: #59544D;
}
.AnyTagClassName
{
color: #59544D;
}
</style>
background-color css
<style>
a { background-color: #59544D; }
a { background-color: rgb(89,84,77); }
div.DivClassName
{
background-color: #59544D;
}
.BgClassName
{
background-color: #59544D;
}
</style>
border-color css
<style>
span { border-color: #59544D; }
span { border-color: rgb(89,84,77); }
td.TdClassName
{
border-color: #59544D;
}
.TagClassName
{
border-color: #59544D;
}
</style>