Color Hex Logo

#594a7a Color Hex

#594A7A
(89,74,122)
0 Favorites   0 Comments

Color spaces of #594a7a

RGB 8974122
HSL0.720.240.38
HSV259°39°48°
CMYK 0.270.390.00   0.52
XYZ10.08158.426519.5075
Yxy8.42650.26520.2217
Hunter Lab29.028411.1928-19.5238
CIE-Lab34.855817.4762-25.0660

#594a7a color RGB value is (89,74,122).

#594a7a hex color red value is 89, green value is 74 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #594a7a hue: 0.72 , saturation: 0.24 and the lightness value of 594a7a is 0.38.

The process color (four color CMYK) of #594a7a color hex is 0.27, 0.39, 0.00, 0.52. Web safe color of #594a7a is #663366. Color #594a7a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001010 01111010
Octal 131 112 172
Decimal 89 74 122
Hex 59 4A 7A

RGB Percentages of Color #594a7a

%31.23
%25.96
%42.81

CMYK Percentages of Color #594a7a

%27
%39
%0
%52

Triadic Colors of #594a7a

#594a7a #7a594a #4a7a59

Analogous Colors of #594a7a

#594a7a #714a7a #4a537a

Monochromatic Colors of #594a7a

#594a7a

Complementary Color

#594a7a #6b7a4a

#594a7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594a7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#594a7a Color CSS Codes

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

#594a7a Text Font Color

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

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


#594a7a Background Color

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

This div background color is #594a7a


#594a7a Border Color

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

This div border color is #594a7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594a7a


Comments

No comments written yet.

Please login to write comment.