COLOR #5E5274

HEX: #5E5274
RGB: (94,82,116)

Color info

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

RGB color model

#5E5274 color RGB value is (94,82,116).

  • red value is 94;
  • green value is 82;
  • blue value is 116.
RGB:
(94,82,116)
(37%,32%,45%)

RGB channels and saturation

R 94 of 255 = 37%
G 82 of 255 = 32%
B 116 of 255 = 45%

94
82
116

R + G + B ~ 38%. #5E5274 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 82 + 116 = 292 (100%)
R 94 of 292 ~ 32.19%
G 82 of 292 ~ 28.08%
B 116 of 292 ~ 39.73%

%32.19
%28.08
%39.73

CMYK color model

#5E5274 color CMYK value is (19,29,0,55).

  • cyan value is 18.97%
  • magenta value is 29.31%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(19,29,0,55)
C19M29Y0K55 
(19%,29%,0%,55%)
(0.19/0.29/0.00/0.55)	

CMYK percentages

%18.97
%29.31
%0
%54.51

Codes

Color #5E5274 in popluar color models

5E5274
RGB9482116
HSL261°17.17%38.82%
HSB/HSV261°29.31%45.49%
CMYK18.97%29.31%0.00%
54.51%

Color #5E5274 in popluar number systems.

HEX5E5274
Decimal9482116
Binary101111010100101110100
Octal136122164

Shades and tints

Shades of #5E5274

#5E5274
(94,82,116)
#564B6A
(86,75,106)
#4E4460
(78,68,96)
#463D56
(70,61,86)
#3E364C
(62,54,76)
#362F42
(54,47,66)
#2E2838
(46,40,56)
#26212E
(38,33,46)
#1E1A24
(30,26,36)
#16131A
(22,19,26)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #5E5274

#5E5274
(94,82,116)
#6C6180
(108,97,128)
#7A708C
(122,112,140)
#887F98
(136,127,152)
#968EA4
(150,142,164)
#A49DB0
(164,157,176)
#B2ACBC
(178,172,188)
#C0BBC8
(192,187,200)
#CECAD4
(206,202,212)
#DCD9E0
(220,217,224)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5274 color. Also use rgb(94,82,116) instead hex code.

Text Font Color

.myTextColor { color: #5E5274; }

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

This text font color is #5E5274.


Background Color

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

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

This div background color is #5E5274.


Border color

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

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

This div border color is #5E5274.


Opacity

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

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

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

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

This text has shadow with #5E5274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5274 on black background.


Color preview on white background

This text has color #5E5274 on white background.



Black color preview on #5E5274 background

This text has black color on #5E5274 background.


White color preview on #5E5274 background

This text has white color on #5E5274 background.