Color Hex Logo

#59657d Color Hex

#59657D
(89,101,125)
0 Favorites   0 Comments

Color spaces of #59657d

RGB 89101125
HSL0.610.170.42
HSV220°29°49°
CMYK 0.290.190.00   0.51
XYZ12.475212.911921.2368
Yxy12.91190.26760.2769
Hunter Lab35.9331-0.9117-9.8877
CIE-Lab42.63021.3846-14.8997

#59657d color RGB value is (89,101,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100101 01111101
Octal 131 145 175
Decimal 89 101 125
Hex 59 65 7D

RGB Percentages of Color #59657d

%28.25
%32.06
%39.68

CMYK Percentages of Color #59657d

%29
%19
%0
%51

Triadic Colors of #59657d

#59657d #7d5965 #657d59

Analogous Colors of #59657d

#59657d #5f597d #59777d

Monochromatic Colors of #59657d

#59657d

Complementary Color

#59657d #7d7159

#59657d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59657d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59657d Color CSS Codes

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

#59657d Text Font Color

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

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


#59657d Background Color

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

This div background color is #59657d


#59657d Border Color

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

This div border color is #59657d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59657d


Comments

No comments written yet.

Please login to write comment.