Color Hex Logo

#559570 Color Hex

#559570
(85,149,112)
0 Favorites   0 Comments

Color spaces of #559570

RGB 85149112
HSL0.400.270.46
HSV145°43°58°
CMYK 0.430.000.25   0.42
XYZ17.418424.596019.1587
Yxy24.59600.28470.4021
Hunter Lab49.5944-24.097811.8118
CIE-Lab56.6796-29.268913.2373

#559570 color RGB value is (85,149,112).

#559570 hex color red value is 85, green value is 149 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #559570 hue: 0.40 , saturation: 0.27 and the lightness value of 559570 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010101 01110000
Octal 125 225 160
Decimal 85 149 112
Hex 55 95 70

RGB Percentages of Color #559570

%24.57
%43.06
%32.37

CMYK Percentages of Color #559570

%43
%0
%25
%42

Triadic Colors of #559570

#559570 #705595 #957055

Analogous Colors of #559570

#559570 #559590 #5a9555

Monochromatic Colors of #559570

#559570

Complementary Color

#559570 #95557a

#559570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559570 Color CSS Codes

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

#559570 Text Font Color

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

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


#559570 Background Color

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

This div background color is #559570


#559570 Border Color

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

This div border color is #559570


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,149,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #559570; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #559570;
  -webkit-box-shadow: 1px 1px 3px 2px #559570;
  box-shadow:         1px 1px 3px 2px #559570; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559570


Comments

No comments written yet.

Please login to write comment.