Shades of Masala #575551
Tints of Masala #575551
RGB
CMYK
RGB Variations
Color information
#575551 (or 0x575551) is known color: Masala. HEX triplet: 57, 55 and 51. RGB value is (87,85,81). Sum of RGB (Red+Green+Blue) = 87+85+81=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 87 - color contains mainly: red. Hex color #575551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575551 is #A8AAAE. Grayscale: #555555. Windows color (decimal): -11053743 or 5330263. OLE color: 5330263.
HSL color Cylindrical-coordinate representation of color #575551: hue angle of 40º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #575551 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 85 | 81 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.66 |
| HSL | 40º | 0.04% | 0.33% | - |
| HSV(B) | 40º | 0.07% | 0.34% | - |
| XYZ | 8.66 | 9.12 | 9.09 | - |
| YUV | 85.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 81 | 0 | 0.02 | 0.07 | 0.66 | 40 | 0.04 | 0.33 |
| Hex | 57 | 55 | 51 | 0 | 2 | 7 | 42 | 28 | 4 | 21 |
| Octal | 127 | 125 | 121 | 0 | 2 | 7 | 102 | 50 | 4 | 41 |
| Binary | 1010111 | 1010101 | 1010001 | 0 | 10 | 111 | 1000010 | 101000 | 100 | 100001 |
Color Harmonies of #575551
Complementary color
Monochromatic Colors of #575551
Black with #575551
Text Example
Text Example
White with #575551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575551; }
p { color: rgb(87,85,81); }
H1.HeaderClassName
{
color: #575551;
}
.AnyTagClassName
{
color: #575551;
}
</style>
background-color css
<style>
a { background-color: #575551; }
a { background-color: rgb(87,85,81); }
div.DivClassName
{
background-color: #575551;
}
.BgClassName
{
background-color: #575551;
}
</style>
border-color css
<style>
span { border-color: #575551; }
span { border-color: rgb(87,85,81); }
td.TdClassName
{
border-color: #575551;
}
.TagClassName
{
border-color: #575551;
}
</style>