Shades of Masala #5A5957
Tints of Masala #5A5957
RGB
CMYK
RGB Variations
Color information
#5A5957 (or 0x5A5957) is known color: Masala. HEX triplet: 5A, 59 and 57. RGB value is (90,89,87). Sum of RGB (Red+Green+Blue) = 90+89+87=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5957 is #A5A6A8. Grayscale: #595959. Windows color (decimal): -10856105 or 5724506. OLE color: 5724506.
HSL color Cylindrical-coordinate representation of color #5A5957: hue angle of 40º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #5A5957 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 89 | 87 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.65 |
| HSL | 40º | 0.02% | 0.35% | - |
| HSV(B) | 40º | 0.03% | 0.35% | - |
| XYZ | 9.51 | 10.01 | 10.45 | - |
| YUV | 89.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 87 | 0 | 0.01 | 0.03 | 0.65 | 40 | 0.02 | 0.35 |
| Hex | 5A | 59 | 57 | 0 | 1 | 3 | 41 | 28 | 2 | 23 |
| Octal | 132 | 131 | 127 | 0 | 1 | 3 | 101 | 50 | 2 | 43 |
| Binary | 1011010 | 1011001 | 1010111 | 0 | 1 | 11 | 1000001 | 101000 | 10 | 100011 |
Color Harmonies of #5A5957
Complementary color
Monochromatic Colors of #5A5957
Black with #5A5957
Text Example
Text Example
White with #5A5957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5957; }
p { color: rgb(90,89,87); }
H1.HeaderClassName
{
color: #5A5957;
}
.AnyTagClassName
{
color: #5A5957;
}
</style>
background-color css
<style>
a { background-color: #5A5957; }
a { background-color: rgb(90,89,87); }
div.DivClassName
{
background-color: #5A5957;
}
.BgClassName
{
background-color: #5A5957;
}
</style>
border-color css
<style>
span { border-color: #5A5957; }
span { border-color: rgb(90,89,87); }
td.TdClassName
{
border-color: #5A5957;
}
.TagClassName
{
border-color: #5A5957;
}
</style>