Color Hex Logo

#596877 Color Hex

#596877
(89,104,119)
0 Favorites   0 Comments

Color spaces of #596877

RGB 89104119
HSL0.580.140.41
HSV210°25°47°
CMYK 0.250.130.00   0.53
XYZ12.399913.356419.3773
Yxy13.35640.27470.2959
Hunter Lab36.5464-3.3926-5.8537
CIE-Lab43.2954-1.9950-10.2636

#596877 color RGB value is (89,104,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101000 01110111
Octal 131 150 167
Decimal 89 104 119
Hex 59 68 77

RGB Percentages of Color #596877

%28.53
%33.33
%38.14

CMYK Percentages of Color #596877

%25
%13
%0
%53

Triadic Colors of #596877

#596877 #775968 #687759

Analogous Colors of #596877

#596877 #595977 #597777

Monochromatic Colors of #596877

#596877

Complementary Color

#596877 #776859

#596877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596877 Color CSS Codes

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

#596877 Text Font Color

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

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


#596877 Background Color

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

This div background color is #596877


#596877 Border Color

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

This div border color is #596877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596877


Comments

No comments written yet.

Please login to write comment.