Color Hex Logo

#53505e Color Hex

#53505E
(83,80,94)
0 Favorites   0 Comments

Color spaces of #53505e

RGB 838094
HSL0.700.080.34
HSV253°15°37°
CMYK 0.120.150.00   0.63
XYZ8.45638.384511.7623
Yxy8.38450.29560.2931
Hunter Lab28.95601.4561-3.8152
CIE-Lab34.77124.3707-7.7155

#53505e color RGB value is (83,80,94).

#53505e hex color red value is 83, green value is 80 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #53505e hue: 0.70 , saturation: 0.08 and the lightness value of 53505e is 0.34.

The process color (four color CMYK) of #53505e color hex is 0.12, 0.15, 0.00, 0.63. Web safe color of #53505e is #666666. Color #53505e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010000 01011110
Octal 123 120 136
Decimal 83 80 94
Hex 53 50 5E

RGB Percentages of Color #53505e

%32.30
%31.13
%36.58

CMYK Percentages of Color #53505e

%12
%15
%0
%63

Triadic Colors of #53505e

#53505e #5e5350 #505e53

Analogous Colors of #53505e

#53505e #5a505e #50545e

Monochromatic Colors of #53505e

#53505e

Complementary Color

#53505e #5b5e50

#53505e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53505e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53505e Color CSS Codes

.mybgcolor {background-color:#53505e; } 
.myforecolor {color:#53505e; }
.mybordercolor {border:3px solid #53505e; }

#53505e Text Font Color

<p style="color:#53505e">Text here</p>

This sample text font color is #53505e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#53505e Background Color

<div style="background-color:#53505e">
Div content here</div>

This div background color is #53505e


#53505e Border Color

<div style="border:3px solid #53505e">
Div here</div>

This div border color is #53505e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,80,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53505e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53505e;
  -webkit-box-shadow: 1px 1px 3px 2px #53505e;
  box-shadow:         1px 1px 3px 2px #53505e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,80,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #53505e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #53505e;
  -webkit-box-shadow: 1px 1px 3px 2px #53505e;
  box-shadow:         1px 1px 3px 2px #53505e;">
Div content here</div>

This div box has shadow with color #53505e


Comments

No comments written yet.

Please login to write comment.