Color Hex Logo

#55591e Color Hex

#55591E
(85,89,30)
0 Favorites   0 Comments

Color spaces of #55591e

RGB 858930
HSL0.180.500.23
HSV64°66°35°
CMYK 0.040.000.66   0.65
XYZ7.55309.16982.6002
Yxy9.16980.39090.4746
Hunter Lab30.2817-8.470616.1061
CIE-Lab36.3092-10.507632.5940

#55591e color RGB value is (85,89,30).

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

The process color (four color CMYK) of #55591e color hex is 0.04, 0.00, 0.66, 0.65. Web safe color of #55591e is #666633. Color #55591e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011001 00011110
Octal 125 131 36
Decimal 85 89 30
Hex 55 59 1E

RGB Percentages of Color #55591e

%41.67
%43.63
%14.71

CMYK Percentages of Color #55591e

%4
%0
%66
%65

Triadic Colors of #55591e

#55591e #1e5559 #591e55

Analogous Colors of #55591e

#55591e #38591e #59401e

Monochromatic Colors of #55591e

#55591e

Complementary Color

#55591e #221e59

#55591e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55591e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55591e Color CSS Codes

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

#55591e Text Font Color

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

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


#55591e Background Color

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

This div background color is #55591e


#55591e Border Color

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

This div border color is #55591e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55591e


Comments

No comments written yet.

Please login to write comment.