Color Hex Logo

#594b7e Color Hex

#594B7E
(89,75,126)
0 Favorites   0 Comments

Color spaces of #594b7e

RGB 8975126
HSL0.710.250.39
HSV256°40°49°
CMYK 0.290.400.00   0.51
XYZ10.40188.662420.8624
Yxy8.66240.26050.2170
Hunter Lab29.432011.5793-21.4245
CIE-Lab35.326017.9299-26.8075

#594b7e color RGB value is (89,75,126).

#594b7e hex color red value is 89, green value is 75 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #594b7e hue: 0.71 , saturation: 0.25 and the lightness value of 594b7e is 0.39.

The process color (four color CMYK) of #594b7e color hex is 0.29, 0.40, 0.00, 0.51. Web safe color of #594b7e is #663366. Color #594b7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001011 01111110
Octal 131 113 176
Decimal 89 75 126
Hex 59 4B 7E

RGB Percentages of Color #594b7e

%30.69
%25.86
%43.45

CMYK Percentages of Color #594b7e

%29
%40
%0
%51

Triadic Colors of #594b7e

#594b7e #7e594b #4b7e59

Analogous Colors of #594b7e

#594b7e #734b7e #4b577e

Monochromatic Colors of #594b7e

#594b7e

Complementary Color

#594b7e #707e4b

#594b7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594b7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#594b7e Color CSS Codes

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

#594b7e Text Font Color

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

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


#594b7e Background Color

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

This div background color is #594b7e


#594b7e Border Color

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

This div border color is #594b7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594b7e


Comments

No comments written yet.

Please login to write comment.