Color Hex Logo

#594a6f Color Hex

#594A6F
(89,74,111)
0 Favorites   0 Comments

Color spaces of #594a6f

RGB 8974111
HSL0.730.200.36
HSV264°33°44°
CMYK 0.200.330.00   0.56
XYZ9.43788.169116.1183
Yxy8.16910.27980.2422
Hunter Lab28.58168.9237-13.4288
CIE-Lab34.332614.5828-19.0190

#594a6f color RGB value is (89,74,111).

#594a6f hex color red value is 89, green value is 74 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #594a6f hue: 0.73 , saturation: 0.20 and the lightness value of 594a6f is 0.36.

The process color (four color CMYK) of #594a6f color hex is 0.20, 0.33, 0.00, 0.56. Web safe color of #594a6f is #663366. Color #594a6f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001010 01101111
Octal 131 112 157
Decimal 89 74 111
Hex 59 4A 6F

RGB Percentages of Color #594a6f

%32.48
%27.01
%40.51

CMYK Percentages of Color #594a6f

%20
%33
%0
%56

Triadic Colors of #594a6f

#594a6f #6f594a #4a6f59

Analogous Colors of #594a6f

#594a6f #6c4a6f #4a4e6f

Monochromatic Colors of #594a6f

#594a6f

Complementary Color

#594a6f #606f4a

#594a6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594a6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#594a6f Color CSS Codes

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

#594a6f Text Font Color

<p style="color:#594a6f">Text here</p>

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


#594a6f Background Color

<div style="background-color:#594a6f">
Div content here</div>

This div background color is #594a6f


#594a6f Border Color

<div style="border:3px solid #594a6f">
Div here</div>

This div border color is #594a6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,74,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #594a6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #594a6f;
  -webkit-box-shadow: 1px 1px 3px 2px #594a6f;
  box-shadow:         1px 1px 3px 2px #594a6f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594a6f


Comments

No comments written yet.

Please login to write comment.