Color Hex Logo

#59455d Color Hex

#59455D
(89,69,93)
0 Favorites   0 Comments

Color spaces of #59455d

RGB 896993
HSL0.810.150.32
HSV290°26°36°
CMYK 0.040.260.00   0.64
XYZ8.22377.170411.3065
Yxy7.17040.30800.2685
Hunter Lab26.77767.9585-6.2901
CIE-Lab32.191713.4233-10.9162

#59455d color RGB value is (89,69,93).

#59455d hex color red value is 89, green value is 69 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #59455d hue: 0.81 , saturation: 0.15 and the lightness value of 59455d is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000101 01011101
Octal 131 105 135
Decimal 89 69 93
Hex 59 45 5D

RGB Percentages of Color #59455d

%35.46
%27.49
%37.05

CMYK Percentages of Color #59455d

%4
%26
%0
%64

Triadic Colors of #59455d

#59455d #5d5945 #455d59

Analogous Colors of #59455d

#59455d #5d4555 #4d455d

Monochromatic Colors of #59455d

#59455d

Complementary Color

#59455d #495d45

#59455d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59455d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59455d Color CSS Codes

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

#59455d Text Font Color

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

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


#59455d Background Color

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

This div background color is #59455d


#59455d Border Color

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

This div border color is #59455d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59455d


Comments

No comments written yet.

Please login to write comment.