Color Hex Logo

#596580 Color Hex

#596580
(89,101,128)
0 Favorites   0 Comments

Color spaces of #596580

RGB 89101128
HSL0.620.180.43
HSV222°30°50°
CMYK 0.300.210.00   0.50
XYZ12.669812.989722.2616
Yxy12.98970.26440.2711
Hunter Lab36.0412-0.3229-11.3928
CIE-Lab42.74772.1925-16.5335

#596580 color RGB value is (89,101,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100101 10000000
Octal 131 145 200
Decimal 89 101 128
Hex 59 65 80

RGB Percentages of Color #596580

%27.99
%31.76
%40.25

CMYK Percentages of Color #596580

%30
%21
%0
%50

Triadic Colors of #596580

#596580 #805965 #658059

Analogous Colors of #596580

#596580 #605980 #597980

Monochromatic Colors of #596580

#596580

Complementary Color

#596580 #807459

#596580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596580 Color CSS Codes

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

#596580 Text Font Color

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

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


#596580 Background Color

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

This div background color is #596580


#596580 Border Color

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

This div border color is #596580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596580


Comments

No comments written yet.

Please login to write comment.