Color Hex Logo

#537aaa Color Hex

#537AAA
(83,122,170)
0 Favorites   0 Comments

Color spaces of #537aaa

RGB 83122170
HSL0.590.340.50
HSV213°51°67°
CMYK 0.510.280.00   0.33
XYZ17.782518.660340.6948
Yxy18.66030.23050.2419
Hunter Lab43.1976-2.1153-25.6166
CIE-Lab50.28740.2492-29.7757

#537aaa color RGB value is (83,122,170).

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

The process color (four color CMYK) of #537aaa color hex is 0.51, 0.28, 0.00, 0.33. Web safe color of #537aaa is #666699. Color #537aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111010 10101010
Octal 123 172 252
Decimal 83 122 170
Hex 53 7A AA

RGB Percentages of Color #537aaa

%22.13
%32.53
%45.33

CMYK Percentages of Color #537aaa

%51
%28
%0
%33

Triadic Colors of #537aaa

#537aaa #aa537a #7aaa53

Analogous Colors of #537aaa

#537aaa #5853aa #53a6aa

Monochromatic Colors of #537aaa

#537aaa

Complementary Color

#537aaa #aa8353

#537aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#537aaa Color CSS Codes

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

#537aaa Text Font Color

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

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


#537aaa Background Color

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

This div background color is #537aaa


#537aaa Border Color

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

This div border color is #537aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537aaa


Comments

No comments written yet.

Please login to write comment.