COLOR #5E5A7A

HEX: #5E5A7A
RGB: (94,90,122)

Color info

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

RGB color model

#5E5A7A color RGB value is (94,90,122).

  • red value is 94;
  • green value is 90;
  • blue value is 122.
RGB:
(94,90,122)
(37%,35%,48%)

RGB channels and saturation

R 94 of 255 = 37%
G 90 of 255 = 35%
B 122 of 255 = 48%

94
90
122

R + G + B ~ 40%. #5E5A7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 90 + 122 = 306 (100%)
R 94 of 306 ~ 30.72%
G 90 of 306 ~ 29.41%
B 122 of 306 ~ 39.87%

%30.72
%29.41
%39.87

CMYK color model

#5E5A7A color CMYK value is (23,26,0,52).

  • cyan value is 22.95%
  • magenta value is 26.23%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(23,26,0,52)
C23M26Y0K52 
(23%,26%,0%,52%)
(0.23/0.26/0.00/0.52)	

CMYK percentages

%22.95
%26.23
%0
%52.16

Codes

Color #5E5A7A in popluar color models

5E5A7A
RGB9490122
HSL248°15.09%41.57%
HSB/HSV248°26.23%47.84%
CMYK22.95%26.23%0.00%
52.16%

Color #5E5A7A in popluar number systems.

HEX5E5A7A
Decimal9490122
Binary101111010110101111010
Octal136132172

Shades and tints

Shades of #5E5A7A

#5E5A7A
(94,90,122)
#56526F
(86,82,111)
#4E4A64
(78,74,100)
#464259
(70,66,89)
#3E3A4E
(62,58,78)
#363243
(54,50,67)
#2E2A38
(46,42,56)
#26222D
(38,34,45)
#1E1A22
(30,26,34)
#161217
(22,18,23)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #5E5A7A

#5E5A7A
(94,90,122)
#6C6986
(108,105,134)
#7A7892
(122,120,146)
#88879E
(136,135,158)
#9696AA
(150,150,170)
#A4A5B6
(164,165,182)
#B2B4C2
(178,180,194)
#C0C3CE
(192,195,206)
#CED2DA
(206,210,218)
#DCE1E6
(220,225,230)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5A7A color. Also use rgb(94,90,122) instead hex code.

Text Font Color

.myTextColor { color: #5E5A7A; }

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

This text font color is #5E5A7A.


Background Color

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

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

This div background color is #5E5A7A.


Border color

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

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

This div border color is #5E5A7A.


Opacity

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

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

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

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

This text has shadow with #5E5A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5A7A on black background.


Color preview on white background

This text has color #5E5A7A on white background.



Black color preview on #5E5A7A background

This text has black color on #5E5A7A background.


White color preview on #5E5A7A background

This text has white color on #5E5A7A background.