Color Hex Logo

#59505d Color Hex

#59505D
(89,80,93)
0 Favorites   0 Comments

Color spaces of #59505d

RGB 898093
HSL0.780.080.34
HSV282°14°36°
CMYK 0.040.140.00   0.64
XYZ8.96438.651511.5534
Yxy8.65150.30730.2966
Hunter Lab29.41342.9277-2.6993
CIE-Lab35.30456.4551-6.2288

#59505d color RGB value is (89,80,93).

#59505d hex color red value is 89, green value is 80 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #59505d hue: 0.78 , saturation: 0.08 and the lightness value of 59505d is 0.34.

The process color (four color CMYK) of #59505d color hex is 0.04, 0.14, 0.00, 0.64. Web safe color of #59505d is #666666. Color #59505d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010000 01011101
Octal 131 120 135
Decimal 89 80 93
Hex 59 50 5D

RGB Percentages of Color #59505d

%33.97
%30.53
%35.50

CMYK Percentages of Color #59505d

%4
%14
%0
%64

Triadic Colors of #59505d

#59505d #5d5950 #505d59

Analogous Colors of #59505d

#59505d #5d505b #53505d

Monochromatic Colors of #59505d

#59505d

Complementary Color

#59505d #545d50

#59505d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59505d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59505d Color CSS Codes

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

#59505d Text Font Color

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

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


#59505d Background Color

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

This div background color is #59505d


#59505d Border Color

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

This div border color is #59505d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,80,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59505d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59505d;
  -webkit-box-shadow: 1px 1px 3px 2px #59505d;
  box-shadow:         1px 1px 3px 2px #59505d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59505d


Comments

No comments written yet.

Please login to write comment.