Color Hex Logo

#597c94 Color Hex

#597C94
(89,124,148)
0 Favorites   0 Comments

Color spaces of #597c94

RGB 89124148
HSL0.570.250.46
HSV204°40°58°
CMYK 0.400.160.00   0.42
XYZ16.672818.677330.7433
Yxy18.67730.25230.2826
Hunter Lab43.2172-6.7666-11.9249
CIE-Lab50.3075-5.9143-16.8847

#597c94 color RGB value is (89,124,148).

#597c94 hex color red value is 89, green value is 124 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #597c94 hue: 0.57 , saturation: 0.25 and the lightness value of 597c94 is 0.46.

The process color (four color CMYK) of #597c94 color hex is 0.40, 0.16, 0.00, 0.42. Web safe color of #597c94 is #666699. Color #597c94 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111100 10010100
Octal 131 174 224
Decimal 89 124 148
Hex 59 7C 94

RGB Percentages of Color #597c94

%24.65
%34.35
%41.00

CMYK Percentages of Color #597c94

%40
%16
%0
%42

Triadic Colors of #597c94

#597c94 #94597c #7c9459

Analogous Colors of #597c94

#597c94 #595f94 #59948f

Monochromatic Colors of #597c94

#597c94

Complementary Color

#597c94 #947159

#597c94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597c94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#597c94 Color CSS Codes

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

#597c94 Text Font Color

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

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


#597c94 Background Color

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

This div background color is #597c94


#597c94 Border Color

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

This div border color is #597c94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597c94


Comments

No comments written yet.

Please login to write comment.