Color Hex Logo

#5c585e Color Hex

#5C585E
(92,88,94)
0 Favorites   0 Comments

Color spaces of #5c585e

RGB 928894
HSL0.780.030.36
HSV280°37°
CMYK 0.020.060.00   0.63
XYZ9.923710.062912.0090
Yxy10.06290.31020.3145
Hunter Lab31.72210.3270-0.2399
CIE-Lab37.95512.8758-2.8873

#5c585e color RGB value is (92,88,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 01011000 01011110
Octal 134 130 136
Decimal 92 88 94
Hex 5C 58 5E

RGB Percentages of Color #5c585e

%33.58
%32.12
%34.31

CMYK Percentages of Color #5c585e

%2
%6
%0
%63

Triadic Colors of #5c585e

#5c585e #5e5c58 #585e5c

Analogous Colors of #5c585e

#5c585e #5e585d #59585e

Monochromatic Colors of #5c585e

#5c585e

Complementary Color

#5c585e #5a5e58

#5c585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c585e Color CSS Codes

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

#5c585e Text Font Color

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

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


#5c585e Background Color

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

This div background color is #5c585e


#5c585e Border Color

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

This div border color is #5c585e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,88,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5c585e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5c585e;
  -webkit-box-shadow: 1px 1px 3px 2px #5c585e;
  box-shadow:         1px 1px 3px 2px #5c585e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,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 #5c585e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c585e


Comments

No comments written yet.

Please login to write comment.