Color Hex Logo

#597acc Color Hex

#597ACC
(89,122,204)
0 Favorites   0 Comments

Color spaces of #597acc

RGB 89122204
HSL0.620.530.57
HSV223°56°80°
CMYK 0.560.400.00   0.20
XYZ21.978420.402559.9064
Yxy20.40250.21490.1995
Hunter Lab45.16917.8086-47.0161
CIE-Lab52.289312.5443-46.1431

#597acc color RGB value is (89,122,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111010 11001100
Octal 131 172 314
Decimal 89 122 204
Hex 59 7A CC

RGB Percentages of Color #597acc

%21.45
%29.40
%49.16

CMYK Percentages of Color #597acc

%56
%40
%0
%20

Triadic Colors of #597acc

#597acc #cc597a #7acc59

Analogous Colors of #597acc

#597acc #7259cc #59b4cc

Monochromatic Colors of #597acc

#597acc

Complementary Color

#597acc #ccab59

#597acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#597acc Color CSS Codes

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

#597acc Text Font Color

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

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


#597acc Background Color

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

This div background color is #597acc


#597acc Border Color

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

This div border color is #597acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597acc


Comments

No comments written yet.

Please login to write comment.