Color Hex Logo

#5d5763 Color Hex

#5D5763
(93,87,99)
0 Favorites   0 Comments

Color spaces of #5d5763

RGB 938799
HSL0.750.060.36
HSV270°12°39°
CMYK 0.060.120.00   0.61
XYZ10.174510.044413.2069
Yxy10.04440.30440.3005
Hunter Lab31.69291.8420-2.5220
CIE-Lab37.92204.9853-6.0330

#5d5763 color RGB value is (93,87,99).

#5d5763 hex color red value is 93, green value is 87 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #5d5763 hue: 0.75 , saturation: 0.06 and the lightness value of 5d5763 is 0.36.

The process color (four color CMYK) of #5d5763 color hex is 0.06, 0.12, 0.00, 0.61. Web safe color of #5d5763 is #666666. Color #5d5763 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01010111 01100011
Octal 135 127 143
Decimal 93 87 99
Hex 5D 57 63

RGB Percentages of Color #5d5763

%33.33
%31.18
%35.48

CMYK Percentages of Color #5d5763

%6
%12
%0
%61

Triadic Colors of #5d5763

#5d5763 #635d57 #57635d

Analogous Colors of #5d5763

#5d5763 #635763 #575763

Monochromatic Colors of #5d5763

#5d5763

Complementary Color

#5d5763 #5d6357

#5d5763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d5763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d5763 Color CSS Codes

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

#5d5763 Text Font Color

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

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


#5d5763 Background Color

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

This div background color is #5d5763


#5d5763 Border Color

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

This div border color is #5d5763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d5763


Comments

No comments written yet.

Please login to write comment.