Color Hex Logo

#59585d Color Hex

#59585D
(89,88,93)
0 Favorites   0 Comments

Color spaces of #59585d

RGB 898893
HSL0.700.030.35
HSV252°36°
CMYK 0.040.050.00   0.64
XYZ9.58539.893611.7604
Yxy9.89360.30680.3167
Hunter Lab31.4541-0.6487-0.1501
CIE-Lab37.65081.4802-2.7455

#59585d color RGB value is (89,88,93).

#59585d hex color red value is 89, green value is 88 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #59585d hue: 0.70 , saturation: 0.03 and the lightness value of 59585d is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011000 01011101
Octal 131 130 135
Decimal 89 88 93
Hex 59 58 5D

RGB Percentages of Color #59585d

%32.96
%32.59
%34.44

CMYK Percentages of Color #59585d

%4
%5
%0
%64

Triadic Colors of #59585d

#59585d #5d5958 #585d59

Analogous Colors of #59585d

#59585d #5c585d #585a5d

Monochromatic Colors of #59585d

#59585d

Complementary Color

#59585d #5c5d58

#59585d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59585d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59585d Color CSS Codes

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

#59585d Text Font Color

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

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


#59585d Background Color

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

This div background color is #59585d


#59585d Border Color

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

This div border color is #59585d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59585d


Comments

No comments written yet.

Please login to write comment.