Color Hex Logo

#597a7f Color Hex

#597A7F
(89,122,127)
0 Favorites   0 Comments

Color spaces of #597a7f

RGB 89122127
HSL0.520.180.42
HSV188°30°50°
CMYK 0.300.040.00   0.50
XYZ14.910117.575222.6852
Yxy17.57520.27030.3186
Hunter Lab41.9228-9.8802-2.7370
CIE-Lab48.9768-10.4117-6.5364

#597a7f color RGB value is (89,122,127).

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

The process color (four color CMYK) of #597a7f color hex is 0.30, 0.04, 0.00, 0.50. Web safe color of #597a7f is #666666. Color #597a7f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111010 01111111
Octal 131 172 177
Decimal 89 122 127
Hex 59 7A 7F

RGB Percentages of Color #597a7f

%26.33
%36.09
%37.57

CMYK Percentages of Color #597a7f

%30
%4
%0
%50

Triadic Colors of #597a7f

#597a7f #7f597a #7a7f59

Analogous Colors of #597a7f

#597a7f #59677f #597f71

Monochromatic Colors of #597a7f

#597a7f

Complementary Color

#597a7f #7f5e59

#597a7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597a7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#597a7f Color CSS Codes

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

#597a7f Text Font Color

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

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


#597a7f Background Color

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

This div background color is #597a7f


#597a7f Border Color

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

This div border color is #597a7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597a7f


Comments

No comments written yet.

Please login to write comment.