Color Hex Logo

#59878a Color Hex

#59878A
(89,135,138)
0 Favorites   0 Comments

Color spaces of #59878a

RGB 89135138
HSL0.510.220.45
HSV184°36°54°
CMYK 0.360.020.00   0.46
XYZ17.371221.286827.2380
Yxy21.28680.26360.3230
Hunter Lab46.1376-13.5341-2.7064
CIE-Lab53.2620-14.7943-6.6015

#59878a color RGB value is (89,135,138).

#59878a hex color red value is 89, green value is 135 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #59878a hue: 0.51 , saturation: 0.22 and the lightness value of 59878a is 0.45.

The process color (four color CMYK) of #59878a color hex is 0.36, 0.02, 0.00, 0.46. Web safe color of #59878a is #669999. Color #59878a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000111 10001010
Octal 131 207 212
Decimal 89 135 138
Hex 59 87 8A

RGB Percentages of Color #59878a

%24.59
%37.29
%38.12

CMYK Percentages of Color #59878a

%36
%2
%0
%46

Triadic Colors of #59878a

#59878a #8a5987 #878a59

Analogous Colors of #59878a

#59878a #596f8a #598a75

Monochromatic Colors of #59878a

#59878a

Complementary Color

#59878a #8a5c59

#59878a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59878a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59878a Color CSS Codes

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

#59878a Text Font Color

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

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


#59878a Background Color

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

This div background color is #59878a


#59878a Border Color

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

This div border color is #59878a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,135,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59878a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59878a;
  -webkit-box-shadow: 1px 1px 3px 2px #59878a;
  box-shadow:         1px 1px 3px 2px #59878a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59878a


Comments

No comments written yet.

Please login to write comment.