Shades of Masala #58544B
Tints of Masala #58544B
RGB
CMYK
RGB Variations
Color information
#58544B (or 0x58544B) is known color: Masala. HEX triplet: 58, 54 and 4B. RGB value is (88,84,75). Sum of RGB (Red+Green+Blue) = 88+84+75=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 88 - color contains mainly: red. Hex color #58544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58544B is #A7ABB4. Grayscale: #545454. Windows color (decimal): -10988469 or 4936792. OLE color: 4936792.
HSL color Cylindrical-coordinate representation of color #58544B: hue angle of 41.54º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #58544B is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 84 | 75 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.65 |
| HSL | 41.54º | 0.08% | 0.32% | - |
| HSV(B) | 41.54º | 0.15% | 0.35% | - |
| XYZ | 8.46 | 8.92 | 7.93 | - |
| YUV | 84.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 84 | 75 | 0 | 0.05 | 0.15 | 0.65 | 41.54 | 0.08 | 0.32 |
| Hex | 58 | 54 | 4B | 0 | 5 | F | 41 | 2A | 8 | 20 |
| Octal | 130 | 124 | 113 | 0 | 5 | 17 | 101 | 52 | 10 | 40 |
| Binary | 1011000 | 1010100 | 1001011 | 0 | 101 | 1111 | 1000001 | 101010 | 1000 | 100000 |
Color Harmonies of #58544B
Complementary color
Monochromatic Colors of #58544B
Black with #58544B
Text Example
Text Example
White with #58544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58544B; }
p { color: rgb(88,84,75); }
H1.HeaderClassName
{
color: #58544B;
}
.AnyTagClassName
{
color: #58544B;
}
</style>
background-color css
<style>
a { background-color: #58544B; }
a { background-color: rgb(88,84,75); }
div.DivClassName
{
background-color: #58544B;
}
.BgClassName
{
background-color: #58544B;
}
</style>
border-color css
<style>
span { border-color: #58544B; }
span { border-color: rgb(88,84,75); }
td.TdClassName
{
border-color: #58544B;
}
.TagClassName
{
border-color: #58544B;
}
</style>