Color Hex Logo

#59455a Color Hex

#59455A
(89,69,90)
0 Favorites   0 Comments

Color spaces of #59455a

RGB 896990
HSL0.830.130.31
HSV297°23°35°
CMYK 0.010.230.00   0.65
XYZ8.09347.118310.6203
Yxy7.11830.31330.2756
Hunter Lab26.68017.4576-4.9249
CIE-Lab32.074712.7535-9.1764

#59455a color RGB value is (89,69,90).

#59455a hex color red value is 89, green value is 69 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #59455a hue: 0.83 , saturation: 0.13 and the lightness value of 59455a is 0.31.

The process color (four color CMYK) of #59455a color hex is 0.01, 0.23, 0.00, 0.65. Web safe color of #59455a is #663366. Color #59455a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000101 01011010
Octal 131 105 132
Decimal 89 69 90
Hex 59 45 5A

RGB Percentages of Color #59455a

%35.89
%27.82
%36.29

CMYK Percentages of Color #59455a

%1
%23
%0
%65

Triadic Colors of #59455a

#59455a #5a5945 #455a59

Analogous Colors of #59455a

#59455a #5a4551 #4f455a

Monochromatic Colors of #59455a

#59455a

Complementary Color

#59455a #465a45

#59455a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59455a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59455a Color CSS Codes

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

#59455a Text Font Color

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

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


#59455a Background Color

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

This div background color is #59455a


#59455a Border Color

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

This div border color is #59455a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59455a


Comments

No comments written yet.

Please login to write comment.