Color Hex Logo

#55887d Color Hex

#55887D
(85,136,125)
0 Favorites   0 Comments

Color spaces of #55887d

RGB 85136125
HSL0.460.230.43
HSV167°38°53°
CMYK 0.380.000.08   0.47
XYZ16.252121.020322.6028
Yxy21.02030.27140.3511
Hunter Lab45.8479-16.95942.8638
CIE-Lab52.9717-19.77220.4952

#55887d color RGB value is (85,136,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001000 01111101
Octal 125 210 175
Decimal 85 136 125
Hex 55 88 7D

RGB Percentages of Color #55887d

%24.57
%39.31
%36.13

CMYK Percentages of Color #55887d

%38
%0
%8
%47

Triadic Colors of #55887d

#55887d #7d5588 #887d55

Analogous Colors of #55887d

#55887d #557a88 #558864

Monochromatic Colors of #55887d

#55887d

Complementary Color

#55887d #885560

#55887d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55887d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55887d Color CSS Codes

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

#55887d Text Font Color

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

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


#55887d Background Color

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

This div background color is #55887d


#55887d Border Color

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

This div border color is #55887d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55887d


Comments

No comments written yet.

Please login to write comment.