Color Hex Logo

#59899f Color Hex

#59899F
(89,137,159)
0 Favorites   0 Comments

Color spaces of #59899f

RGB 89137159
HSL0.550.280.49
HSV199°44°62°
CMYK 0.440.140.00   0.38
XYZ19.323522.518436.1289
Yxy22.51840.24780.2888
Hunter Lab47.4536-10.3570-11.9231
CIE-Lab54.5728-10.1895-16.7840

#59899f color RGB value is (89,137,159).

#59899f hex color red value is 89, green value is 137 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #59899f hue: 0.55 , saturation: 0.28 and the lightness value of 59899f is 0.49.

The process color (four color CMYK) of #59899f color hex is 0.44, 0.14, 0.00, 0.38. Web safe color of #59899f is #669999. Color #59899f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001001 10011111
Octal 131 211 237
Decimal 89 137 159
Hex 59 89 9F

RGB Percentages of Color #59899f

%23.12
%35.58
%41.30

CMYK Percentages of Color #59899f

%44
%14
%0
%38

Triadic Colors of #59899f

#59899f #9f5989 #899f59

Analogous Colors of #59899f

#59899f #59669f #599f92

Monochromatic Colors of #59899f

#59899f

Complementary Color

#59899f #9f6f59

#59899f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59899f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59899f Color CSS Codes

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

#59899f Text Font Color

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

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


#59899f Background Color

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

This div background color is #59899f


#59899f Border Color

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

This div border color is #59899f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59899f

#59899f Color Palettes


Comments

No comments written yet.

Please login to write comment.