Color Hex Logo

#595981 Color Hex

#595981
(89,89,129)
0 Favorites   0 Comments

Color spaces of #595981

RGB 8989129
HSL0.670.180.43
HSV240°31°51°
CMYK 0.310.310.00   0.49
XYZ11.654610.853622.2496
Yxy10.85360.26040.2425
Hunter Lab32.94485.4930-16.9807
CIE-Lab39.33289.8993-22.4001

#595981 color RGB value is (89,89,129).

#595981 hex color red value is 89, green value is 89 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #595981 hue: 0.67 , saturation: 0.18 and the lightness value of 595981 is 0.43.

The process color (four color CMYK) of #595981 color hex is 0.31, 0.31, 0.00, 0.49. Web safe color of #595981 is #666699. Color #595981 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011001 10000001
Octal 131 131 201
Decimal 89 89 129
Hex 59 59 81

RGB Percentages of Color #595981

%28.99
%28.99
%42.02

CMYK Percentages of Color #595981

%31
%31
%0
%49

Triadic Colors of #595981

#595981 #815959 #598159

Analogous Colors of #595981

#595981 #6d5981 #596d81

Monochromatic Colors of #595981

#595981

Complementary Color

#595981 #818159

#595981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595981 Color CSS Codes

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

#595981 Text Font Color

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

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


#595981 Background Color

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

This div background color is #595981


#595981 Border Color

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

This div border color is #595981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595981


Comments

No comments written yet.

Please login to write comment.