Color Hex Logo

#539aaa Color Hex

#539AAA
(83,154,170)
0 Favorites   0 Comments

Color spaces of #539aaa

RGB 83154170
HSL0.530.340.50
HSV191°51°67°
CMYK 0.510.090.00   0.33
XYZ22.378627.852542.2268
Yxy27.85250.24200.3012
Hunter Lab52.7755-16.6670-10.4964
CIE-Lab59.7552-17.7851-15.2374

#539aaa color RGB value is (83,154,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011010 10101010
Octal 123 232 252
Decimal 83 154 170
Hex 53 9A AA

RGB Percentages of Color #539aaa

%20.39
%37.84
%41.77

CMYK Percentages of Color #539aaa

%51
%9
%0
%33

Triadic Colors of #539aaa

#539aaa #aa539a #9aaa53

Analogous Colors of #539aaa

#539aaa #536faa #53aa8f

Monochromatic Colors of #539aaa

#539aaa

Complementary Color

#539aaa #aa6353

#539aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#539aaa Color CSS Codes

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

#539aaa Text Font Color

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

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


#539aaa Background Color

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

This div background color is #539aaa


#539aaa Border Color

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

This div border color is #539aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539aaa


Comments

No comments written yet.

Please login to write comment.