#5A5446

Color #5A5446 Masala (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Masala #5A5446

Tints of Masala #5A5446

Color information

#5A5446 (or 0x5A5446) is unknown color: approx Masala. HEX triplet: 5A, 54 and 46. RGB value is (90,84,70). Sum of RGB (Red+Green+Blue) = 90+84+70=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5446 is #A5ABB9. Grayscale: #545454. Windows color (decimal): -10857402 or 4609114. OLE color: 4609114.

HSL color Cylindrical-coordinate representation of color #5A5446: hue angle of 42º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A5446 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB908470-
CMYK00.070.220.65
HSL42º12.5%31.37%-
HSV(B)42º22.22%35.29%-
XYZ8.498.967.08-
YUV84.2119.99132.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 36.89%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 70 (27.73% from 255) = 28.69%
R=36.89%
G=34.43%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90847000.070.220.654212.531.37
Hex5A54460716412ad1f
Octal1321241060726101521537
Binary1011010101010010001100111101101000001101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A5446; }

 p { color: rgb(90,84,70); }

 H1.HeaderClassName
 {
   color: #5A5446;
 }
 .AnyTagClassName
 {
   color: #5A5446;
 }
</style>
background-color css

<style>
 a { background-color: #5A5446; }

 a { background-color: rgb(90,84,70); }

 div.DivClassName
 {
   background-color: #5A5446;
 }
 .BgClassName
 {
   background-color: #5A5446;
 }
</style>
border-color css

<style>
 span { border-color: #5A5446; }

 span { border-color: rgb(90,84,70); }

 td.TdClassName
 {
   border-color: #5A5446;
 }
 .TagClassName
 {
   border-color: #5A5446;
 }
</style>