Shades of Masala #5F594E
Tints of Masala #5F594E
RGB
CMYK
RGB Variations
Color information
#5F594E (or 0x5F594E) is known color: Masala. HEX triplet: 5F, 59 and 4E. RGB value is (95,89,78). Sum of RGB (Red+Green+Blue) = 95+89+78=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 95 - color contains mainly: red. Hex color #5F594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F594E is #A0A6B1. Grayscale: #595959. Windows color (decimal): -10528434 or 5134687. OLE color: 5134687.
HSL color Cylindrical-coordinate representation of color #5F594E: hue angle of 38.82º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F594E is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 89 | 78 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.63 |
| HSL | 38.82º | 0.1% | 0.34% | - |
| HSV(B) | 38.82º | 0.18% | 0.37% | - |
| XYZ | 9.67 | 10.13 | 8.65 | - |
| YUV | 89.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 89 | 78 | 0 | 0.06 | 0.18 | 0.63 | 38.82 | 0.1 | 0.34 |
| Hex | 5F | 59 | 4E | 0 | 6 | 12 | 3F | 27 | A | 22 |
| Octal | 137 | 131 | 116 | 0 | 6 | 22 | 77 | 47 | 12 | 42 |
| Binary | 1011111 | 1011001 | 1001110 | 0 | 110 | 10010 | 111111 | 100111 | 1010 | 100010 |
Color Harmonies of #5F594E
Complementary color
Monochromatic Colors of #5F594E
Black with #5F594E
Text Example
Text Example
White with #5F594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F594E; }
p { color: rgb(95,89,78); }
H1.HeaderClassName
{
color: #5F594E;
}
.AnyTagClassName
{
color: #5F594E;
}
</style>
background-color css
<style>
a { background-color: #5F594E; }
a { background-color: rgb(95,89,78); }
div.DivClassName
{
background-color: #5F594E;
}
.BgClassName
{
background-color: #5F594E;
}
</style>
border-color css
<style>
span { border-color: #5F594E; }
span { border-color: rgb(95,89,78); }
td.TdClassName
{
border-color: #5F594E;
}
.TagClassName
{
border-color: #5F594E;
}
</style>