Shades of Masala #5A5445
Tints of Masala #5A5445
RGB
CMYK
RGB Variations
Color information
#5A5445 (or 0x5A5445) is known color: Masala. HEX triplet: 5A, 54 and 45. RGB value is (90,84,69). Sum of RGB (Red+Green+Blue) = 90+84+69=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5445 is #A5ABBA. Grayscale: #545454. Windows color (decimal): -10857403 or 4543578. OLE color: 4543578.
HSL color Cylindrical-coordinate representation of color #5A5445: hue angle of 42.86º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A5445 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 84 | 69 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.65 |
| HSL | 42.86º | 0.13% | 0.31% | - |
| HSV(B) | 42.86º | 0.23% | 0.35% | - |
| XYZ | 8.46 | 8.94 | 6.91 | - |
| YUV | 84.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 69 | 0 | 0.07 | 0.23 | 0.65 | 42.86 | 0.13 | 0.31 |
| Hex | 5A | 54 | 45 | 0 | 7 | 17 | 41 | 2B | D | 1F |
| Octal | 132 | 124 | 105 | 0 | 7 | 27 | 101 | 53 | 15 | 37 |
| Binary | 1011010 | 1010100 | 1000101 | 0 | 111 | 10111 | 1000001 | 101011 | 1101 | 11111 |
Color Harmonies of #5A5445
Complementary color
Monochromatic Colors of #5A5445
Black with #5A5445
Text Example
Text Example
White with #5A5445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5445; }
p { color: rgb(90,84,69); }
H1.HeaderClassName
{
color: #5A5445;
}
.AnyTagClassName
{
color: #5A5445;
}
</style>
background-color css
<style>
a { background-color: #5A5445; }
a { background-color: rgb(90,84,69); }
div.DivClassName
{
background-color: #5A5445;
}
.BgClassName
{
background-color: #5A5445;
}
</style>
border-color css
<style>
span { border-color: #5A5445; }
span { border-color: rgb(90,84,69); }
td.TdClassName
{
border-color: #5A5445;
}
.TagClassName
{
border-color: #5A5445;
}
</style>