Color Hex Logo

#59797d Color Hex

#59797D
(89,121,125)
0 Favorites   0 Comments

Color spaces of #59797d

RGB 89121125
HSL0.520.170.42
HSV187°29°49°
CMYK 0.290.030.00   0.51
XYZ14.658917.279321.9647
Yxy17.27930.27200.3206
Hunter Lab41.5684-9.7974-2.2309
CIE-Lab48.6100-10.3540-5.8999

#59797d color RGB value is (89,121,125).

#59797d hex color red value is 89, green value is 121 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #59797d hue: 0.52 , saturation: 0.17 and the lightness value of 59797d is 0.42.

The process color (four color CMYK) of #59797d color hex is 0.29, 0.03, 0.00, 0.51. Web safe color of #59797d is #666666. Color #59797d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111001 01111101
Octal 131 171 175
Decimal 89 121 125
Hex 59 79 7D

RGB Percentages of Color #59797d

%26.57
%36.12
%37.31

CMYK Percentages of Color #59797d

%29
%3
%0
%51

Triadic Colors of #59797d

#59797d #7d5979 #797d59

Analogous Colors of #59797d

#59797d #59677d #597d6f

Monochromatic Colors of #59797d

#59797d

Complementary Color

#59797d #7d5d59

#59797d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59797d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59797d Color CSS Codes

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

#59797d Text Font Color

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

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


#59797d Background Color

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

This div background color is #59797d


#59797d Border Color

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

This div border color is #59797d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,121,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59797d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59797d;
  -webkit-box-shadow: 1px 1px 3px 2px #59797d;
  box-shadow:         1px 1px 3px 2px #59797d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59797d


Comments

No comments written yet.

Please login to write comment.