Color Hex Logo

#539887 Color Hex

#539887
(83,152,135)
0 Favorites   0 Comments

Color spaces of #539887

RGB 83152135
HSL0.460.290.46
HSV165°45°60°
CMYK 0.450.000.11   0.40
XYZ19.168726.044726.9385
Yxy26.04470.26570.3610
Hunter Lab51.0340-22.26384.4273
CIE-Lab58.0795-26.09172.1681

#539887 color RGB value is (83,152,135).

#539887 hex color red value is 83, green value is 152 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #539887 hue: 0.46 , saturation: 0.29 and the lightness value of 539887 is 0.46.

The process color (four color CMYK) of #539887 color hex is 0.45, 0.00, 0.11, 0.40. Web safe color of #539887 is #669999. Color #539887 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011000 10000111
Octal 123 230 207
Decimal 83 152 135
Hex 53 98 87

RGB Percentages of Color #539887

%22.43
%41.08
%36.49

CMYK Percentages of Color #539887

%45
%0
%11
%40

Triadic Colors of #539887

#539887 #875398 #988753

Analogous Colors of #539887

#539887 #538798 #539865

Monochromatic Colors of #539887

#539887

Complementary Color

#539887 #985364

#539887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#539887 Color CSS Codes

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

#539887 Text Font Color

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

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


#539887 Background Color

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

This div background color is #539887


#539887 Border Color

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

This div border color is #539887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539887


Comments

No comments written yet.

Please login to write comment.