Color Hex Logo

#596777 Color Hex

#596777
(89,103,119)
0 Favorites   0 Comments

Color spaces of #596777

RGB 89103119
HSL0.590.140.41
HSV212°25°47°
CMYK 0.250.130.00   0.53
XYZ12.299813.156319.3439
Yxy13.15630.27450.2937
Hunter Lab36.2716-2.9455-6.2296
CIE-Lab42.9978-1.3964-10.7120

#596777 color RGB value is (89,103,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100111 01110111
Octal 131 147 167
Decimal 89 103 119
Hex 59 67 77

RGB Percentages of Color #596777

%28.62
%33.12
%38.26

CMYK Percentages of Color #596777

%25
%13
%0
%53

Triadic Colors of #596777

#596777 #775967 #677759

Analogous Colors of #596777

#596777 #5a5977 #597677

Monochromatic Colors of #596777

#596777

Complementary Color

#596777 #776959

#596777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596777 Color CSS Codes

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

#596777 Text Font Color

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

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


#596777 Background Color

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

This div background color is #596777


#596777 Border Color

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

This div border color is #596777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596777


Comments

No comments written yet.

Please login to write comment.