Color Hex Logo

#597aae Color Hex

#597AAE
(89,122,174)
0 Favorites   0 Comments

Color spaces of #597aae

RGB 89122174
HSL0.600.340.52
HSV217°49°68°
CMYK 0.490.300.00   0.32
XYZ18.719319.098942.7442
Yxy19.09890.23240.2371
Hunter Lab43.7023-0.0209-27.3986
CIE-Lab50.80272.9640-31.2660

#597aae color RGB value is (89,122,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111010 10101110
Octal 131 172 256
Decimal 89 122 174
Hex 59 7A AE

RGB Percentages of Color #597aae

%23.12
%31.69
%45.19

CMYK Percentages of Color #597aae

%49
%30
%0
%32

Triadic Colors of #597aae

#597aae #ae597a #7aae59

Analogous Colors of #597aae

#597aae #6259ae #59a5ae

Monochromatic Colors of #597aae

#597aae

Complementary Color

#597aae #ae8d59

#597aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#597aae Color CSS Codes

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

#597aae Text Font Color

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

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


#597aae Background Color

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

This div background color is #597aae


#597aae Border Color

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

This div border color is #597aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597aae


Comments

No comments written yet.

Please login to write comment.