Shades of Masala #5B5953
Tints of Masala #5B5953
RGB
CMYK
RGB Variations
Color information
#5B5953 (or 0x5B5953) is known color: Masala. HEX triplet: 5B, 59 and 53. RGB value is (91,89,83). Sum of RGB (Red+Green+Blue) = 91+89+83=263 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.60% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5953 is #A4A6AC. Grayscale: #585858. Windows color (decimal): -10790573 or 5462363. OLE color: 5462363.
HSL color Cylindrical-coordinate representation of color #5B5953: hue angle of 45º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5B5953 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 89 | 83 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.64 |
| HSL | 45º | 0.05% | 0.34% | - |
| HSV(B) | 45º | 0.09% | 0.36% | - |
| XYZ | 9.45 | 9.99 | 9.61 | - |
| YUV | 88.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 83 | 0 | 0.02 | 0.09 | 0.64 | 45 | 0.05 | 0.34 |
| Hex | 5B | 59 | 53 | 0 | 2 | 9 | 40 | 2D | 5 | 22 |
| Octal | 133 | 131 | 123 | 0 | 2 | 11 | 100 | 55 | 5 | 42 |
| Binary | 1011011 | 1011001 | 1010011 | 0 | 10 | 1001 | 1000000 | 101101 | 101 | 100010 |
Color Harmonies of #5B5953
Complementary color
Monochromatic Colors of #5B5953
Black with #5B5953
Text Example
Text Example
White with #5B5953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5953; }
p { color: rgb(91,89,83); }
H1.HeaderClassName
{
color: #5B5953;
}
.AnyTagClassName
{
color: #5B5953;
}
</style>
background-color css
<style>
a { background-color: #5B5953; }
a { background-color: rgb(91,89,83); }
div.DivClassName
{
background-color: #5B5953;
}
.BgClassName
{
background-color: #5B5953;
}
</style>
border-color css
<style>
span { border-color: #5B5953; }
span { border-color: rgb(91,89,83); }
td.TdClassName
{
border-color: #5B5953;
}
.TagClassName
{
border-color: #5B5953;
}
</style>