Color Hex Logo

#59495d Color Hex

#59495D
(89,73,93)
0 Favorites   0 Comments

Color spaces of #59495d

RGB 897393
HSL0.800.120.33
HSV288°22°36°
CMYK 0.040.220.00   0.64
XYZ8.47827.679211.3913
Yxy7.67920.30780.2787
Hunter Lab27.71146.1166-4.9744
CIE-Lab33.305610.8801-9.2301

#59495d color RGB value is (89,73,93).

#59495d hex color red value is 89, green value is 73 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #59495d hue: 0.80 , saturation: 0.12 and the lightness value of 59495d is 0.33.

The process color (four color CMYK) of #59495d color hex is 0.04, 0.22, 0.00, 0.64. Web safe color of #59495d is #663366. Color #59495d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001001 01011101
Octal 131 111 135
Decimal 89 73 93
Hex 59 49 5D

RGB Percentages of Color #59495d

%34.90
%28.63
%36.47

CMYK Percentages of Color #59495d

%4
%22
%0
%64

Triadic Colors of #59495d

#59495d #5d5949 #495d59

Analogous Colors of #59495d

#59495d #5d4957 #4f495d

Monochromatic Colors of #59495d

#59495d

Complementary Color

#59495d #4d5d49

#59495d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59495d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59495d Color CSS Codes

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

#59495d Text Font Color

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

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


#59495d Background Color

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

This div background color is #59495d


#59495d Border Color

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

This div border color is #59495d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59495d


Comments

No comments written yet.

Please login to write comment.