Color Hex Logo

#55584e Color Hex

#55584E
(85,88,78)
0 Favorites   0 Comments

Color spaces of #55584e

RGB 858878
HSL0.220.060.33
HSV78°11°35°
CMYK 0.030.000.11   0.65
XYZ8.61129.46088.5800
Yxy9.46080.32310.3550
Hunter Lab30.7584-3.85394.9921
CIE-Lab36.8568-3.26435.3880

#55584e color RGB value is (85,88,78).

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

The process color (four color CMYK) of #55584e color hex is 0.03, 0.00, 0.11, 0.65. Web safe color of #55584e is #666666. Color #55584e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011000 01001110
Octal 125 130 116
Decimal 85 88 78
Hex 55 58 4E

RGB Percentages of Color #55584e

%33.86
%35.06
%31.08

CMYK Percentages of Color #55584e

%3
%0
%11
%65

Triadic Colors of #55584e

#55584e #4e5558 #584e55

Analogous Colors of #55584e

#55584e #50584e #58564e

Monochromatic Colors of #55584e

#55584e

Complementary Color

#55584e #514e58

#55584e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55584e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55584e Color CSS Codes

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

#55584e Text Font Color

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

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


#55584e Background Color

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

This div background color is #55584e


#55584e Border Color

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

This div border color is #55584e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55584e


Comments

No comments written yet.

Please login to write comment.