Color Hex Logo

#597caa Color Hex

#597CAA
(89,124,170)
0 Favorites   0 Comments

Color spaces of #597caa

RGB 89124170
HSL0.590.320.51
HSV214°48°67°
CMYK 0.480.270.00   0.33
XYZ18.583219.441440.8033
Yxy19.44140.23570.2466
Hunter Lab44.0924-1.9310-24.0025
CIE-Lab51.19970.5462-28.3307

#597caa color RGB value is (89,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111100 10101010
Octal 131 174 252
Decimal 89 124 170
Hex 59 7C AA

RGB Percentages of Color #597caa

%23.24
%32.38
%44.39

CMYK Percentages of Color #597caa

%48
%27
%0
%33

Triadic Colors of #597caa

#597caa #aa597c #7caa59

Analogous Colors of #597caa

#597caa #5f59aa #59a5aa

Monochromatic Colors of #597caa

#597caa

Complementary Color

#597caa #aa8759

#597caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#597caa Color CSS Codes

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

#597caa Text Font Color

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

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


#597caa Background Color

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

This div background color is #597caa


#597caa Border Color

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

This div border color is #597caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597caa


Comments

No comments written yet.

Please login to write comment.