Color Hex Logo

#595d58 Color Hex

#595D58
(89,93,88)
0 Favorites   0 Comments

Color spaces of #595d58

RGB 899388
HSL0.300.030.35
HSV108°36°
CMYK 0.040.000.05   0.64
XYZ9.795610.657110.7733
Yxy10.65710.31370.3413
Hunter Lab32.6452-3.56803.2853
CIE-Lab38.9968-2.63202.3183

#595d58 color RGB value is (89,93,88).

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

The process color (four color CMYK) of #595d58 color hex is 0.04, 0.00, 0.05, 0.64. Web safe color of #595d58 is #666666. Color #595d58 contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #595d58

%32.96
%34.44
%32.59

CMYK Percentages of Color #595d58

%4
%0
%5
%64

Triadic Colors of #595d58

#595d58 #58595d #5d5859

Analogous Colors of #595d58

#595d58 #585d5a #5c5d58

Monochromatic Colors of #595d58

#595d58

Complementary Color

#595d58 #5c585d

#595d58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595d58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595d58 Color CSS Codes

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

#595d58 Text Font Color

<p style="color:#595d58">Text here</p>

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


#595d58 Background Color

<div style="background-color:#595d58">
Div content here</div>

This div background color is #595d58


#595d58 Border Color

<div style="border:3px solid #595d58">
Div here</div>

This div border color is #595d58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595d58


Comments

No comments written yet.

Please login to write comment.