Shades of Masala #5D584D
Tints of Masala #5D584D
RGB
CMYK
RGB Variations
Color information
#5D584D (or 0x5D584D) is known color: Masala. HEX triplet: 5D, 58 and 4D. RGB value is (93,88,77). Sum of RGB (Red+Green+Blue) = 93+88+77=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 93 - color contains mainly: red. Hex color #5D584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D584D is #A2A7B2. Grayscale: #585858. Windows color (decimal): -10659763 or 5068893. OLE color: 5068893.
HSL color Cylindrical-coordinate representation of color #5D584D: hue angle of 41.25º degrees, saturation: 0.09, 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 #5D584D is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 88 | 77 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.64 |
| HSL | 41.25º | 0.09% | 0.33% | - |
| HSV(B) | 41.25º | 0.17% | 0.36% | - |
| XYZ | 9.34 | 9.84 | 8.43 | - |
| YUV | 88.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 77 | 0 | 0.05 | 0.17 | 0.64 | 41.25 | 0.09 | 0.33 |
| Hex | 5D | 58 | 4D | 0 | 5 | 11 | 40 | 29 | 9 | 21 |
| Octal | 135 | 130 | 115 | 0 | 5 | 21 | 100 | 51 | 11 | 41 |
| Binary | 1011101 | 1011000 | 1001101 | 0 | 101 | 10001 | 1000000 | 101001 | 1001 | 100001 |
Color Harmonies of #5D584D
Complementary color
Monochromatic Colors of #5D584D
Black with #5D584D
Text Example
Text Example
White with #5D584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D584D; }
p { color: rgb(93,88,77); }
H1.HeaderClassName
{
color: #5D584D;
}
.AnyTagClassName
{
color: #5D584D;
}
</style>
background-color css
<style>
a { background-color: #5D584D; }
a { background-color: rgb(93,88,77); }
div.DivClassName
{
background-color: #5D584D;
}
.BgClassName
{
background-color: #5D584D;
}
</style>
border-color css
<style>
span { border-color: #5D584D; }
span { border-color: rgb(93,88,77); }
td.TdClassName
{
border-color: #5D584D;
}
.TagClassName
{
border-color: #5D584D;
}
</style>