COLOR #5E5882

HEX: #5E5882 RGB: (94,88,130)

Color info

#5E5882 contains red, green and blue colors in about the same proportion. Web safe color of #5E5882 is #666699 (or #669).

RGB color model

#5E5882 color RGB value is (94,88,130).

RGB: (94,88,130) (37%, 35%, 51%)

RGB channels and saturation

R 94 of 255 = 37%
G 88 of 255 = 35%
B 130 of 255 = 51%

94
88
130

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

Portions of RGB colors in percentages

R + G + B = 94 + 88 + 130 = 312 (100%)
R 94 of 312 ~ 30.13%
G 88 of 312 ~ 28.21%
B 130 of 312 ~ 41.67'%

%30.13
%28.21
%41.67

CMYK color model

#5E5882 color CMYK value is (28,32,0,49).

  • cyan value is 27.69%
  • magenta value is 32.31%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (28,32,0,49)
C28M32Y0K49 (28%, 32%, 0%, 49%)
(0.28 / 0.32 / 0.00 / 0.49)

CMYK percentages

%27.69
%32.31
%0
%49.02

Codes

Color #5E5882 in popluar color models

5E 58 82
RGB 94 88 130
HSL 249° 19.27% 42.75%
HSB/HSV 249° 32.31% 50.98%
CMYK 27.69% 32.31% 0.00%
49.02%

Color #5E5882 in popluar number systems.

HEX 5E 58 82
Decimal 94 88 130
Binary 1011110 1011000 10000010
Octal 136 130 202

Shades and tints

Shades of #5E5882

#5E5882
(94,88,130)
#565077
(86,80,119)
#4E486C
(78,72,108)
#464061
(70,64,97)
#3E3856
(62,56,86)
#36304B
(54,48,75)
#2E2840
(46,40,64)
#262035
(38,32,53)
#1E182A
(30,24,42)
#16101F
(22,16,31)
#0E0814
(14,8,20)
#000000
(0,0,0)

Tints of #5E5882

#5E5882
(94,88,130)
#6C678D
(108,103,141)
#7A7698
(122,118,152)
#8885A3
(136,133,163)
#9694AE
(150,148,174)
#A4A3B9
(164,163,185)
#B2B2C4
(178,178,196)
#C0C1CF
(192,193,207)
#CED0DA
(206,208,218)
#DCDFE5
(220,223,229)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5882 color. Also use rgb(94,88,130) instead hex code.

Text Font Color

.myTextColor { color: #5E5882; }

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

This text font color is #5E5882.

Background Color

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

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

This div background color is #5E5882.

Border color

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

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

This div border color is #5E5882.

Opacity

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

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

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

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

This text has shadow with #5E5882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5882.

Preview

Color preview on black background

This text has color #5E5882 on black background.


Color preview on white background

This text has color #5E5882 on white background.


Black color preview on #5E5882 background

This text has black color on #5E5882 background.


White color preview on #5E5882 background

This text has white color on #5E5882 background.


Related colors

Complementary color

Complementary color for #hex is #A1A77D.


I love getcolorcode.com

Triadic colors

1 #825E58 and #58825E with #5E5882 are triadic colors.

2 #82585E and #585E82 with #5E5882 are triadic colors.