Color Hex Logo

#597aaf Color Hex

#597AAF
(89,122,175)
0 Favorites   0 Comments

Color spaces of #597aaf

RGB 89122175
HSL0.600.350.52
HSV217°49°69°
CMYK 0.490.300.00   0.31
XYZ18.817219.138143.2597
Yxy19.13810.23170.2356
Hunter Lab43.74710.2218-28.0064
CIE-Lab50.84843.2734-31.7737

#597aaf color RGB value is (89,122,175).

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

The process color (four color CMYK) of #597aaf color hex is 0.49, 0.30, 0.00, 0.31. Web safe color of #597aaf is #666699. Color #597aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111010 10101111
Octal 131 172 257
Decimal 89 122 175
Hex 59 7A AF

RGB Percentages of Color #597aaf

%23.06
%31.61
%45.34

CMYK Percentages of Color #597aaf

%49
%30
%0
%31

Triadic Colors of #597aaf

#597aaf #af597a #7aaf59

Analogous Colors of #597aaf

#597aaf #6359af #59a5af

Monochromatic Colors of #597aaf

#597aaf

Complementary Color

#597aaf #af8e59

#597aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#597aaf Color CSS Codes

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

#597aaf Text Font Color

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

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


#597aaf Background Color

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

This div background color is #597aaf


#597aaf Border Color

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

This div border color is #597aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,122,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #597aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597aaf


Comments

No comments written yet.

Please login to write comment.