Color Hex Logo

#5d859b Color Hex

#5D859B
(93,133,155)
0 Favorites   0 Comments

Color spaces of #5d859b

RGB 93133155
HSL0.560.250.49
HSV201°40°61°
CMYK 0.400.140.00   0.39
XYZ18.818121.468834.1624
Yxy21.46880.25280.2884
Hunter Lab46.3344-8.5899-11.2804
CIE-Lab53.4588-7.9737-16.1455

#5d859b color RGB value is (93,133,155).

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

The process color (four color CMYK) of #5d859b color hex is 0.40, 0.14, 0.00, 0.39. Web safe color of #5d859b is #669999. Color #5d859b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10000101 10011011
Octal 135 205 233
Decimal 93 133 155
Hex 5D 85 9B

RGB Percentages of Color #5d859b

%24.41
%34.91
%40.68

CMYK Percentages of Color #5d859b

%40
%14
%0
%39

Triadic Colors of #5d859b

#5d859b #9b5d85 #859b5d

Analogous Colors of #5d859b

#5d859b #5d669b #5d9b92

Monochromatic Colors of #5d859b

#5d859b

Complementary Color

#5d859b #9b735d

#5d859b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d859b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d859b Color CSS Codes

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

#5d859b Text Font Color

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

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


#5d859b Background Color

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

This div background color is #5d859b


#5d859b Border Color

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

This div border color is #5d859b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d859b


Comments

No comments written yet.

Please login to write comment.