Color Hex Logo

#55927e Color Hex

#55927E
(85,146,126)
0 Favorites   0 Comments

Color spaces of #55927e

RGB 85146126
HSL0.450.260.45
HSV160°42°57°
CMYK 0.420.000.14   0.43
XYZ17.791123.995423.4326
Yxy23.99540.27280.3679
Hunter Lab48.9851-20.89385.9275
CIE-Lab56.0832-24.68664.4280

#55927e color RGB value is (85,146,126).

#55927e hex color red value is 85, green value is 146 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #55927e hue: 0.45 , saturation: 0.26 and the lightness value of 55927e is 0.45.

The process color (four color CMYK) of #55927e color hex is 0.42, 0.00, 0.14, 0.43. Web safe color of #55927e is #669966. Color #55927e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010010 01111110
Octal 125 222 176
Decimal 85 146 126
Hex 55 92 7E

RGB Percentages of Color #55927e

%23.81
%40.90
%35.29

CMYK Percentages of Color #55927e

%42
%0
%14
%43

Triadic Colors of #55927e

#55927e #7e5592 #927e55

Analogous Colors of #55927e

#55927e #558892 #559260

Monochromatic Colors of #55927e

#55927e

Complementary Color

#55927e #925569

#55927e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55927e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55927e Color CSS Codes

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

#55927e Text Font Color

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

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


#55927e Background Color

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

This div background color is #55927e


#55927e Border Color

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

This div border color is #55927e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55927e


Comments

No comments written yet.

Please login to write comment.