Color Hex Logo

#539eaa Color Hex

#539EAA
(83,158,170)
0 Favorites   0 Comments

Color spaces of #539eaa

RGB 83158170
HSL0.520.340.50
HSV188°51°67°
CMYK 0.510.070.00   0.33
XYZ23.049829.195042.4506
Yxy29.19500.24340.3083
Hunter Lab54.0324-18.4100-8.7586
CIE-Lab60.9533-19.8929-13.4289

#539eaa color RGB value is (83,158,170).

#539eaa hex color red value is 83, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #539eaa hue: 0.52 , saturation: 0.34 and the lightness value of 539eaa is 0.50.

The process color (four color CMYK) of #539eaa color hex is 0.51, 0.07, 0.00, 0.33. Web safe color of #539eaa is #669999. Color #539eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011110 10101010
Octal 123 236 252
Decimal 83 158 170
Hex 53 9E AA

RGB Percentages of Color #539eaa

%20.19
%38.44
%41.36

CMYK Percentages of Color #539eaa

%51
%7
%0
%33

Triadic Colors of #539eaa

#539eaa #aa539e #9eaa53

Analogous Colors of #539eaa

#539eaa #5373aa #53aa8b

Monochromatic Colors of #539eaa

#539eaa

Complementary Color

#539eaa #aa5f53

#539eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#539eaa Color CSS Codes

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

#539eaa Text Font Color

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

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


#539eaa Background Color

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

This div background color is #539eaa


#539eaa Border Color

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

This div border color is #539eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539eaa


Comments

No comments written yet.

Please login to write comment.