Color Hex Logo

#539082 Color Hex

#539082
(83,144,130)
0 Favorites   0 Comments

Color spaces of #539082

RGB 83144130
HSL0.460.270.45
HSV166°42°56°
CMYK 0.420.000.10   0.44
XYZ17.569823.397224.7092
Yxy23.39720.26750.3563
Hunter Lab48.3707-19.81163.5723
CIE-Lab55.4791-23.27381.2484

#539082 color RGB value is (83,144,130).

#539082 hex color red value is 83, green value is 144 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #539082 hue: 0.46 , saturation: 0.27 and the lightness value of 539082 is 0.45.

The process color (four color CMYK) of #539082 color hex is 0.42, 0.00, 0.10, 0.44. Web safe color of #539082 is #669999. Color #539082 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010000 10000010
Octal 123 220 202
Decimal 83 144 130
Hex 53 90 82

RGB Percentages of Color #539082

%23.25
%40.34
%36.41

CMYK Percentages of Color #539082

%42
%0
%10
%44

Triadic Colors of #539082

#539082 #825390 #908253

Analogous Colors of #539082

#539082 #538090 #539064

Monochromatic Colors of #539082

#539082

Complementary Color

#539082 #905361

#539082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#539082 Color CSS Codes

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

#539082 Text Font Color

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

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


#539082 Background Color

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

This div background color is #539082


#539082 Border Color

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

This div border color is #539082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539082


Comments

No comments written yet.

Please login to write comment.