Shades of Masala #5B5853
Tints of Masala #5B5853
RGB
CMYK
RGB Variations
Color information
#5B5853 (or 0x5B5853) is known color: Masala. HEX triplet: 5B, 58 and 53. RGB value is (91,88,83). Sum of RGB (Red+Green+Blue) = 91+88+83=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5853 is #A4A7AC. Grayscale: #585858. Windows color (decimal): -10790829 or 5462107. OLE color: 5462107.
HSL color Cylindrical-coordinate representation of color #5B5853: hue angle of 37.5º 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 #5B5853 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 88 | 83 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.64 |
| HSL | 37.5º | 0.05% | 0.34% | - |
| HSV(B) | 37.5º | 0.09% | 0.36% | - |
| XYZ | 9.37 | 9.83 | 9.59 | - |
| YUV | 88.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 83 | 0 | 0.03 | 0.09 | 0.64 | 37.5 | 0.05 | 0.34 |
| Hex | 5B | 58 | 53 | 0 | 3 | 9 | 40 | 26 | 5 | 22 |
| Octal | 133 | 130 | 123 | 0 | 3 | 11 | 100 | 46 | 5 | 42 |
| Binary | 1011011 | 1011000 | 1010011 | 0 | 11 | 1001 | 1000000 | 100110 | 101 | 100010 |
Color Harmonies of #5B5853
Complementary color
Monochromatic Colors of #5B5853
Black with #5B5853
Text Example
Text Example
White with #5B5853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5853; }
p { color: rgb(91,88,83); }
H1.HeaderClassName
{
color: #5B5853;
}
.AnyTagClassName
{
color: #5B5853;
}
</style>
background-color css
<style>
a { background-color: #5B5853; }
a { background-color: rgb(91,88,83); }
div.DivClassName
{
background-color: #5B5853;
}
.BgClassName
{
background-color: #5B5853;
}
</style>
border-color css
<style>
span { border-color: #5B5853; }
span { border-color: rgb(91,88,83); }
td.TdClassName
{
border-color: #5B5853;
}
.TagClassName
{
border-color: #5B5853;
}
</style>