Color Hex Logo

#597aca Color Hex

#597ACA
(89,122,202)
0 Favorites   0 Comments

Color spaces of #597aca

RGB 89122202
HSL0.620.520.57
HSV222°56°79°
CMYK 0.560.400.00   0.21
XYZ21.740020.307258.6510
Yxy20.30720.21590.2017
Hunter Lab45.06357.2527-45.6226
CIE-Lab52.182811.8896-45.1738

#597aca color RGB value is (89,122,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111010 11001010
Octal 131 172 312
Decimal 89 122 202
Hex 59 7A CA

RGB Percentages of Color #597aca

%21.55
%29.54
%48.91

CMYK Percentages of Color #597aca

%56
%40
%0
%21

Triadic Colors of #597aca

#597aca #ca597a #7aca59

Analogous Colors of #597aca

#597aca #7159ca #59b3ca

Monochromatic Colors of #597aca

#597aca

Complementary Color

#597aca #caa959

#597aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#597aca Color CSS Codes

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

#597aca Text Font Color

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

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


#597aca Background Color

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

This div background color is #597aca


#597aca Border Color

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

This div border color is #597aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597aca


Comments

No comments written yet.

Please login to write comment.