COLOR #5E72AD

HEX: #5E72AD RGB: (94,114,173)

Color info

#5E72AD contains mainly green and blue colors. Web safe color of #5E72AD is #666699 (or #669).

RGB color model

#5E72AD color RGB value is (94,114,173).

RGB: (94,114,173) (37%, 45%, 68%)

RGB channels and saturation

R 94 of 255 = 37%
G 114 of 255 = 45%
B 173 of 255 = 68%

94
114
173

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

Portions of RGB colors in percentages

R + G + B = 94 + 114 + 173 = 381 (100%)
R 94 of 381 ~ 24.67%
G 114 of 381 ~ 29.92%
B 173 of 381 ~ 45.41'%

%24.67
%29.92
%45.41

CMYK color model

#5E72AD color CMYK value is (46,34,0,32).

  • cyan value is 45.66%
  • magenta value is 34.10%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (46,34,0,32)
C46M34Y0K32 (46%, 34%, 0%, 32%)
(0.46 / 0.34 / 0.00 / 0.32)

CMYK percentages

%45.66
%34.1
%0
%32.16

Codes

Color #5E72AD in popluar color models

5E 72 AD
RGB 94 114 173
HSL 225° 32.51% 52.35%
HSB/HSV 225° 45.66% 67.84%
CMYK 45.66% 34.10% 0.00%
32.16%

Color #5E72AD in popluar number systems.

HEX 5E 72 AD
Decimal 94 114 173
Binary 1011110 1110010 10101101
Octal 136 162 255

Shades and tints

Shades of #5E72AD

#5E72AD
(94,114,173)
#56689E
(86,104,158)
#4E5E8F
(78,94,143)
#465480
(70,84,128)
#3E4A71
(62,74,113)
#364062
(54,64,98)
#2E3653
(46,54,83)
#262C44
(38,44,68)
#1E2235
(30,34,53)
#161826
(22,24,38)
#0E0E17
(14,14,23)
#000000
(0,0,0)

Tints of #5E72AD

#5E72AD
(94,114,173)
#6C7EB4
(108,126,180)
#7A8ABB
(122,138,187)
#8896C2
(136,150,194)
#96A2C9
(150,162,201)
#A4AED0
(164,174,208)
#B2BAD7
(178,186,215)
#C0C6DE
(192,198,222)
#CED2E5
(206,210,229)
#DCDEEC
(220,222,236)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E72AD color. Also use rgb(94,114,173) instead hex code.

Text Font Color

.myTextColor { color: #5E72AD; }

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

This text font color is #5E72AD.

Background Color

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

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

This div background color is #5E72AD.

Border color

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

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

This div border color is #5E72AD.

Opacity

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

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

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

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

This text has shadow with #5E72AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E72AD.

Preview

Color preview on black background

This text has color #5E72AD on black background.


Color preview on white background

This text has color #5E72AD on white background.


Black color preview on #5E72AD background

This text has black color on #5E72AD background.


White color preview on #5E72AD background

This text has white color on #5E72AD background.


Related colors

Complementary color

Complementary color for #hex is #A18D52.


I love getcolorcode.com

Triadic colors

1 #AD5E72 and #72AD5E with #5E72AD are triadic colors.

2 #AD725E and #725EAD with #5E72AD are triadic colors.