Shades of Masala #5C564C
Tints of Masala #5C564C
RGB
CMYK
RGB Variations
Color information
#5C564C (or 0x5C564C) is known color: Masala. HEX triplet: 5C, 56 and 4C. RGB value is (92,86,76). Sum of RGB (Red+Green+Blue) = 92+86+76=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 92 - color contains mainly: red. Hex color #5C564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C564C is #A3A9B3. Grayscale: #565656. Windows color (decimal): -10725812 or 5002844. OLE color: 5002844.
HSL color Cylindrical-coordinate representation of color #5C564C: hue angle of 37.5º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5C564C is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 86 | 76 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.64 |
| HSL | 37.5º | 0.1% | 0.33% | - |
| HSV(B) | 37.5º | 0.17% | 0.36% | - |
| XYZ | 9.05 | 9.45 | 8.19 | - |
| YUV | 86.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 86 | 76 | 0 | 0.07 | 0.17 | 0.64 | 37.5 | 0.1 | 0.33 |
| Hex | 5C | 56 | 4C | 0 | 7 | 11 | 40 | 26 | A | 21 |
| Octal | 134 | 126 | 114 | 0 | 7 | 21 | 100 | 46 | 12 | 41 |
| Binary | 1011100 | 1010110 | 1001100 | 0 | 111 | 10001 | 1000000 | 100110 | 1010 | 100001 |
Color Harmonies of #5C564C
Complementary color
Monochromatic Colors of #5C564C
Black with #5C564C
Text Example
Text Example
White with #5C564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C564C; }
p { color: rgb(92,86,76); }
H1.HeaderClassName
{
color: #5C564C;
}
.AnyTagClassName
{
color: #5C564C;
}
</style>
background-color css
<style>
a { background-color: #5C564C; }
a { background-color: rgb(92,86,76); }
div.DivClassName
{
background-color: #5C564C;
}
.BgClassName
{
background-color: #5C564C;
}
</style>
border-color css
<style>
span { border-color: #5C564C; }
span { border-color: rgb(92,86,76); }
td.TdClassName
{
border-color: #5C564C;
}
.TagClassName
{
border-color: #5C564C;
}
</style>