Shades of Masala #575654
Tints of Masala #575654
RGB
CMYK
RGB Variations
Color information
#575654 (or 0x575654) is known color: Masala. HEX triplet: 57, 56 and 54. RGB value is (87,86,84). Sum of RGB (Red+Green+Blue) = 87+86+84=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 87 - color contains mainly: red. Hex color #575654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575654 is #A8A9AB. Grayscale: #565656. Windows color (decimal): -11053484 or 5527127. OLE color: 5527127.
HSL color Cylindrical-coordinate representation of color #575654: hue angle of 40º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #575654 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 86 | 84 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.66 |
| HSL | 40º | 0.02% | 0.34% | - |
| HSV(B) | 40º | 0.03% | 0.34% | - |
| XYZ | 8.86 | 9.32 | 9.72 | - |
| YUV | 86.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 84 | 0 | 0.01 | 0.03 | 0.66 | 40 | 0.02 | 0.34 |
| Hex | 57 | 56 | 54 | 0 | 1 | 3 | 42 | 28 | 2 | 22 |
| Octal | 127 | 126 | 124 | 0 | 1 | 3 | 102 | 50 | 2 | 42 |
| Binary | 1010111 | 1010110 | 1010100 | 0 | 1 | 11 | 1000010 | 101000 | 10 | 100010 |
Color Harmonies of #575654
Complementary color
Monochromatic Colors of #575654
Black with #575654
Text Example
Text Example
White with #575654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575654; }
p { color: rgb(87,86,84); }
H1.HeaderClassName
{
color: #575654;
}
.AnyTagClassName
{
color: #575654;
}
</style>
background-color css
<style>
a { background-color: #575654; }
a { background-color: rgb(87,86,84); }
div.DivClassName
{
background-color: #575654;
}
.BgClassName
{
background-color: #575654;
}
</style>
border-color css
<style>
span { border-color: #575654; }
span { border-color: rgb(87,86,84); }
td.TdClassName
{
border-color: #575654;
}
.TagClassName
{
border-color: #575654;
}
</style>