Color Hex Logo

#5e5b9d Color Hex

#5E5B9D
(94,91,157)
0 Favorites   0 Comments

Color spaces of #5e5b9d

RGB 9491157
HSL0.670.270.49
HSV243°42°62°
CMYK 0.400.420.00   0.38
XYZ14.443012.296233.5105
Yxy12.29620.23970.2041
Hunter Lab35.065912.1554-32.1139
CIE-Lab41.683118.1808-35.5785

#5e5b9d color RGB value is (94,91,157).

#5e5b9d hex color red value is 94, green value is 91 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #5e5b9d hue: 0.67 , saturation: 0.27 and the lightness value of 5e5b9d is 0.49.

The process color (four color CMYK) of #5e5b9d color hex is 0.40, 0.42, 0.00, 0.38. Web safe color of #5e5b9d is #666699. Color #5e5b9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01011011 10011101
Octal 136 133 235
Decimal 94 91 157
Hex 5E 5B 9D

RGB Percentages of Color #5e5b9d

%27.49
%26.61
%45.91

CMYK Percentages of Color #5e5b9d

%40
%42
%0
%38

Triadic Colors of #5e5b9d

#5e5b9d #9d5e5b #5b9d5e

Analogous Colors of #5e5b9d

#5e5b9d #7f5b9d #5b799d

Monochromatic Colors of #5e5b9d

#5e5b9d

Complementary Color

#5e5b9d #9a9d5b

#5e5b9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e5b9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e5b9d Color CSS Codes

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

#5e5b9d Text Font Color

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

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


#5e5b9d Background Color

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

This div background color is #5e5b9d


#5e5b9d Border Color

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

This div border color is #5e5b9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,91,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e5b9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e5b9d;
  -webkit-box-shadow: 1px 1px 3px 2px #5e5b9d;
  box-shadow:         1px 1px 3px 2px #5e5b9d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,91,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e5b9d


Comments

No comments written yet.

Please login to write comment.