COLOR #5E5475

HEX: #5E5475
RGB: (94,84,117)

Color info

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

RGB color model

#5E5475 color RGB value is (94,84,117).

  • red value is 94;
  • green value is 84;
  • blue value is 117.
RGB:
(94,84,117)
(37%,33%,46%)

RGB channels and saturation

R 94 of 255 = 37%
G 84 of 255 = 33%
B 117 of 255 = 46%

94
84
117

R + G + B ~ 39%. #5E5475 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 84 + 117 = 295 (100%)
R 94 of 295 ~ 31.86%
G 84 of 295 ~ 28.47%
B 117 of 295 ~ 39.66%

%31.86
%28.47
%39.66

CMYK color model

#5E5475 color CMYK value is (20,28,0,54).

  • cyan value is 19.66%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(20,28,0,54)
C20M28Y0K54 
(20%,28%,0%,54%)
(0.20/0.28/0.00/0.54)	

CMYK percentages

%19.66
%28.21
%0
%54.12

Codes

Color #5E5475 in popluar color models

5E5475
RGB9484117
HSL258°16.42%39.41%
HSB/HSV258°28.21%45.88%
CMYK19.66%28.21%0.00%
54.12%

Color #5E5475 in popluar number systems.

HEX5E5475
Decimal9484117
Binary101111010101001110101
Octal136124165

Shades and tints

Shades of #5E5475

#5E5475
(94,84,117)
#564D6B
(86,77,107)
#4E4661
(78,70,97)
#463F57
(70,63,87)
#3E384D
(62,56,77)
#363143
(54,49,67)
#2E2A39
(46,42,57)
#26232F
(38,35,47)
#1E1C25
(30,28,37)
#16151B
(22,21,27)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #5E5475

#5E5475
(94,84,117)
#6C6381
(108,99,129)
#7A728D
(122,114,141)
#888199
(136,129,153)
#9690A5
(150,144,165)
#A49FB1
(164,159,177)
#B2AEBD
(178,174,189)
#C0BDC9
(192,189,201)
#CECCD5
(206,204,213)
#DCDBE1
(220,219,225)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5475 color. Also use rgb(94,84,117) instead hex code.

Text Font Color

.myTextColor { color: #5E5475; }

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

This text font color is #5E5475.


Background Color

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

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

This div background color is #5E5475.


Border color

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

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

This div border color is #5E5475.


Opacity

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

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

Text with #5E5475 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 #5E5475;}

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

This text has shadow with #5E5475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5475 on black background.


Color preview on white background

This text has color #5E5475 on white background.



Black color preview on #5E5475 background

This text has black color on #5E5475 background.


White color preview on #5E5475 background

This text has white color on #5E5475 background.