Color Hex Logo

#597faa Color Hex

#597FAA
(89,127,170)
0 Favorites   0 Comments

Color spaces of #597faa

RGB 89127170
HSL0.590.320.51
HSV212°48°67°
CMYK 0.480.250.00   0.33
XYZ18.964920.204940.9306
Yxy20.20490.23680.2522
Hunter Lab44.9499-3.3509-22.5236
CIE-Lab52.0681-1.2235-26.9832

#597faa color RGB value is (89,127,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111111 10101010
Octal 131 177 252
Decimal 89 127 170
Hex 59 7F AA

RGB Percentages of Color #597faa

%23.06
%32.90
%44.04

CMYK Percentages of Color #597faa

%48
%25
%0
%33

Triadic Colors of #597faa

#597faa #aa597f #7faa59

Analogous Colors of #597faa

#597faa #5c59aa #59a8aa

Monochromatic Colors of #597faa

#597faa

Complementary Color

#597faa #aa8459

#597faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#597faa Color CSS Codes

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

#597faa Text Font Color

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

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


#597faa Background Color

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

This div background color is #597faa


#597faa Border Color

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

This div border color is #597faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597faa


Comments

No comments written yet.

Please login to write comment.