Color Hex Logo

#5d7080 Color Hex

#5D7080
(93,112,128)
0 Favorites   0 Comments

Color spaces of #5d7080

RGB 93112128
HSL0.580.160.43
HSV207°27°50°
CMYK 0.270.130.00   0.50
XYZ14.204715.474022.6602
Yxy15.47400.27140.2957
Hunter Lab39.3370-4.3829-6.6183
CIE-Lab46.2767-3.0949-11.1481

#5d7080 color RGB value is (93,112,128).

#5d7080 hex color red value is 93, green value is 112 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #5d7080 hue: 0.58 , saturation: 0.16 and the lightness value of 5d7080 is 0.43.

The process color (four color CMYK) of #5d7080 color hex is 0.27, 0.13, 0.00, 0.50. Web safe color of #5d7080 is #666699. Color #5d7080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01110000 10000000
Octal 135 160 200
Decimal 93 112 128
Hex 5D 70 80

RGB Percentages of Color #5d7080

%27.93
%33.63
%38.44

CMYK Percentages of Color #5d7080

%27
%13
%0
%50

Triadic Colors of #5d7080

#5d7080 #805d70 #70805d

Analogous Colors of #5d7080

#5d7080 #5d5e80 #5d807f

Monochromatic Colors of #5d7080

#5d7080

Complementary Color

#5d7080 #806d5d

#5d7080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d7080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d7080 Color CSS Codes

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

#5d7080 Text Font Color

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

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


#5d7080 Background Color

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

This div background color is #5d7080


#5d7080 Border Color

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

This div border color is #5d7080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d7080


Comments

No comments written yet.

Please login to write comment.