Shades of Masala #595855
Tints of Masala #595855
RGB
CMYK
RGB Variations
Color information
#595855 (or 0x595855) is known color: Masala. HEX triplet: 59, 58 and 55. RGB value is (89,88,85). Sum of RGB (Red+Green+Blue) = 89+88+85=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 89 - color contains mainly: red. Hex color #595855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595855 is #A6A7AA. Grayscale: #575757. Windows color (decimal): -10921899 or 5593177. OLE color: 5593177.
HSL color Cylindrical-coordinate representation of color #595855: hue angle of 45º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #595855 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 88 | 85 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.65 |
| HSL | 45º | 0.02% | 0.34% | - |
| HSV(B) | 45º | 0.04% | 0.35% | - |
| XYZ | 9.25 | 9.76 | 9.99 | - |
| YUV | 87.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 85 | 0 | 0.01 | 0.04 | 0.65 | 45 | 0.02 | 0.34 |
| Hex | 59 | 58 | 55 | 0 | 1 | 4 | 41 | 2D | 2 | 22 |
| Octal | 131 | 130 | 125 | 0 | 1 | 4 | 101 | 55 | 2 | 42 |
| Binary | 1011001 | 1011000 | 1010101 | 0 | 1 | 100 | 1000001 | 101101 | 10 | 100010 |
Color Harmonies of #595855
Complementary color
Monochromatic Colors of #595855
Black with #595855
Text Example
Text Example
White with #595855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595855; }
p { color: rgb(89,88,85); }
H1.HeaderClassName
{
color: #595855;
}
.AnyTagClassName
{
color: #595855;
}
</style>
background-color css
<style>
a { background-color: #595855; }
a { background-color: rgb(89,88,85); }
div.DivClassName
{
background-color: #595855;
}
.BgClassName
{
background-color: #595855;
}
</style>
border-color css
<style>
span { border-color: #595855; }
span { border-color: rgb(89,88,85); }
td.TdClassName
{
border-color: #595855;
}
.TagClassName
{
border-color: #595855;
}
</style>