Color Hex Logo

#59405b Color Hex

#59405B
(89,64,91)
0 Favorites   0 Comments

Color spaces of #59405b

RGB 896491
HSL0.820.170.30
HSV296°30°36°
CMYK 0.020.300.00   0.64
XYZ7.84156.546010.7477
Yxy6.54600.31200.2604
Hunter Lab25.58529.9338-6.9967
CIE-Lab30.750216.1564-11.8267

#59405b color RGB value is (89,64,91).

#59405b hex color red value is 89, green value is 64 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #59405b hue: 0.82 , saturation: 0.17 and the lightness value of 59405b is 0.30.

The process color (four color CMYK) of #59405b color hex is 0.02, 0.30, 0.00, 0.64. Web safe color of #59405b is #663366. Color #59405b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000000 01011011
Octal 131 100 133
Decimal 89 64 91
Hex 59 40 5B

RGB Percentages of Color #59405b

%36.48
%26.23
%37.30

CMYK Percentages of Color #59405b

%2
%30
%0
%64

Triadic Colors of #59405b

#59405b #5b5940 #405b59

Analogous Colors of #59405b

#59405b #5b4050 #4c405b

Monochromatic Colors of #59405b

#59405b

Complementary Color

#59405b #425b40

#59405b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59405b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59405b Color CSS Codes

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

#59405b Text Font Color

<p style="color:#59405b">Text here</p>

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


#59405b Background Color

<div style="background-color:#59405b">
Div content here</div>

This div background color is #59405b


#59405b Border Color

<div style="border:3px solid #59405b">
Div here</div>

This div border color is #59405b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,64,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59405b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59405b;
  -webkit-box-shadow: 1px 1px 3px 2px #59405b;
  box-shadow:         1px 1px 3px 2px #59405b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59405b


Comments

No comments written yet.

Please login to write comment.