#5d585e

#5d585e color hex

#5d585e hex color information.
RGB value of #5d585e is (93,88,94)
Change page background color to #5d585e | Reset

#5d585e rgb color chart

Color spaces of #5d585e

RGB 938894
HSL0.810.030.36
HSV290°37°
CMYK 0.010.060.00   0.63
XYZ10.024310.114812.0137
Yxy10.11480.31180.3146
Hunter Lab31.80380.6052-0.1338
CIE-Lab38.04773.2696-2.7402

Shades of #5d585e

Tints of #5d585e

RGB Percentages of Color #5d585e

%33.82
%32.00
%34.18

CMYK Percentages of Color #5d585e

%1
%6
%0
%63

#5d585e Color Info

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

The process color (four color CMYK) of #5d585e hex color is 0.01, 0.06, 0.00, 0.63. Web safe color of #5d585e is #666666

Color #5d585e contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01011000 01011110
Octal 135 130 136
Decimal 93 88 94
Hexadecimal 5D 58 5E

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #5d585e

Triadic Colors of #5d585e

#5d585e #5e5d58 #585e5d

Analogous Colors of #5d585e

#5d585e #5e585c #59585e

Complementary Color of #5d585e

#5d585e #595e58

#5d585e HSL Color Chart
#5d585e hsl color chart
#5d585e RGB Color Chart

#5d585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d585e Color CSS Codes

.mybgcolor {background-color:#5d585e; } 
.myforecolor {color:#5d585e; }
.mybordercolor {border:3px solid #5d585e; }
Sample text font color #5d585e

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

html code
<p style="color:#5d585e">Text here</p>
#5d585e background color

This div background color is #5d585e

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

This div border color is #5d585e

<div style="border:3px solid #5d585e">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #5d585e Color Sample
#5d585eborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(93,88,94, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #5d585e; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #5d585e;
  -webkit-box-shadow: 1px 1px 3px 2px #5d585e;
  box-shadow:         1px 1px 3px 2px #5d585e; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,88,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5d585e">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #5d585e

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top