Color Hex Logo

#55594e Color Hex

#55594E
(85,89,78)
0 Favorites   0 Comments

Color spaces of #55594e

RGB 858978
HSL0.230.070.33
HSV82°12°35°
CMYK 0.040.000.12   0.65
XYZ8.69389.62618.6075
Yxy9.62610.32290.3575
Hunter Lab31.0260-4.27785.2694
CIE-Lab37.1628-3.86785.8242

#55594e color RGB value is (85,89,78).

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

The process color (four color CMYK) of #55594e color hex is 0.04, 0.00, 0.12, 0.65. Web safe color of #55594e is #666666. Color #55594e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011001 01001110
Octal 125 131 116
Decimal 85 89 78
Hex 55 59 4E

RGB Percentages of Color #55594e

%33.73
%35.32
%30.95

CMYK Percentages of Color #55594e

%4
%0
%12
%65

Triadic Colors of #55594e

#55594e #4e5559 #594e55

Analogous Colors of #55594e

#55594e #50594e #59584e

Monochromatic Colors of #55594e

#55594e

Complementary Color

#55594e #524e59

#55594e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55594e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55594e Color CSS Codes

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

#55594e Text Font Color

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

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


#55594e Background Color

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

This div background color is #55594e


#55594e Border Color

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

This div border color is #55594e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55594e


Comments

No comments written yet.

Please login to write comment.