Color Hex Logo

#59728f Color Hex

#59728F
(89,114,143)
0 Favorites   0 Comments

Color spaces of #59728f

RGB 89114143
HSL0.590.230.45
HSV212°38°56°
CMYK 0.380.200.00   0.44
XYZ15.095116.141628.3067
Yxy16.14160.25350.2711
Hunter Lab40.1766-3.2433-13.6495
CIE-Lab47.1597-1.4689-18.7497

#59728f color RGB value is (89,114,143).

#59728f hex color red value is 89, green value is 114 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #59728f hue: 0.59 , saturation: 0.23 and the lightness value of 59728f is 0.45.

The process color (four color CMYK) of #59728f color hex is 0.38, 0.20, 0.00, 0.44. Web safe color of #59728f is #666699. Color #59728f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110010 10001111
Octal 131 162 217
Decimal 89 114 143
Hex 59 72 8F

RGB Percentages of Color #59728f

%25.72
%32.95
%41.33

CMYK Percentages of Color #59728f

%38
%20
%0
%44

Triadic Colors of #59728f

#59728f #8f5972 #728f59

Analogous Colors of #59728f

#59728f #5b598f #598d8f

Monochromatic Colors of #59728f

#59728f

Complementary Color

#59728f #8f7659

#59728f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59728f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59728f Color CSS Codes

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

#59728f Text Font Color

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

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


#59728f Background Color

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

This div background color is #59728f


#59728f Border Color

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

This div border color is #59728f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59728f


Comments

No comments written yet.

Please login to write comment.