Color Hex Logo

#559590 Color Hex

#559590
(85,149,144)
0 Favorites   0 Comments

Color spaces of #559590

RGB 85149144
HSL0.490.270.46
HSV175°43°58°
CMYK 0.430.000.03   0.42
XYZ19.527825.439830.2667
Yxy25.43980.25960.3381
Hunter Lab50.4379-19.1573-0.2721
CIE-Lab57.5014-21.7806-3.7998

#559590 color RGB value is (85,149,144).

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

The process color (four color CMYK) of #559590 color hex is 0.43, 0.00, 0.03, 0.42. Web safe color of #559590 is #669999. Color #559590 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010101 10010000
Octal 125 225 220
Decimal 85 149 144
Hex 55 95 90

RGB Percentages of Color #559590

%22.49
%39.42
%38.10

CMYK Percentages of Color #559590

%43
%0
%3
%42

Triadic Colors of #559590

#559590 #905595 #959055

Analogous Colors of #559590

#559590 #557a95 #559570

Monochromatic Colors of #559590

#559590

Complementary Color

#559590 #95555a

#559590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559590 Color CSS Codes

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

#559590 Text Font Color

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

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


#559590 Background Color

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

This div background color is #559590


#559590 Border Color

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

This div border color is #559590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559590


Comments

No comments written yet.

Please login to write comment.