Color Hex Logo

#53595e Color Hex

#53595E
(83,89,94)
0 Favorites   0 Comments

Color spaces of #53595e

RGB 838994
HSL0.580.060.35
HSV207°12°37°
CMYK 0.120.050.00   0.63
XYZ9.16009.791911.9969
Yxy9.79190.29600.3164
Hunter Lab31.2920-2.5093-0.8265
CIE-Lab37.4663-1.2190-3.6978

#53595e color RGB value is (83,89,94).

#53595e hex color red value is 83, green value is 89 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #53595e hue: 0.58 , saturation: 0.06 and the lightness value of 53595e is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011001 01011110
Octal 123 131 136
Decimal 83 89 94
Hex 53 59 5E

RGB Percentages of Color #53595e

%31.20
%33.46
%35.34

CMYK Percentages of Color #53595e

%12
%5
%0
%63

Triadic Colors of #53595e

#53595e #5e5359 #595e53

Analogous Colors of #53595e

#53595e #53545e #535e5e

Monochromatic Colors of #53595e

#53595e

Complementary Color

#53595e #5e5853

#53595e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53595e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53595e Color CSS Codes

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

#53595e Text Font Color

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

This sample text font color is #53595e
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.


#53595e Background Color

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

This div background color is #53595e


#53595e Border Color

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

This div border color is #53595e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,89,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 #53595e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53595e


Comments

No comments written yet.

Please login to write comment.