Color Hex Logo

#59465e Color Hex

#59465E
(89,70,94)
0 Favorites   0 Comments

Color spaces of #59465e

RGB 897094
HSL0.800.150.32
HSV288°26°37°
CMYK 0.050.260.00   0.63
XYZ8.33047.312311.5620
Yxy7.31230.30620.2688
Hunter Lab27.04137.6669-6.4217
CIE-Lab32.507513.0143-11.0745

#59465e color RGB value is (89,70,94).

#59465e hex color red value is 89, green value is 70 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #59465e hue: 0.80 , saturation: 0.15 and the lightness value of 59465e is 0.32.

The process color (four color CMYK) of #59465e color hex is 0.05, 0.26, 0.00, 0.63. Web safe color of #59465e is #663366. Color #59465e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000110 01011110
Octal 131 106 136
Decimal 89 70 94
Hex 59 46 5E

RGB Percentages of Color #59465e

%35.18
%27.67
%37.15

CMYK Percentages of Color #59465e

%5
%26
%0
%63

Triadic Colors of #59465e

#59465e #5e5946 #465e59

Analogous Colors of #59465e

#59465e #5e4657 #4d465e

Monochromatic Colors of #59465e

#59465e

Complementary Color

#59465e #4b5e46

#59465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59465e Color CSS Codes

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

#59465e Text Font Color

<p style="color:#59465e">Text here</p>

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


#59465e Background Color

<div style="background-color:#59465e">
Div content here</div>

This div background color is #59465e


#59465e Border Color

<div style="border:3px solid #59465e">
Div here</div>

This div border color is #59465e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,70,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59465e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59465e;
  -webkit-box-shadow: 1px 1px 3px 2px #59465e;
  box-shadow:         1px 1px 3px 2px #59465e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59465e


Comments

No comments written yet.

Please login to write comment.