Color Hex Logo

#59616e Color Hex

#59616E
(89,97,110)
0 Favorites   0 Comments

Color spaces of #59616e

RGB 8997110
HSL0.600.110.39
HSV217°19°43°
CMYK 0.190.120.00   0.57
XYZ11.209011.799016.4385
Yxy11.79900.28420.2991
Hunter Lab34.3497-1.8637-4.3293
CIE-Lab40.8949-0.0408-8.4008

#59616e color RGB value is (89,97,110).

#59616e hex color red value is 89, green value is 97 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #59616e hue: 0.60 , saturation: 0.11 and the lightness value of 59616e is 0.39.

The process color (four color CMYK) of #59616e color hex is 0.19, 0.12, 0.00, 0.57. Web safe color of #59616e is #666666. Color #59616e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100001 01101110
Octal 131 141 156
Decimal 89 97 110
Hex 59 61 6E

RGB Percentages of Color #59616e

%30.07
%32.77
%37.16

CMYK Percentages of Color #59616e

%19
%12
%0
%57

Triadic Colors of #59616e

#59616e #6e5961 #616e59

Analogous Colors of #59616e

#59616e #5c596e #596c6e

Monochromatic Colors of #59616e

#59616e

Complementary Color

#59616e #6e6659

#59616e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59616e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59616e Color CSS Codes

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

#59616e Text Font Color

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

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


#59616e Background Color

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

This div background color is #59616e


#59616e Border Color

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

This div border color is #59616e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,97,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59616e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59616e;
  -webkit-box-shadow: 1px 1px 3px 2px #59616e;
  box-shadow:         1px 1px 3px 2px #59616e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59616e


Comments

No comments written yet.

Please login to write comment.