Shades of Masala #58534B
Tints of Masala #58534B
RGB
CMYK
RGB Variations
Color information
#58534B (or 0x58534B) is known color: Masala. HEX triplet: 58, 53 and 4B. RGB value is (88,83,75). Sum of RGB (Red+Green+Blue) = 88+83+75=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 88 - color contains mainly: red. Hex color #58534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58534B is #A7ACB4. Grayscale: #535353. Windows color (decimal): -10988725 or 4936536. OLE color: 4936536.
HSL color Cylindrical-coordinate representation of color #58534B: hue angle of 36.92º 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 #58534B is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 75 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.65 |
| HSL | 36.92º | 0.08% | 0.32% | - |
| HSV(B) | 36.92º | 0.15% | 0.35% | - |
| XYZ | 8.39 | 8.77 | 7.91 | - |
| YUV | 83.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 75 | 0 | 0.06 | 0.15 | 0.65 | 36.92 | 0.08 | 0.32 |
| Hex | 58 | 53 | 4B | 0 | 6 | F | 41 | 25 | 8 | 20 |
| Octal | 130 | 123 | 113 | 0 | 6 | 17 | 101 | 45 | 10 | 40 |
| Binary | 1011000 | 1010011 | 1001011 | 0 | 110 | 1111 | 1000001 | 100101 | 1000 | 100000 |
Color Harmonies of #58534B
Complementary color
Monochromatic Colors of #58534B
Black with #58534B
Text Example
Text Example
White with #58534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58534B; }
p { color: rgb(88,83,75); }
H1.HeaderClassName
{
color: #58534B;
}
.AnyTagClassName
{
color: #58534B;
}
</style>
background-color css
<style>
a { background-color: #58534B; }
a { background-color: rgb(88,83,75); }
div.DivClassName
{
background-color: #58534B;
}
.BgClassName
{
background-color: #58534B;
}
</style>
border-color css
<style>
span { border-color: #58534B; }
span { border-color: rgb(88,83,75); }
td.TdClassName
{
border-color: #58534B;
}
.TagClassName
{
border-color: #58534B;
}
</style>