Color Hex Logo

#596077 Color Hex

#596077
(89,96,119)
0 Favorites   0 Comments

Color spaces of #596077

RGB 8996119
HSL0.630.140.41
HSV226°25°47°
CMYK 0.250.190.00   0.53
XYZ11.632511.821519.1214
Yxy11.82150.27320.2777
Hunter Lab34.38240.2222-8.9058
CIE-Lab40.93102.8533-13.8427

#596077 color RGB value is (89,96,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100000 01110111
Octal 131 140 167
Decimal 89 96 119
Hex 59 60 77

RGB Percentages of Color #596077

%29.28
%31.58
%39.14

CMYK Percentages of Color #596077

%25
%19
%0
%53

Triadic Colors of #596077

#596077 #775960 #607759

Analogous Colors of #596077

#596077 #615977 #596f77

Monochromatic Colors of #596077

#596077

Complementary Color

#596077 #777059

#596077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596077 Color CSS Codes

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

#596077 Text Font Color

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

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


#596077 Background Color

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

This div background color is #596077


#596077 Border Color

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

This div border color is #596077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596077


Comments

No comments written yet.

Please login to write comment.