Color Hex Logo

#597dad Color Hex

#597DAD
(89,125,173)
0 Favorites   0 Comments

Color spaces of #597dad

RGB 89125173
HSL0.600.340.51
HSV214°49°68°
CMYK 0.490.280.00   0.32
XYZ18.996319.808242.3573
Yxy19.80820.23410.2441
Hunter Lab44.5064-1.6985-25.2725
CIE-Lab51.61970.8705-29.4143

#597dad color RGB value is (89,125,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111101 10101101
Octal 131 175 255
Decimal 89 125 173
Hex 59 7D AD

RGB Percentages of Color #597dad

%23.00
%32.30
%44.70

CMYK Percentages of Color #597dad

%49
%28
%0
%32

Triadic Colors of #597dad

#597dad #ad597d #7dad59

Analogous Colors of #597dad

#597dad #5f59ad #59a7ad

Monochromatic Colors of #597dad

#597dad

Complementary Color

#597dad #ad8959

#597dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#597dad Color CSS Codes

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

#597dad Text Font Color

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

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


#597dad Background Color

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

This div background color is #597dad


#597dad Border Color

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

This div border color is #597dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597dad


Comments

No comments written yet.

Please login to write comment.