Color Hex Logo

#5a685c Color Hex

#5A685C
(90,104,92)
0 Favorites   0 Comments

Color spaces of #5a685c

RGB 9010492
HSL0.360.070.38
HSV129°13°41°
CMYK 0.130.000.12   0.59
XYZ11.098512.847012.0200
Yxy12.84700.30860.3572
Hunter Lab35.8427-7.45325.2068
CIE-Lab42.5318-7.90504.9743

#5a685c color RGB value is (90,104,92).

#5a685c hex color red value is 90, green value is 104 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #5a685c hue: 0.36 , saturation: 0.07 and the lightness value of 5a685c is 0.38.

The process color (four color CMYK) of #5a685c color hex is 0.13, 0.00, 0.12, 0.59. Web safe color of #5a685c is #666666. Color #5a685c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01101000 01011100
Octal 132 150 134
Decimal 90 104 92
Hex 5A 68 5C

RGB Percentages of Color #5a685c

%31.47
%36.36
%32.17

CMYK Percentages of Color #5a685c

%13
%0
%12
%59

Triadic Colors of #5a685c

#5a685c #5c5a68 #685c5a

Analogous Colors of #5a685c

#5a685c #5a6863 #5f685a

Monochromatic Colors of #5a685c

#5a685c

Complementary Color

#5a685c #685a66

#5a685c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a685c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a685c Color CSS Codes

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

#5a685c Text Font Color

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

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


#5a685c Background Color

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

This div background color is #5a685c


#5a685c Border Color

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

This div border color is #5a685c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,104,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a685c


Comments

No comments written yet.

Please login to write comment.