Color Hex Logo

#596780 Color Hex

#596780
(89,103,128)
0 Favorites   0 Comments

Color spaces of #596780

RGB 89103128
HSL0.610.180.43
HSV218°30°50°
CMYK 0.300.200.00   0.50
XYZ12.866413.382922.3271
Yxy13.38290.26490.2755
Hunter Lab36.5826-1.2398-10.5780
CIE-Lab43.33460.9771-15.6370

#596780 color RGB value is (89,103,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100111 10000000
Octal 131 147 200
Decimal 89 103 128
Hex 59 67 80

RGB Percentages of Color #596780

%27.81
%32.19
%40.00

CMYK Percentages of Color #596780

%30
%20
%0
%50

Triadic Colors of #596780

#596780 #805967 #678059

Analogous Colors of #596780

#596780 #5e5980 #597b80

Monochromatic Colors of #596780

#596780

Complementary Color

#596780 #807259

#596780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596780 Color CSS Codes

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

#596780 Text Font Color

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

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


#596780 Background Color

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

This div background color is #596780


#596780 Border Color

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

This div border color is #596780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596780


Comments

No comments written yet.

Please login to write comment.