Color Hex Logo

#5d626e Color Hex

#5D626E
(93,98,110)
0 Favorites   0 Comments

Color spaces of #5d626e

RGB 9398110
HSL0.620.080.40
HSV222°15°43°
CMYK 0.150.110.00   0.57
XYZ11.696412.188316.4880
Yxy12.18830.28970.3019
Hunter Lab34.9117-1.2931-3.5631
CIE-Lab41.51380.7948-7.4404

#5d626e color RGB value is (93,98,110).

#5d626e hex color red value is 93, green value is 98 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #5d626e hue: 0.62 , saturation: 0.08 and the lightness value of 5d626e is 0.40.

The process color (four color CMYK) of #5d626e color hex is 0.15, 0.11, 0.00, 0.57. Web safe color of #5d626e is #666666. Color #5d626e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01100010 01101110
Octal 135 142 156
Decimal 93 98 110
Hex 5D 62 6E

RGB Percentages of Color #5d626e

%30.90
%32.56
%36.54

CMYK Percentages of Color #5d626e

%15
%11
%0
%57

Triadic Colors of #5d626e

#5d626e #6e5d62 #626e5d

Analogous Colors of #5d626e

#5d626e #615d6e #5d6b6e

Monochromatic Colors of #5d626e

#5d626e

Complementary Color

#5d626e #6e695d

#5d626e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d626e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d626e Color CSS Codes

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

#5d626e Text Font Color

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

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


#5d626e Background Color

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

This div background color is #5d626e


#5d626e Border Color

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

This div border color is #5d626e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d626e


Comments

No comments written yet.

Please login to write comment.