COLOR #5E5071

HEX: #5E5071
RGB: (94,80,113)

Color info

#5E5071 contains red, green and blue colors in about the same proportion. Web safe color of #5E5071 is #666666 (or #666).

RGB color model

#5E5071 color RGB value is (94,80,113).

  • red value is 94;
  • green value is 80;
  • blue value is 113.
RGB:
(94,80,113)
(37%,31%,44%)

RGB channels and saturation

R 94 of 255 = 37%
G 80 of 255 = 31%
B 113 of 255 = 44%

94
80
113

R + G + B ~ 37%. #5E5071 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 80 + 113 = 287 (100%)
R 94 of 287 ~ 32.75%
G 80 of 287 ~ 27.87%
B 113 of 287 ~ 39.37%

%32.75
%27.87
%39.37

CMYK color model

#5E5071 color CMYK value is (17,29,0,56).

  • cyan value is 16.81%
  • magenta value is 29.20%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(17,29,0,56)
C17M29Y0K56 
(17%,29%,0%,56%)
(0.17/0.29/0.00/0.56)	

CMYK percentages

%16.81
%29.2
%0
%55.69

Codes

Color #5E5071 in popluar color models

5E5071
RGB9480113
HSL265°17.10%37.84%
HSB/HSV265°29.20%44.31%
CMYK16.81%29.20%0.00%
55.69%

Color #5E5071 in popluar number systems.

HEX5E5071
Decimal9480113
Binary101111010100001110001
Octal136120161

Shades and tints

Shades of #5E5071

#5E5071
(94,80,113)
#564967
(86,73,103)
#4E425D
(78,66,93)
#463B53
(70,59,83)
#3E3449
(62,52,73)
#362D3F
(54,45,63)
#2E2635
(46,38,53)
#261F2B
(38,31,43)
#1E1821
(30,24,33)
#161117
(22,17,23)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #5E5071

#5E5071
(94,80,113)
#6C5F7D
(108,95,125)
#7A6E89
(122,110,137)
#887D95
(136,125,149)
#968CA1
(150,140,161)
#A49BAD
(164,155,173)
#B2AAB9
(178,170,185)
#C0B9C5
(192,185,197)
#CEC8D1
(206,200,209)
#DCD7DD
(220,215,221)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5071 color. Also use rgb(94,80,113) instead hex code.

Text Font Color

.myTextColor { color: #5E5071; }

<p style="color:#5E5071">This sample text font color is #5E5071.</p>

This text font color is #5E5071.


Background Color

.myBgColor { background-color: #5E5071; }

<div style="background-color:#5E5071">Inner text</div>

This div background color is #5E5071.


Border color

.myBorderColor { border: 1px solid #5E5071; }

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

This div border color is #5E5071.


Opacity

.myOpacity80 { color: #5E5071; opacity: 0.8; }

<p style="color:#5E5071;opacity:0.8;">80%</p>

Text with #5E5071 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5E5071;}

<p style="text-shadow: 3px 3px 1px #5E5071">Text here.</p>

This text has shadow with #5E5071 color.

.textShadow {text-shadow: 3px 3px 1px #5E5071, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5E5071, 5px 5px 20px red">Text here.</p>

This text has shadow with #5E5071 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5E5071, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5E5071, Direction=45, Strength=4)">Text</p>

This text has shadow with #5E5071 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5E5071;
  -webkit-box-shadow:	1px 1px 3px 2px #5E5071;
  box-shadow:		1px 1px 3px 2px #5E5071;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5E5071;
-webkit-box-shadow: 1px 1px 3px 2px #5E5071;
box-shadow:1px 1px 3px 2px #5E5071;">
Div content here</div>
This div box has shadow with color #5E5071.

Preview

Color preview on black background

This text has color #5E5071 on black background.


Color preview on white background

This text has color #5E5071 on white background.



Black color preview on #5E5071 background

This text has black color on #5E5071 background.


White color preview on #5E5071 background

This text has white color on #5E5071 background.