Color Hex Logo

#55887e Color Hex

#55887E
(85,136,126)
0 Favorites   0 Comments

Color spaces of #55887e

RGB 85136126
HSL0.470.230.43
HSV168°38°53°
CMYK 0.380.000.07   0.47
XYZ16.316421.046022.9410
Yxy21.04600.27060.3490
Hunter Lab45.8759-16.79692.4642
CIE-Lab52.9998-19.5278-0.0441

#55887e color RGB value is (85,136,126).

#55887e hex color red value is 85, green value is 136 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #55887e hue: 0.47 , saturation: 0.23 and the lightness value of 55887e is 0.43.

The process color (four color CMYK) of #55887e color hex is 0.38, 0.00, 0.07, 0.47. Web safe color of #55887e is #669966. Color #55887e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001000 01111110
Octal 125 210 176
Decimal 85 136 126
Hex 55 88 7E

RGB Percentages of Color #55887e

%24.50
%39.19
%36.31

CMYK Percentages of Color #55887e

%38
%0
%7
%47

Triadic Colors of #55887e

#55887e #7e5588 #887e55

Analogous Colors of #55887e

#55887e #557988 #558865

Monochromatic Colors of #55887e

#55887e

Complementary Color

#55887e #88555f

#55887e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55887e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55887e Color CSS Codes

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

#55887e Text Font Color

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

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


#55887e Background Color

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

This div background color is #55887e


#55887e Border Color

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

This div border color is #55887e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55887e


Comments

No comments written yet.

Please login to write comment.