Color Hex Logo

#559c7e Color Hex

#559C7E
(85,156,126)
0 Favorites   0 Comments

Color spaces of #559c7e

RGB 85156126
HSL0.430.290.47
HSV155°46°61°
CMYK 0.460.000.19   0.39
XYZ19.400727.214623.9691
Yxy27.21460.27490.3856
Hunter Lab52.1676-24.91079.2758
CIE-Lab59.1724-29.62478.8465

#559c7e color RGB value is (85,156,126).

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

The process color (four color CMYK) of #559c7e color hex is 0.46, 0.00, 0.19, 0.39. Web safe color of #559c7e is #669966. Color #559c7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011100 01111110
Octal 125 234 176
Decimal 85 156 126
Hex 55 9C 7E

RGB Percentages of Color #559c7e

%23.16
%42.51
%34.33

CMYK Percentages of Color #559c7e

%46
%0
%19
%39

Triadic Colors of #559c7e

#559c7e #7e559c #9c7e55

Analogous Colors of #559c7e

#559c7e #55979c #559c5b

Monochromatic Colors of #559c7e

#559c7e

Complementary Color

#559c7e #9c5573

#559c7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559c7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#559c7e Color CSS Codes

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

#559c7e Text Font Color

<p style="color:#559c7e">Text here</p>

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


#559c7e Background Color

<div style="background-color:#559c7e">
Div content here</div>

This div background color is #559c7e


#559c7e Border Color

<div style="border:3px solid #559c7e">
Div here</div>

This div border color is #559c7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559c7e


Comments

No comments written yet.

Please login to write comment.