Color Hex Logo

#59584e Color Hex

#59584E
(89,88,78)
0 Favorites   0 Comments

Color spaces of #59584e

RGB 898878
HSL0.150.070.33
HSV55°12°35°
CMYK 0.000.010.12   0.65
XYZ8.98479.65348.5975
Yxy9.65340.32990.3544
Hunter Lab31.0699-2.75435.3425
CIE-Lab37.2130-1.59915.9440

#59584e color RGB value is (89,88,78).

#59584e hex color red value is 89, green value is 88 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #59584e hue: 0.15 , saturation: 0.07 and the lightness value of 59584e is 0.33.

The process color (four color CMYK) of #59584e color hex is 0.00, 0.01, 0.12, 0.65. Web safe color of #59584e is #666666. Color #59584e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011000 01001110
Octal 131 130 116
Decimal 89 88 78
Hex 59 58 4E

RGB Percentages of Color #59584e

%34.90
%34.51
%30.59

CMYK Percentages of Color #59584e

%0
%1
%12
%65

Triadic Colors of #59584e

#59584e #4e5958 #584e59

Analogous Colors of #59584e

#59584e #55594e #59534e

Monochromatic Colors of #59584e

#59584e

Complementary Color

#59584e #4e4f59

#59584e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59584e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59584e Color CSS Codes

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

#59584e Text Font Color

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

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


#59584e Background Color

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

This div background color is #59584e


#59584e Border Color

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

This div border color is #59584e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59584e


Comments

No comments written yet.

Please login to write comment.