Shades of Masala #5C5955
Tints of Masala #5C5955
RGB
CMYK
RGB Variations
Color information
#5C5955 (or 0x5C5955) is known color: Masala. HEX triplet: 5C, 59 and 55. RGB value is (92,89,85). Sum of RGB (Red+Green+Blue) = 92+89+85=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5955 is #A3A6AA. Grayscale: #595959. Windows color (decimal): -10725035 or 5593436. OLE color: 5593436.
HSL color Cylindrical-coordinate representation of color #5C5955: hue angle of 34.29º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5C5955 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 89 | 85 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.64 |
| HSL | 34.29º | 0.04% | 0.35% | - |
| HSV(B) | 34.29º | 0.08% | 0.36% | - |
| XYZ | 9.63 | 10.08 | 10.03 | - |
| YUV | 89.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 89 | 85 | 0 | 0.03 | 0.08 | 0.64 | 34.29 | 0.04 | 0.35 |
| Hex | 5C | 59 | 55 | 0 | 3 | 8 | 40 | 22 | 4 | 23 |
| Octal | 134 | 131 | 125 | 0 | 3 | 10 | 100 | 42 | 4 | 43 |
| Binary | 1011100 | 1011001 | 1010101 | 0 | 11 | 1000 | 1000000 | 100010 | 100 | 100011 |
Color Harmonies of #5C5955
Complementary color
Monochromatic Colors of #5C5955
Black with #5C5955
Text Example
Text Example
White with #5C5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5955; }
p { color: rgb(92,89,85); }
H1.HeaderClassName
{
color: #5C5955;
}
.AnyTagClassName
{
color: #5C5955;
}
</style>
background-color css
<style>
a { background-color: #5C5955; }
a { background-color: rgb(92,89,85); }
div.DivClassName
{
background-color: #5C5955;
}
.BgClassName
{
background-color: #5C5955;
}
</style>
border-color css
<style>
span { border-color: #5C5955; }
span { border-color: rgb(92,89,85); }
td.TdClassName
{
border-color: #5C5955;
}
.TagClassName
{
border-color: #5C5955;
}
</style>