Color Hex Logo

#559374 Color Hex

#559374
(85,147,116)
0 Favorites   0 Comments

Color spaces of #559374

RGB 85147116
HSL0.420.270.45
HSV150°42°58°
CMYK 0.420.000.21   0.42
XYZ17.332424.059720.2535
Yxy24.05970.28120.3903
Hunter Lab49.0507-22.76459.8541
CIE-Lab56.1475-27.443410.2246

#559374 color RGB value is (85,147,116).

#559374 hex color red value is 85, green value is 147 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #559374 hue: 0.42 , saturation: 0.27 and the lightness value of 559374 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010011 01110100
Octal 125 223 164
Decimal 85 147 116
Hex 55 93 74

RGB Percentages of Color #559374

%24.43
%42.24
%33.33

CMYK Percentages of Color #559374

%42
%0
%21
%42

Triadic Colors of #559374

#559374 #745593 #937455

Analogous Colors of #559374

#559374 #559393 #559355

Monochromatic Colors of #559374

#559374

Complementary Color

#559374 #935574

#559374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559374 Color CSS Codes

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

#559374 Text Font Color

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

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


#559374 Background Color

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

This div background color is #559374


#559374 Border Color

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

This div border color is #559374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559374


Comments

No comments written yet.

Please login to write comment.