Shades of Masala #5A564D
Tints of Masala #5A564D
RGB
CMYK
RGB Variations
Color information
#5A564D (or 0x5A564D) is known color: Masala. HEX triplet: 5A, 56 and 4D. RGB value is (90,86,77). Sum of RGB (Red+Green+Blue) = 90+86+77=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 90 - color contains mainly: red. Hex color #5A564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A564D is #A5A9B2. Grayscale: #565656. Windows color (decimal): -10856883 or 5068378. OLE color: 5068378.
HSL color Cylindrical-coordinate representation of color #5A564D: hue angle of 41.54º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A564D is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 86 | 77 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.65 |
| HSL | 41.54º | 0.08% | 0.33% | - |
| HSV(B) | 41.54º | 0.14% | 0.35% | - |
| XYZ | 8.88 | 9.37 | 8.36 | - |
| YUV | 86.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 77 | 0 | 0.04 | 0.14 | 0.65 | 41.54 | 0.08 | 0.33 |
| Hex | 5A | 56 | 4D | 0 | 4 | E | 41 | 2A | 8 | 21 |
| Octal | 132 | 126 | 115 | 0 | 4 | 16 | 101 | 52 | 10 | 41 |
| Binary | 1011010 | 1010110 | 1001101 | 0 | 100 | 1110 | 1000001 | 101010 | 1000 | 100001 |
Color Harmonies of #5A564D
Complementary color
Monochromatic Colors of #5A564D
Black with #5A564D
Text Example
Text Example
White with #5A564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A564D; }
p { color: rgb(90,86,77); }
H1.HeaderClassName
{
color: #5A564D;
}
.AnyTagClassName
{
color: #5A564D;
}
</style>
background-color css
<style>
a { background-color: #5A564D; }
a { background-color: rgb(90,86,77); }
div.DivClassName
{
background-color: #5A564D;
}
.BgClassName
{
background-color: #5A564D;
}
</style>
border-color css
<style>
span { border-color: #5A564D; }
span { border-color: rgb(90,86,77); }
td.TdClassName
{
border-color: #5A564D;
}
.TagClassName
{
border-color: #5A564D;
}
</style>