Color Hex Logo

#55807e Color Hex

#55807E
(85,128,126)
0 Favorites   0 Comments

Color spaces of #55807e

RGB 85128126
HSL0.490.200.42
HSV177°34°50°
CMYK 0.340.000.02   0.50
XYZ15.231418.876022.5793
Yxy18.87600.26870.3330
Hunter Lab43.4465-13.4532-0.4006
CIE-Lab50.5418-15.2344-3.6532

#55807e color RGB value is (85,128,126).

#55807e hex color red value is 85, green value is 128 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #55807e hue: 0.49 , saturation: 0.20 and the lightness value of 55807e is 0.42.

The process color (four color CMYK) of #55807e color hex is 0.34, 0.00, 0.02, 0.50. Web safe color of #55807e is #669966. Color #55807e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000000 01111110
Octal 125 200 176
Decimal 85 128 126
Hex 55 80 7E

RGB Percentages of Color #55807e

%25.07
%37.76
%37.17

CMYK Percentages of Color #55807e

%34
%0
%2
%50

Triadic Colors of #55807e

#55807e #7e5580 #807e55

Analogous Colors of #55807e

#55807e #556d80 #558069

Monochromatic Colors of #55807e

#55807e

Complementary Color

#55807e #805557

#55807e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55807e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55807e Color CSS Codes

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

#55807e Text Font Color

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

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


#55807e Background Color

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

This div background color is #55807e


#55807e Border Color

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

This div border color is #55807e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55807e


Comments

No comments written yet.

Please login to write comment.