Shades of Masala #5C5952
Tints of Masala #5C5952
RGB
CMYK
RGB Variations
Color information
#5C5952 (or 0x5C5952) is known color: Masala. HEX triplet: 5C, 59 and 52. RGB value is (92,89,82). Sum of RGB (Red+Green+Blue) = 92+89+82=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5952 is #A3A6AD. Grayscale: #595959. Windows color (decimal): -10725038 or 5396828. OLE color: 5396828.
HSL color Cylindrical-coordinate representation of color #5C5952: hue angle of 42º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5C5952 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 89 | 82 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.64 |
| HSL | 42º | 0.06% | 0.34% | - |
| HSV(B) | 42º | 0.11% | 0.36% | - |
| XYZ | 9.51 | 10.03 | 9.42 | - |
| YUV | 89.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 89 | 82 | 0 | 0.03 | 0.11 | 0.64 | 42 | 0.06 | 0.34 |
| Hex | 5C | 59 | 52 | 0 | 3 | B | 40 | 2A | 6 | 22 |
| Octal | 134 | 131 | 122 | 0 | 3 | 13 | 100 | 52 | 6 | 42 |
| Binary | 1011100 | 1011001 | 1010010 | 0 | 11 | 1011 | 1000000 | 101010 | 110 | 100010 |
Color Harmonies of #5C5952
Complementary color
Monochromatic Colors of #5C5952
Black with #5C5952
Text Example
Text Example
White with #5C5952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5952; }
p { color: rgb(92,89,82); }
H1.HeaderClassName
{
color: #5C5952;
}
.AnyTagClassName
{
color: #5C5952;
}
</style>
background-color css
<style>
a { background-color: #5C5952; }
a { background-color: rgb(92,89,82); }
div.DivClassName
{
background-color: #5C5952;
}
.BgClassName
{
background-color: #5C5952;
}
</style>
border-color css
<style>
span { border-color: #5C5952; }
span { border-color: rgb(92,89,82); }
td.TdClassName
{
border-color: #5C5952;
}
.TagClassName
{
border-color: #5C5952;
}
</style>