Shades of Masala #59564F
Tints of Masala #59564F
RGB
CMYK
RGB Variations
Color information
#59564F (or 0x59564F) is known color: Masala. HEX triplet: 59, 56 and 4F. RGB value is (89,86,79). Sum of RGB (Red+Green+Blue) = 89+86+79=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 89 - color contains mainly: red. Hex color #59564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59564F is #A6A9B0. Grayscale: #565656. Windows color (decimal): -10922417 or 5199449. OLE color: 5199449.
HSL color Cylindrical-coordinate representation of color #59564F: hue angle of 42º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #59564F is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 86 | 79 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.65 |
| HSL | 42º | 0.06% | 0.33% | - |
| HSV(B) | 42º | 0.11% | 0.35% | - |
| XYZ | 8.86 | 9.34 | 8.73 | - |
| YUV | 86.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 79 | 0 | 0.03 | 0.11 | 0.65 | 42 | 0.06 | 0.33 |
| Hex | 59 | 56 | 4F | 0 | 3 | B | 41 | 2A | 6 | 21 |
| Octal | 131 | 126 | 117 | 0 | 3 | 13 | 101 | 52 | 6 | 41 |
| Binary | 1011001 | 1010110 | 1001111 | 0 | 11 | 1011 | 1000001 | 101010 | 110 | 100001 |
Color Harmonies of #59564F
Complementary color
Monochromatic Colors of #59564F
Black with #59564F
Text Example
Text Example
White with #59564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59564F; }
p { color: rgb(89,86,79); }
H1.HeaderClassName
{
color: #59564F;
}
.AnyTagClassName
{
color: #59564F;
}
</style>
background-color css
<style>
a { background-color: #59564F; }
a { background-color: rgb(89,86,79); }
div.DivClassName
{
background-color: #59564F;
}
.BgClassName
{
background-color: #59564F;
}
</style>
border-color css
<style>
span { border-color: #59564F; }
span { border-color: rgb(89,86,79); }
td.TdClassName
{
border-color: #59564F;
}
.TagClassName
{
border-color: #59564F;
}
</style>