Color Hex Logo

#539e87 Color Hex

#539E87
(83,158,135)
0 Favorites   0 Comments

Color spaces of #539e87

RGB 83158135
HSL0.450.310.47
HSV162°47°62°
CMYK 0.470.000.15   0.38
XYZ20.167328.042027.2714
Yxy28.04200.26720.3715
Hunter Lab52.9547-24.69076.5342
CIE-Lab59.9267-29.04804.8378

#539e87 color RGB value is (83,158,135).

#539e87 hex color red value is 83, green value is 158 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #539e87 hue: 0.45 , saturation: 0.31 and the lightness value of 539e87 is 0.47.

The process color (four color CMYK) of #539e87 color hex is 0.47, 0.00, 0.15, 0.38. Web safe color of #539e87 is #669999. Color #539e87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011110 10000111
Octal 123 236 207
Decimal 83 158 135
Hex 53 9E 87

RGB Percentages of Color #539e87

%22.07
%42.02
%35.90

CMYK Percentages of Color #539e87

%47
%0
%15
%38

Triadic Colors of #539e87

#539e87 #87539e #9e8753

Analogous Colors of #539e87

#539e87 #53909e #539e62

Monochromatic Colors of #539e87

#539e87

Complementary Color

#539e87 #9e536a

#539e87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539e87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#539e87 Color CSS Codes

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

#539e87 Text Font Color

<p style="color:#539e87">Text here</p>

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


#539e87 Background Color

<div style="background-color:#539e87">
Div content here</div>

This div background color is #539e87


#539e87 Border Color

<div style="border:3px solid #539e87">
Div here</div>

This div border color is #539e87


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,158,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #539e87; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #539e87;
  -webkit-box-shadow: 1px 1px 3px 2px #539e87;
  box-shadow:         1px 1px 3px 2px #539e87; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539e87


Comments

No comments written yet.

Please login to write comment.