Shades of Masala #5C584F
Tints of Masala #5C584F
RGB
CMYK
RGB Variations
Color information
#5C584F (or 0x5C584F) is known color: Masala. HEX triplet: 5C, 58 and 4F. RGB value is (92,88,79). Sum of RGB (Red+Green+Blue) = 92+88+79=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 92 - color contains mainly: red. Hex color #5C584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C584F is #A3A7B0. Grayscale: #585858. Windows color (decimal): -10725297 or 5199964. OLE color: 5199964.
HSL color Cylindrical-coordinate representation of color #5C584F: hue angle of 41.54º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5C584F is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 88 | 79 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.64 |
| HSL | 41.54º | 0.08% | 0.34% | - |
| HSV(B) | 41.54º | 0.14% | 0.36% | - |
| XYZ | 9.31 | 9.82 | 8.8 | - |
| YUV | 88.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 79 | 0 | 0.04 | 0.14 | 0.64 | 41.54 | 0.08 | 0.34 |
| Hex | 5C | 58 | 4F | 0 | 4 | E | 40 | 2A | 8 | 22 |
| Octal | 134 | 130 | 117 | 0 | 4 | 16 | 100 | 52 | 10 | 42 |
| Binary | 1011100 | 1011000 | 1001111 | 0 | 100 | 1110 | 1000000 | 101010 | 1000 | 100010 |
Color Harmonies of #5C584F
Complementary color
Monochromatic Colors of #5C584F
Black with #5C584F
Text Example
Text Example
White with #5C584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C584F; }
p { color: rgb(92,88,79); }
H1.HeaderClassName
{
color: #5C584F;
}
.AnyTagClassName
{
color: #5C584F;
}
</style>
background-color css
<style>
a { background-color: #5C584F; }
a { background-color: rgb(92,88,79); }
div.DivClassName
{
background-color: #5C584F;
}
.BgClassName
{
background-color: #5C584F;
}
</style>
border-color css
<style>
span { border-color: #5C584F; }
span { border-color: rgb(92,88,79); }
td.TdClassName
{
border-color: #5C584F;
}
.TagClassName
{
border-color: #5C584F;
}
</style>