Shades of Masala #58544F
Tints of Masala #58544F
RGB
CMYK
RGB Variations
Color information
#58544F (or 0x58544F) is known color: Masala. HEX triplet: 58, 54 and 4F. RGB value is (88,84,79). Sum of RGB (Red+Green+Blue) = 88+84+79=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 88 - color contains mainly: red. Hex color #58544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58544F is #A7ABB0. Grayscale: #545454. Windows color (decimal): -10988465 or 5198936. OLE color: 5198936.
HSL color Cylindrical-coordinate representation of color #58544F: hue angle of 33.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #58544F is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 84 | 79 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.65 |
| HSL | 33.33º | 0.05% | 0.33% | - |
| HSV(B) | 33.33º | 0.1% | 0.35% | - |
| XYZ | 8.61 | 8.98 | 8.68 | - |
| YUV | 84.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 84 | 79 | 0 | 0.05 | 0.10 | 0.65 | 33.33 | 0.05 | 0.33 |
| Hex | 58 | 54 | 4F | 0 | 5 | A | 41 | 21 | 5 | 21 |
| Octal | 130 | 124 | 117 | 0 | 5 | 12 | 101 | 41 | 5 | 41 |
| Binary | 1011000 | 1010100 | 1001111 | 0 | 101 | 1010 | 1000001 | 100001 | 101 | 100001 |
Color Harmonies of #58544F
Complementary color
Monochromatic Colors of #58544F
Black with #58544F
Text Example
Text Example
White with #58544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58544F; }
p { color: rgb(88,84,79); }
H1.HeaderClassName
{
color: #58544F;
}
.AnyTagClassName
{
color: #58544F;
}
</style>
background-color css
<style>
a { background-color: #58544F; }
a { background-color: rgb(88,84,79); }
div.DivClassName
{
background-color: #58544F;
}
.BgClassName
{
background-color: #58544F;
}
</style>
border-color css
<style>
span { border-color: #58544F; }
span { border-color: rgb(88,84,79); }
td.TdClassName
{
border-color: #58544F;
}
.TagClassName
{
border-color: #58544F;
}
</style>