Color Hex Logo

#597aaa Color Hex

#597AAA
(89,122,170)
0 Favorites   0 Comments

Color spaces of #597aaa

RGB 89122170
HSL0.600.320.51
HSV216°48°67°
CMYK 0.480.280.00   0.33
XYZ18.335118.945240.7206
Yxy18.94520.23510.2429
Hunter Lab43.5261-0.9786-25.0002
CIE-Lab50.62301.7345-29.2274

#597aaa color RGB value is (89,122,170).

#597aaa hex color red value is 89, green value is 122 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #597aaa hue: 0.60 , saturation: 0.32 and the lightness value of 597aaa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111010 10101010
Octal 131 172 252
Decimal 89 122 170
Hex 59 7A AA

RGB Percentages of Color #597aaa

%23.36
%32.02
%44.62

CMYK Percentages of Color #597aaa

%48
%28
%0
%33

Triadic Colors of #597aaa

#597aaa #aa597a #7aaa59

Analogous Colors of #597aaa

#597aaa #6059aa #59a3aa

Monochromatic Colors of #597aaa

#597aaa

Complementary Color

#597aaa #aa8959

#597aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#597aaa Color CSS Codes

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

#597aaa Text Font Color

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

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


#597aaa Background Color

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

This div background color is #597aaa


#597aaa Border Color

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

This div border color is #597aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597aaa


Comments

No comments written yet.

Please login to write comment.