Color Hex Logo

#595389 Color Hex

#595389
(89,83,137)
0 Favorites   0 Comments

Color spaces of #595389

RGB 8983137
HSL0.690.250.43
HSV247°39°54°
CMYK 0.350.390.00   0.46
XYZ11.728410.116525.0014
Yxy10.11650.25040.2160
Hunter Lab31.806410.1593-24.3403
CIE-Lab38.050715.9487-29.2796

#595389 color RGB value is (89,83,137).

#595389 hex color red value is 89, green value is 83 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #595389 hue: 0.69 , saturation: 0.25 and the lightness value of 595389 is 0.43.

The process color (four color CMYK) of #595389 color hex is 0.35, 0.39, 0.00, 0.46. Web safe color of #595389 is #666699. Color #595389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010011 10001001
Octal 131 123 211
Decimal 89 83 137
Hex 59 53 89

RGB Percentages of Color #595389

%28.80
%26.86
%44.34

CMYK Percentages of Color #595389

%35
%39
%0
%46

Triadic Colors of #595389

#595389 #895953 #538959

Analogous Colors of #595389

#595389 #745389 #536889

Monochromatic Colors of #595389

#595389

Complementary Color

#595389 #838953

#595389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595389 Color CSS Codes

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

#595389 Text Font Color

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

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


#595389 Background Color

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

This div background color is #595389


#595389 Border Color

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

This div border color is #595389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595389


Comments

No comments written yet.

Please login to write comment.