Color Hex Logo

#594091 Color Hex

#594091
(89,64,145)
0 Favorites   0 Comments

Color spaces of #594091

RGB 8964145
HSL0.720.390.41
HSV259°56°57°
CMYK 0.390.560.00   0.43
XYZ11.06417.835027.7172
Yxy7.83500.23730.1681
Hunter Lab27.991121.5718-39.1161
CIE-Lab33.636930.1825-41.1726

#594091 color RGB value is (89,64,145).

#594091 hex color red value is 89, green value is 64 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #594091 hue: 0.72 , saturation: 0.39 and the lightness value of 594091 is 0.41.

The process color (four color CMYK) of #594091 color hex is 0.39, 0.56, 0.00, 0.43. Web safe color of #594091 is #663399. Color #594091 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000000 10010001
Octal 131 100 221
Decimal 89 64 145
Hex 59 40 91

RGB Percentages of Color #594091

%29.87
%21.48
%48.66

CMYK Percentages of Color #594091

%39
%56
%0
%43

Triadic Colors of #594091

#594091 #915940 #409159

Analogous Colors of #594091

#594091 #824091 #404f91

Monochromatic Colors of #594091

#594091

Complementary Color

#594091 #789140

#594091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594091 Color CSS Codes

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

#594091 Text Font Color

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

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


#594091 Background Color

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

This div background color is #594091


#594091 Border Color

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

This div border color is #594091


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,64,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #594091; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #594091;
  -webkit-box-shadow: 1px 1px 3px 2px #594091;
  box-shadow:         1px 1px 3px 2px #594091; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594091


Comments

No comments written yet.

Please login to write comment.