Color Hex Logo

#5d595f Color Hex

#5D595F
(93,89,95)
0 Favorites   0 Comments

Color spaces of #5d595f

RGB 938995
HSL0.780.030.36
HSV280°37°
CMYK 0.020.060.00   0.63
XYZ10.152110.298112.2791
Yxy10.29810.31020.3146
Hunter Lab32.09070.3111-0.2231
CIE-Lab38.37222.8704-2.8819

#5d595f color RGB value is (93,89,95).

#5d595f hex color red value is 93, green value is 89 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #5d595f hue: 0.78 , saturation: 0.03 and the lightness value of 5d595f is 0.36.

The process color (four color CMYK) of #5d595f color hex is 0.02, 0.06, 0.00, 0.63. Web safe color of #5d595f is #666666. Color #5d595f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01011001 01011111
Octal 135 131 137
Decimal 93 89 95
Hex 5D 59 5F

RGB Percentages of Color #5d595f

%33.57
%32.13
%34.30

CMYK Percentages of Color #5d595f

%2
%6
%0
%63

Triadic Colors of #5d595f

#5d595f #5f5d59 #595f5d

Analogous Colors of #5d595f

#5d595f #5f595e #5a595f

Monochromatic Colors of #5d595f

#5d595f

Complementary Color

#5d595f #5b5f59

#5d595f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d595f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d595f Color CSS Codes

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

#5d595f Text Font Color

<p style="color:#5d595f">Text here</p>

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


#5d595f Background Color

<div style="background-color:#5d595f">
Div content here</div>

This div background color is #5d595f


#5d595f Border Color

<div style="border:3px solid #5d595f">
Div here</div>

This div border color is #5d595f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d595f


Comments

No comments written yet.

Please login to write comment.