Color Hex Logo

#5d8583 Color Hex

#5D8583
(93,133,131)
0 Favorites   0 Comments

Color spaces of #5d8583

RGB 93133131
HSL0.490.180.44
HSV177°30°52°
CMYK 0.300.000.02   0.48
XYZ16.998520.740924.5802
Yxy20.74090.27280.3328
Hunter Lab45.5422-13.0741-0.1207
CIE-Lab52.6648-14.2641-3.3913

#5d8583 color RGB value is (93,133,131).

#5d8583 hex color red value is 93, green value is 133 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #5d8583 hue: 0.49 , saturation: 0.18 and the lightness value of 5d8583 is 0.44.

The process color (four color CMYK) of #5d8583 color hex is 0.30, 0.00, 0.02, 0.48. Web safe color of #5d8583 is #669999. Color #5d8583 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10000101 10000011
Octal 135 205 203
Decimal 93 133 131
Hex 5D 85 83

RGB Percentages of Color #5d8583

%26.05
%37.25
%36.69

CMYK Percentages of Color #5d8583

%30
%0
%2
%48

Triadic Colors of #5d8583

#5d8583 #835d85 #85835d

Analogous Colors of #5d8583

#5d8583 #5d7385 #5d856f

Monochromatic Colors of #5d8583

#5d8583

Complementary Color

#5d8583 #855d5f

#5d8583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d8583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d8583 Color CSS Codes

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

#5d8583 Text Font Color

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

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


#5d8583 Background Color

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

This div background color is #5d8583


#5d8583 Border Color

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

This div border color is #5d8583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d8583


Comments

No comments written yet.

Please login to write comment.