Shades of Masala #5B5852
Tints of Masala #5B5852
RGB
CMYK
RGB Variations
Color information
#5B5852 (or 0x5B5852) is known color: Masala. HEX triplet: 5B, 58 and 52. RGB value is (91,88,82). Sum of RGB (Red+Green+Blue) = 91+88+82=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5852 is #A4A7AD. Grayscale: #585858. Windows color (decimal): -10790830 or 5396571. OLE color: 5396571.
HSL color Cylindrical-coordinate representation of color #5B5852: hue angle of 40º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5B5852 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 88 | 82 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.64 |
| HSL | 40º | 0.05% | 0.34% | - |
| HSV(B) | 40º | 0.1% | 0.36% | - |
| XYZ | 9.33 | 9.81 | 9.39 | - |
| YUV | 88.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 82 | 0 | 0.03 | 0.10 | 0.64 | 40 | 0.05 | 0.34 |
| Hex | 5B | 58 | 52 | 0 | 3 | A | 40 | 28 | 5 | 22 |
| Octal | 133 | 130 | 122 | 0 | 3 | 12 | 100 | 50 | 5 | 42 |
| Binary | 1011011 | 1011000 | 1010010 | 0 | 11 | 1010 | 1000000 | 101000 | 101 | 100010 |
Color Harmonies of #5B5852
Complementary color
Monochromatic Colors of #5B5852
Black with #5B5852
Text Example
Text Example
White with #5B5852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5852; }
p { color: rgb(91,88,82); }
H1.HeaderClassName
{
color: #5B5852;
}
.AnyTagClassName
{
color: #5B5852;
}
</style>
background-color css
<style>
a { background-color: #5B5852; }
a { background-color: rgb(91,88,82); }
div.DivClassName
{
background-color: #5B5852;
}
.BgClassName
{
background-color: #5B5852;
}
</style>
border-color css
<style>
span { border-color: #5B5852; }
span { border-color: rgb(91,88,82); }
td.TdClassName
{
border-color: #5B5852;
}
.TagClassName
{
border-color: #5B5852;
}
</style>