Color Hex Logo

#595980 Color Hex

#595980
(89,89,128)
0 Favorites   0 Comments

Color spaces of #595980

RGB 8989128
HSL0.670.180.43
HSV240°30°50°
CMYK 0.300.300.00   0.50
XYZ11.588510.827121.9011
Yxy10.82710.26150.2443
Hunter Lab32.90465.2821-16.4299
CIE-Lab39.28779.6231-21.8595

#595980 color RGB value is (89,89,128).

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

The process color (four color CMYK) of #595980 color hex is 0.30, 0.30, 0.00, 0.50. Web safe color of #595980 is #666699. Color #595980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011001 10000000
Octal 131 131 200
Decimal 89 89 128
Hex 59 59 80

RGB Percentages of Color #595980

%29.08
%29.08
%41.83

CMYK Percentages of Color #595980

%30
%30
%0
%50

Triadic Colors of #595980

#595980 #805959 #598059

Analogous Colors of #595980

#595980 #6d5980 #596d80

Monochromatic Colors of #595980

#595980

Complementary Color

#595980 #808059

#595980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595980 Color CSS Codes

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

#595980 Text Font Color

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

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


#595980 Background Color

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

This div background color is #595980


#595980 Border Color

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

This div border color is #595980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595980


Comments

No comments written yet.

Please login to write comment.