#5A5853

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

Shades of Masala #5A5853

Tints of Masala #5A5853

Color information

#5A5853 (or 0x5A5853) is unknown color: approx Masala. HEX triplet: 5A, 58 and 53. RGB value is (90,88,83). Sum of RGB (Red+Green+Blue) = 90+88+83=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5853 is #A5A7AC. Grayscale: #585858. Windows color (decimal): -10856365 or 5462106. OLE color: 5462106.

HSL color Cylindrical-coordinate representation of color #5A5853: hue angle of 42.86º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5A5853 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB908883-
CMYK00.020.080.65
HSL42.86º4.05%33.92%-
HSV(B)42.86º7.78%35.29%-
XYZ9.279.789.58-
YUV88.03125.16129.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.48%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 83 (32.81% from 255) = 31.80%
R=34.48%
G=33.72%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90888300.020.080.6542.864.0533.92
Hex5A5853028412b422
Octal132130123021010153442
Binary10110101011000101001101010001000001101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,88,83); }

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

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

 a { background-color: rgb(90,88,83); }

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

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

 span { border-color: rgb(90,88,83); }

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