Color Hex Logo

#59959e Color Hex

#59959E
(89,149,158)
0 Favorites   0 Comments

Color spaces of #59959e

RGB 89149158
HSL0.520.280.48
HSV188°44°62°
CMYK 0.440.060.00   0.38
XYZ21.038826.087436.2743
Yxy26.08740.25230.3128
Hunter Lab51.0758-15.8562-6.3550
CIE-Lab58.1199-17.0250-10.8538

#59959e color RGB value is (89,149,158).

#59959e hex color red value is 89, green value is 149 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #59959e hue: 0.52 , saturation: 0.28 and the lightness value of 59959e is 0.48.

The process color (four color CMYK) of #59959e color hex is 0.44, 0.06, 0.00, 0.38. Web safe color of #59959e is #669999. Color #59959e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010101 10011110
Octal 131 225 236
Decimal 89 149 158
Hex 59 95 9E

RGB Percentages of Color #59959e

%22.47
%37.63
%39.90

CMYK Percentages of Color #59959e

%44
%6
%0
%38

Triadic Colors of #59959e

#59959e #9e5995 #959e59

Analogous Colors of #59959e

#59959e #59739e #599e85

Monochromatic Colors of #59959e

#59959e

Complementary Color

#59959e #9e6259

#59959e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59959e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59959e Color CSS Codes

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

#59959e Text Font Color

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

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


#59959e Background Color

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

This div background color is #59959e


#59959e Border Color

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

This div border color is #59959e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59959e


Comments

No comments written yet.

Please login to write comment.