Color Hex Logo

#559882 Color Hex

#559882
(85,152,130)
0 Favorites   0 Comments

Color spaces of #559882

RGB 85152130
HSL0.450.280.46
HSV160°44°60°
CMYK 0.440.000.14   0.40
XYZ19.003825.999525.1359
Yxy25.99950.27090.3707
Hunter Lab50.9897-22.70536.4652
CIE-Lab58.0366-26.75014.9596

#559882 color RGB value is (85,152,130).

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

The process color (four color CMYK) of #559882 color hex is 0.44, 0.00, 0.14, 0.40. Web safe color of #559882 is #669999. Color #559882 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011000 10000010
Octal 125 230 202
Decimal 85 152 130
Hex 55 98 82

RGB Percentages of Color #559882

%23.16
%41.42
%35.42

CMYK Percentages of Color #559882

%44
%0
%14
%40

Triadic Colors of #559882

#559882 #825598 #988255

Analogous Colors of #559882

#559882 #558d98 #559861

Monochromatic Colors of #559882

#559882

Complementary Color

#559882 #98556b

#559882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559882 Color CSS Codes

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

#559882 Text Font Color

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

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


#559882 Background Color

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

This div background color is #559882


#559882 Border Color

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

This div border color is #559882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559882


Comments

No comments written yet.

Please login to write comment.