Color Hex Logo

#559989 Color Hex

#559989
(85,153,137)
0 Favorites   0 Comments

Color spaces of #559989

RGB 85153137
HSL0.460.290.47
HSV166°44°60°
CMYK 0.440.000.10   0.40
XYZ19.652926.519927.7499
Yxy26.51990.26590.3588
Hunter Lab51.4975-21.99994.0993
CIE-Lab58.5273-25.57361.6920

#559989 color RGB value is (85,153,137).

#559989 hex color red value is 85, green value is 153 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #559989 hue: 0.46 , saturation: 0.29 and the lightness value of 559989 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011001 10001001
Octal 125 231 211
Decimal 85 153 137
Hex 55 99 89

RGB Percentages of Color #559989

%22.67
%40.80
%36.53

CMYK Percentages of Color #559989

%44
%0
%10
%40

Triadic Colors of #559989

#559989 #895599 #998955

Analogous Colors of #559989

#559989 #558799 #559967

Monochromatic Colors of #559989

#559989

Complementary Color

#559989 #995565

#559989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559989 Color CSS Codes

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

#559989 Text Font Color

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

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


#559989 Background Color

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

This div background color is #559989


#559989 Border Color

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

This div border color is #559989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559989


Comments

No comments written yet.

Please login to write comment.