COLOR #5E527E

HEX: #5E527E RGB: (94,82,126)

Color info

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

RGB color model

#5E527E color RGB value is (94,82,126).

RGB: (94,82,126) (37%, 32%, 49%)

RGB channels and saturation

R 94 of 255 = 37%
G 82 of 255 = 32%
B 126 of 255 = 49%

94
82
126

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

Portions of RGB colors in percentages

R + G + B = 94 + 82 + 126 = 302 (100%)
R 94 of 302 ~ 31.13%
G 82 of 302 ~ 27.15%
B 126 of 302 ~ 41.72'%

%31.13
%27.15
%41.72

CMYK color model

#5E527E color CMYK value is (25,35,0,51).

  • cyan value is 25.40%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (25,35,0,51)
C25M35Y0K51 (25%, 35%, 0%, 51%)
(0.25 / 0.35 / 0.00 / 0.51)

CMYK percentages

%25.4
%34.92
%0
%50.59

Codes

Color #5E527E in popluar color models

5E 52 7E
RGB 94 82 126
HSL 256° 21.15% 40.78%
HSB/HSV 256° 34.92% 49.41%
CMYK 25.40% 34.92% 0.00%
50.59%

Color #5E527E in popluar number systems.

HEX 5E 52 7E
Decimal 94 82 126
Binary 1011110 1010010 1111110
Octal 136 122 176

Shades and tints

Shades of #5E527E

#5E527E
(94,82,126)
#564B73
(86,75,115)
#4E4468
(78,68,104)
#463D5D
(70,61,93)
#3E3652
(62,54,82)
#362F47
(54,47,71)
#2E283C
(46,40,60)
#262131
(38,33,49)
#1E1A26
(30,26,38)
#16131B
(22,19,27)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #5E527E

#5E527E
(94,82,126)
#6C6189
(108,97,137)
#7A7094
(122,112,148)
#887F9F
(136,127,159)
#968EAA
(150,142,170)
#A49DB5
(164,157,181)
#B2ACC0
(178,172,192)
#C0BBCB
(192,187,203)
#CECAD6
(206,202,214)
#DCD9E1
(220,217,225)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E527E; }

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

This text font color is #5E527E.

Background Color

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

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

This div background color is #5E527E.

Border color

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

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

This div border color is #5E527E.

Opacity

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

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

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

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

This text has shadow with #5E527E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E527E.

Preview

Color preview on black background

This text has color #5E527E on black background.


Color preview on white background

This text has color #5E527E on white background.


Black color preview on #5E527E background

This text has black color on #5E527E background.


White color preview on #5E527E background

This text has white color on #5E527E background.


Related colors

Complementary color

Complementary color for #hex is #A1AD81.


I love getcolorcode.com

Triadic colors

1 #7E5E52 and #527E5E with #5E527E are triadic colors.

2 #7E525E and #525E7E with #5E527E are triadic colors.