Color Hex Logo

#59677d Color Hex

#59677D
(89,103,125)
0 Favorites   0 Comments

Color spaces of #59677d

RGB 89103125
HSL0.600.170.42
HSV217°29°49°
CMYK 0.290.180.00   0.51
XYZ12.671713.305021.3023
Yxy13.30500.26800.2814
Hunter Lab36.4760-1.8225-9.0926
CIE-Lab43.21930.1728-14.0032

#59677d color RGB value is (89,103,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100111 01111101
Octal 131 147 175
Decimal 89 103 125
Hex 59 67 7D

RGB Percentages of Color #59677d

%28.08
%32.49
%39.43

CMYK Percentages of Color #59677d

%29
%18
%0
%51

Triadic Colors of #59677d

#59677d #7d5967 #677d59

Analogous Colors of #59677d

#59677d #5d597d #59797d

Monochromatic Colors of #59677d

#59677d

Complementary Color

#59677d #7d6f59

#59677d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59677d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59677d Color CSS Codes

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

#59677d Text Font Color

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

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


#59677d Background Color

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

This div background color is #59677d


#59677d Border Color

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

This div border color is #59677d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59677d


Comments

No comments written yet.

Please login to write comment.