Color Hex Logo

#599989 Color Hex

#599989
(89,153,137)
0 Favorites   0 Comments

Color spaces of #599989

RGB 89153137
HSL0.460.260.47
HSV165°42°60°
CMYK 0.420.000.10   0.40
XYZ20.026426.712527.7674
Yxy26.71250.26880.3585
Hunter Lab51.6841-21.28264.3252
CIE-Lab58.7073-24.48811.9757

#599989 color RGB value is (89,153,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011001 10001001
Octal 131 231 211
Decimal 89 153 137
Hex 59 99 89

RGB Percentages of Color #599989

%23.48
%40.37
%36.15

CMYK Percentages of Color #599989

%42
%0
%10
%40

Triadic Colors of #599989

#599989 #895999 #998959

Analogous Colors of #599989

#599989 #598999 #599969

Monochromatic Colors of #599989

#599989

Complementary Color

#599989 #995969

#599989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#599989 Color CSS Codes

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

#599989 Text Font Color

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

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


#599989 Background Color

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

This div background color is #599989


#599989 Border Color

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

This div border color is #599989


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,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 #599989">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599989


Comments

No comments written yet.

Please login to write comment.