Color Hex Logo

#594c9b Color Hex

#594C9B
(89,76,155)
0 Favorites   0 Comments

Color spaces of #594c9b

RGB 8976155
HSL0.690.340.45
HSV250°51°61°
CMYK 0.430.510.00   0.39
XYZ12.62079.659332.2096
Yxy9.65930.23160.1773
Hunter Lab31.079418.0961-39.6905
CIE-Lab37.223925.6718-41.4963

#594c9b color RGB value is (89,76,155).

#594c9b hex color red value is 89, green value is 76 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #594c9b hue: 0.69 , saturation: 0.34 and the lightness value of 594c9b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001100 10011011
Octal 131 114 233
Decimal 89 76 155
Hex 59 4C 9B

RGB Percentages of Color #594c9b

%27.81
%23.75
%48.44

CMYK Percentages of Color #594c9b

%43
%51
%0
%39

Triadic Colors of #594c9b

#594c9b #9b594c #4c9b59

Analogous Colors of #594c9b

#594c9b #814c9b #4c679b

Monochromatic Colors of #594c9b

#594c9b

Complementary Color

#594c9b #8e9b4c

#594c9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594c9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#594c9b Color CSS Codes

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

#594c9b Text Font Color

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

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


#594c9b Background Color

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

This div background color is #594c9b


#594c9b Border Color

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

This div border color is #594c9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594c9b


Comments

No comments written yet.

Please login to write comment.