COLOR #5E97AD

HEX: #5E97AD RGB: (94,151,173)

Color info

#5E97AD contains mainly green and blue colors. Web safe color of #5E97AD is #669999 (or #699).

RGB color model

#5E97AD color RGB value is (94,151,173).

RGB: (94,151,173) (37%, 59%, 68%)

RGB channels and saturation

R 94 of 255 = 37%
G 151 of 255 = 59%
B 173 of 255 = 68%

94
151
173

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

Portions of RGB colors in percentages

R + G + B = 94 + 151 + 173 = 418 (100%)
R 94 of 418 ~ 22.49%
G 151 of 418 ~ 36.12%
B 173 of 418 ~ 41.39'%

%22.49
%36.12
%41.39

CMYK color model

#5E97AD color CMYK value is (46,13,0,32).

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

CMYK: (46,13,0,32)
C46M13Y0K32 (46%, 13%, 0%, 32%)
(0.46 / 0.13 / 0.00 / 0.32)

CMYK percentages

%45.66
%12.72
%0
%32.16

Codes

Color #5E97AD in popluar color models

5E 97 AD
RGB 94 151 173
HSL 197° 32.51% 52.35%
HSB/HSV 197° 45.66% 67.84%
CMYK 45.66% 12.72% 0.00%
32.16%

Color #5E97AD in popluar number systems.

HEX 5E 97 AD
Decimal 94 151 173
Binary 1011110 10010111 10101101
Octal 136 227 255

Shades and tints

Shades of #5E97AD

#5E97AD
(94,151,173)
#568A9E
(86,138,158)
#4E7D8F
(78,125,143)
#467080
(70,112,128)
#3E6371
(62,99,113)
#365662
(54,86,98)
#2E4953
(46,73,83)
#263C44
(38,60,68)
#1E2F35
(30,47,53)
#162226
(22,34,38)
#0E1517
(14,21,23)
#000000
(0,0,0)

Tints of #5E97AD

#5E97AD
(94,151,173)
#6CA0B4
(108,160,180)
#7AA9BB
(122,169,187)
#88B2C2
(136,178,194)
#96BBC9
(150,187,201)
#A4C4D0
(164,196,208)
#B2CDD7
(178,205,215)
#C0D6DE
(192,214,222)
#CEDFE5
(206,223,229)
#DCE8EC
(220,232,236)
#EAF1F3
(234,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E97AD; }

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

This text font color is #5E97AD.

Background Color

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

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

This div background color is #5E97AD.

Border color

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

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

This div border color is #5E97AD.

Opacity

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

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

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

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

This text has shadow with #5E97AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E97AD.

Preview

Color preview on black background

This text has color #5E97AD on black background.


Color preview on white background

This text has color #5E97AD on white background.


Black color preview on #5E97AD background

This text has black color on #5E97AD background.


White color preview on #5E97AD background

This text has white color on #5E97AD background.


Related colors

Complementary color

Complementary color for #hex is #A16852.


I love getcolorcode.com

Triadic colors

1 #AD5E97 and #97AD5E with #5E97AD are triadic colors.

2 #AD975E and #975EAD with #5E97AD are triadic colors.