Color Hex Logo

#595580 Color Hex

#595580
(89,85,128)
0 Favorites   0 Comments

Color spaces of #595580

RGB 8985128
HSL0.680.200.42
HSV246°34°50°
CMYK 0.300.340.00   0.50
XYZ11.264610.179421.7932
Yxy10.17940.26050.2354
Hunter Lab31.90527.1881-18.1651
CIE-Lab38.162512.1414-23.6068

#595580 color RGB value is (89,85,128).

#595580 hex color red value is 89, green value is 85 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #595580 hue: 0.68 , saturation: 0.20 and the lightness value of 595580 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010101 10000000
Octal 131 125 200
Decimal 89 85 128
Hex 59 55 80

RGB Percentages of Color #595580

%29.47
%28.15
%42.38

CMYK Percentages of Color #595580

%30
%34
%0
%50

Triadic Colors of #595580

#595580 #805955 #558059

Analogous Colors of #595580

#595580 #6f5580 #556780

Monochromatic Colors of #595580

#595580

Complementary Color

#595580 #7c8055

#595580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595580 Color CSS Codes

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

#595580 Text Font Color

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

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


#595580 Background Color

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

This div background color is #595580


#595580 Border Color

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

This div border color is #595580


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,85,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 #595580">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595580


Comments

No comments written yet.

Please login to write comment.