Color Hex Logo

#559773 Color Hex

#559773
(85,151,115)
0 Favorites   0 Comments

Color spaces of #559773

RGB 85151115
HSL0.410.280.46
HSV147°44°59°
CMYK 0.440.000.24   0.41
XYZ17.907425.302320.1597
Yxy25.30230.28260.3993
Hunter Lab50.3014-24.481111.4488
CIE-Lab57.3688-29.606112.5067

#559773 color RGB value is (85,151,115).

#559773 hex color red value is 85, green value is 151 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #559773 hue: 0.41 , saturation: 0.28 and the lightness value of 559773 is 0.46.

The process color (four color CMYK) of #559773 color hex is 0.44, 0.00, 0.24, 0.41. Web safe color of #559773 is #669966. Color #559773 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010111 01110011
Octal 125 227 163
Decimal 85 151 115
Hex 55 97 73

RGB Percentages of Color #559773

%24.22
%43.02
%32.76

CMYK Percentages of Color #559773

%44
%0
%24
%41

Triadic Colors of #559773

#559773 #735597 #977355

Analogous Colors of #559773

#559773 #559794 #589755

Monochromatic Colors of #559773

#559773

Complementary Color

#559773 #975579

#559773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559773 Color CSS Codes

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

#559773 Text Font Color

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

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


#559773 Background Color

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

This div background color is #559773


#559773 Border Color

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

This div border color is #559773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559773


Comments

No comments written yet.

Please login to write comment.