Color Hex Logo

#5d5061 Color Hex

#5D5061
(93,80,97)
0 Favorites   0 Comments

Color spaces of #5d5061

RGB 938097
HSL0.790.100.35
HSV286°18°38°
CMYK 0.040.180.00   0.62
XYZ9.54058.927512.5296
Yxy8.92750.30780.2880
Hunter Lab29.87894.7079-3.9478
CIE-Lab35.84438.9035-7.8930

#5d5061 color RGB value is (93,80,97).

#5d5061 hex color red value is 93, green value is 80 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #5d5061 hue: 0.79 , saturation: 0.10 and the lightness value of 5d5061 is 0.35.

The process color (four color CMYK) of #5d5061 color hex is 0.04, 0.18, 0.00, 0.62. Web safe color of #5d5061 is #666666. Color #5d5061 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01010000 01100001
Octal 135 120 141
Decimal 93 80 97
Hex 5D 50 61

RGB Percentages of Color #5d5061

%34.44
%29.63
%35.93

CMYK Percentages of Color #5d5061

%4
%18
%0
%62

Triadic Colors of #5d5061

#5d5061 #615d50 #50615d

Analogous Colors of #5d5061

#5d5061 #61505d #555061

Monochromatic Colors of #5d5061

#5d5061

Complementary Color

#5d5061 #546150

#5d5061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d5061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d5061 Color CSS Codes

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

#5d5061 Text Font Color

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

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


#5d5061 Background Color

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

This div background color is #5d5061


#5d5061 Border Color

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

This div border color is #5d5061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d5061

#5d5061 Color Palettes


Comments

No comments written yet.

Please login to write comment.