Color Hex Logo

#5d727c Color Hex

#5D727C
(93,114,124)
0 Favorites   0 Comments

Color spaces of #5d727c

RGB 93114124
HSL0.550.140.43
HSV199°25°49°
CMYK 0.250.080.00   0.51
XYZ14.169615.817021.3750
Yxy15.81700.27590.3080
Hunter Lab39.7706-6.0020-4.0264
CIE-Lab46.7335-5.2826-8.0761

#5d727c color RGB value is (93,114,124).

#5d727c hex color red value is 93, green value is 114 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #5d727c hue: 0.55 , saturation: 0.14 and the lightness value of 5d727c is 0.43.

The process color (four color CMYK) of #5d727c color hex is 0.25, 0.08, 0.00, 0.51. Web safe color of #5d727c is #666666. Color #5d727c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01110010 01111100
Octal 135 162 174
Decimal 93 114 124
Hex 5D 72 7C

RGB Percentages of Color #5d727c

%28.10
%34.44
%37.46

CMYK Percentages of Color #5d727c

%25
%8
%0
%51

Triadic Colors of #5d727c

#5d727c #7c5d72 #727c5d

Analogous Colors of #5d727c

#5d727c #5d637c #5d7c77

Monochromatic Colors of #5d727c

#5d727c

Complementary Color

#5d727c #7c675d

#5d727c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d727c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d727c Color CSS Codes

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

#5d727c Text Font Color

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

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


#5d727c Background Color

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

This div background color is #5d727c


#5d727c Border Color

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

This div border color is #5d727c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d727c


Comments

No comments written yet.

Please login to write comment.