Color Hex Logo

#597acd Color Hex

#597ACD
(89,122,205)
0 Favorites   0 Comments

Color spaces of #597acd

RGB 89122205
HSL0.620.540.58
HSV223°57°80°
CMYK 0.570.400.00   0.20
XYZ22.098820.450760.5403
Yxy20.45070.21440.1984
Hunter Lab45.22258.0881-47.7171
CIE-Lab52.343012.8721-46.6264

#597acd color RGB value is (89,122,205).

#597acd hex color red value is 89, green value is 122 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #597acd hue: 0.62 , saturation: 0.54 and the lightness value of 597acd is 0.58.

The process color (four color CMYK) of #597acd color hex is 0.57, 0.40, 0.00, 0.20. Web safe color of #597acd is #6666cc. Color #597acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111010 11001101
Octal 131 172 315
Decimal 89 122 205
Hex 59 7A CD

RGB Percentages of Color #597acd

%21.39
%29.33
%49.28

CMYK Percentages of Color #597acd

%57
%40
%0
%20

Triadic Colors of #597acd

#597acd #cd597a #7acd59

Analogous Colors of #597acd

#597acd #7259cd #59b4cd

Monochromatic Colors of #597acd

#597acd

Complementary Color

#597acd #cdac59

#597acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#597acd Color CSS Codes

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

#597acd Text Font Color

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

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


#597acd Background Color

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

This div background color is #597acd


#597acd Border Color

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

This div border color is #597acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597acd


Comments

No comments written yet.

Please login to write comment.