Color Hex Logo

#596377 Color Hex

#596377
(89,99,119)
0 Favorites   0 Comments

Color spaces of #596377

RGB 8999119
HSL0.610.140.41
HSV220°25°47°
CMYK 0.250.170.00   0.53
XYZ11.911412.379419.2144
Yxy12.37940.27380.2845
Hunter Lab35.1844-1.1428-7.7496
CIE-Lab41.81291.0205-12.5035

#596377 color RGB value is (89,99,119).

#596377 hex color red value is 89, green value is 99 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #596377 hue: 0.61 , saturation: 0.14 and the lightness value of 596377 is 0.41.

The process color (four color CMYK) of #596377 color hex is 0.25, 0.17, 0.00, 0.53. Web safe color of #596377 is #666666. Color #596377 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100011 01110111
Octal 131 143 167
Decimal 89 99 119
Hex 59 63 77

RGB Percentages of Color #596377

%28.99
%32.25
%38.76

CMYK Percentages of Color #596377

%25
%17
%0
%53

Triadic Colors of #596377

#596377 #775963 #637759

Analogous Colors of #596377

#596377 #5e5977 #597277

Monochromatic Colors of #596377

#596377

Complementary Color

#596377 #776d59

#596377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596377 Color CSS Codes

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

#596377 Text Font Color

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

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


#596377 Background Color

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

This div background color is #596377


#596377 Border Color

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

This div border color is #596377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596377


Comments

No comments written yet.

Please login to write comment.