Shades of Masala #5B5955
Tints of Masala #5B5955
RGB
CMYK
RGB Variations
Color information
#5B5955 (or 0x5B5955) is known color: Masala. HEX triplet: 5B, 59 and 55. RGB value is (91,89,85). Sum of RGB (Red+Green+Blue) = 91+89+85=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5955 is #A4A6AA. Grayscale: #595959. Windows color (decimal): -10790571 or 5593435. OLE color: 5593435.
HSL color Cylindrical-coordinate representation of color #5B5955: hue angle of 40º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5B5955 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 89 | 85 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.64 |
| HSL | 40º | 0.03% | 0.35% | - |
| HSV(B) | 40º | 0.07% | 0.36% | - |
| XYZ | 9.53 | 10.02 | 10.03 | - |
| YUV | 89.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 85 | 0 | 0.02 | 0.07 | 0.64 | 40 | 0.03 | 0.35 |
| Hex | 5B | 59 | 55 | 0 | 2 | 7 | 40 | 28 | 3 | 23 |
| Octal | 133 | 131 | 125 | 0 | 2 | 7 | 100 | 50 | 3 | 43 |
| Binary | 1011011 | 1011001 | 1010101 | 0 | 10 | 111 | 1000000 | 101000 | 11 | 100011 |
Color Harmonies of #5B5955
Complementary color
Monochromatic Colors of #5B5955
Black with #5B5955
Text Example
Text Example
White with #5B5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5955; }
p { color: rgb(91,89,85); }
H1.HeaderClassName
{
color: #5B5955;
}
.AnyTagClassName
{
color: #5B5955;
}
</style>
background-color css
<style>
a { background-color: #5B5955; }
a { background-color: rgb(91,89,85); }
div.DivClassName
{
background-color: #5B5955;
}
.BgClassName
{
background-color: #5B5955;
}
</style>
border-color css
<style>
span { border-color: #5B5955; }
span { border-color: rgb(91,89,85); }
td.TdClassName
{
border-color: #5B5955;
}
.TagClassName
{
border-color: #5B5955;
}
</style>