Color Hex Logo

#59767f Color Hex

#59767F
(89,118,127)
0 Favorites   0 Comments

Color spaces of #59767f

RGB 89118127
HSL0.540.180.42
HSV194°30°50°
CMYK 0.300.070.00   0.50
XYZ14.429016.613022.5248
Yxy16.61300.26940.3101
Hunter Lab40.7590-8.1380-4.2343
CIE-Lab47.7687-8.1365-8.3392

#59767f color RGB value is (89,118,127).

#59767f hex color red value is 89, green value is 118 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #59767f hue: 0.54 , saturation: 0.18 and the lightness value of 59767f is 0.42.

The process color (four color CMYK) of #59767f color hex is 0.30, 0.07, 0.00, 0.50. Web safe color of #59767f is #666666. Color #59767f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110110 01111111
Octal 131 166 177
Decimal 89 118 127
Hex 59 76 7F

RGB Percentages of Color #59767f

%26.65
%35.33
%38.02

CMYK Percentages of Color #59767f

%30
%7
%0
%50

Triadic Colors of #59767f

#59767f #7f5976 #767f59

Analogous Colors of #59767f

#59767f #59637f #597f75

Monochromatic Colors of #59767f

#59767f

Complementary Color

#59767f #7f6259

#59767f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59767f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59767f Color CSS Codes

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

#59767f Text Font Color

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

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


#59767f Background Color

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

This div background color is #59767f


#59767f Border Color

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

This div border color is #59767f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59767f


Comments

No comments written yet.

Please login to write comment.