Color Hex Logo

#5d6080 Color Hex

#5D6080
(93,96,128)
1 Favorites   0 Comments

Color spaces of #5d6080

RGB 9396128
HSL0.650.160.43
HSV235°27°50°
CMYK 0.270.250.00   0.50
XYZ12.593412.251422.1231
Yxy12.25140.26810.2608
Hunter Lab35.00202.9692-12.9730
CIE-Lab41.61296.5694-18.2452

#5d6080 color RGB value is (93,96,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 01100000 10000000
Octal 135 140 200
Decimal 93 96 128
Hex 5D 60 80

RGB Percentages of Color #5d6080

%29.34
%30.28
%40.38

CMYK Percentages of Color #5d6080

%27
%25
%0
%50

Triadic Colors of #5d6080

#5d6080 #805d60 #60805d

Analogous Colors of #5d6080

#5d6080 #6c5d80 #5d7280

Monochromatic Colors of #5d6080

#5d6080

Complementary Color

#5d6080 #807d5d

#5d6080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d6080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d6080 Color CSS Codes

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

#5d6080 Text Font Color

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

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


#5d6080 Background Color

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

This div background color is #5d6080


#5d6080 Border Color

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

This div border color is #5d6080


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,96,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 #5d6080">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d6080


Comments

No comments written yet.

Please login to write comment.