Shades of Masala #5C574E
Tints of Masala #5C574E
RGB
CMYK
RGB Variations
Color information
#5C574E (or 0x5C574E) is known color: Masala. HEX triplet: 5C, 57 and 4E. RGB value is (92,87,78). Sum of RGB (Red+Green+Blue) = 92+87+78=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 92 - color contains mainly: red. Hex color #5C574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C574E is #A3A8B1. Grayscale: #575757. Windows color (decimal): -10725554 or 5134172. OLE color: 5134172.
HSL color Cylindrical-coordinate representation of color #5C574E: hue angle of 38.57º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5C574E is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 87 | 78 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.64 |
| HSL | 38.57º | 0.08% | 0.33% | - |
| HSV(B) | 38.57º | 0.15% | 0.36% | - |
| XYZ | 9.2 | 9.64 | 8.58 | - |
| YUV | 87.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 87 | 78 | 0 | 0.05 | 0.15 | 0.64 | 38.57 | 0.08 | 0.33 |
| Hex | 5C | 57 | 4E | 0 | 5 | F | 40 | 27 | 8 | 21 |
| Octal | 134 | 127 | 116 | 0 | 5 | 17 | 100 | 47 | 10 | 41 |
| Binary | 1011100 | 1010111 | 1001110 | 0 | 101 | 1111 | 1000000 | 100111 | 1000 | 100001 |
Color Harmonies of #5C574E
Complementary color
Monochromatic Colors of #5C574E
Black with #5C574E
Text Example
Text Example
White with #5C574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C574E; }
p { color: rgb(92,87,78); }
H1.HeaderClassName
{
color: #5C574E;
}
.AnyTagClassName
{
color: #5C574E;
}
</style>
background-color css
<style>
a { background-color: #5C574E; }
a { background-color: rgb(92,87,78); }
div.DivClassName
{
background-color: #5C574E;
}
.BgClassName
{
background-color: #5C574E;
}
</style>
border-color css
<style>
span { border-color: #5C574E; }
span { border-color: rgb(92,87,78); }
td.TdClassName
{
border-color: #5C574E;
}
.TagClassName
{
border-color: #5C574E;
}
</style>