COLOR #5189B1

HEX: #5189B1 RGB: (81,137,177)

Color info

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

RGB color model

#5189B1 color RGB value is (81,137,177).

RGB: (81,137,177) (32%, 54%, 69%)

RGB channels and saturation

R 81 of 255 = 32%
G 137 of 255 = 54%
B 177 of 255 = 69%

81
137
177

R + G + B ~ 52%. #5189B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 81 + 137 + 177 = 395 (100%)
R 81 of 395 ~ 20.51%
G 137 of 395 ~ 34.68%
B 177 of 395 ~ 44.81'%

%20.51
%34.68
%44.81

CMYK color model

#5189B1 color CMYK value is (54,23,0,31).

  • cyan value is 54.24%
  • magenta value is 22.60%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (54,23,0,31)
C54M23Y0K31 (54%, 23%, 0%, 31%)
(0.54 / 0.23 / 0.00 / 0.31)

CMYK percentages

%54.24
%22.6
%0
%30.59

Codes

Color #5189B1 in popluar color models

51 89 B1
RGB 81 137 177
HSL 205° 38.10% 50.59%
HSB/HSV 205° 54.24% 69.41%
CMYK 54.24% 22.60% 0.00%
30.59%

Color #5189B1 in popluar number systems.

HEX 51 89 B1
Decimal 81 137 177
Binary 1010001 10001001 10110001
Octal 121 211 261

Shades and tints

Shades of #5189B1

#5189B1
(81,137,177)
#4A7DA1
(74,125,161)
#437191
(67,113,145)
#3C6581
(60,101,129)
#355971
(53,89,113)
#2E4D61
(46,77,97)
#274151
(39,65,81)
#203541
(32,53,65)
#192931
(25,41,49)
#121D21
(18,29,33)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #5189B1

#5189B1
(81,137,177)
#6093B8
(96,147,184)
#6F9DBF
(111,157,191)
#7EA7C6
(126,167,198)
#8DB1CD
(141,177,205)
#9CBBD4
(156,187,212)
#ABC5DB
(171,197,219)
#BACFE2
(186,207,226)
#C9D9E9
(201,217,233)
#D8E3F0
(216,227,240)
#E7EDF7
(231,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5189B1 color. Also use rgb(81,137,177) instead hex code.

Text Font Color

.myTextColor { color: #5189B1; }

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

This text font color is #5189B1.

Background Color

.myBgColor { background-color: #5189B1; }

<div style="background-color:#5189B1">Inner text</div>

This div background color is #5189B1.

Border color

.myBorderColor { border: 1px solid #5189B1; }

<div style="border:3px solid #5189B1">Div</div>

This div border color is #5189B1.

Opacity

.myOpacity80 { color: #5189B1; opacity: 0.8; }

<p style="color:#5189B1;opacity:0.8;">80%</p>

Text with #5189B1 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 #5189B1;}

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

This text has shadow with #5189B1 color.


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

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

This text has shadow with #5189B1 primary color and red secondary color.


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

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

This text has shadow with #5189B1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5189B1.

Preview

Color preview on black background

This text has color #5189B1 on black background.


Color preview on white background

This text has color #5189B1 on white background.


Black color preview on #5189B1 background

This text has black color on #5189B1 background.


White color preview on #5189B1 background

This text has white color on #5189B1 background.


Related colors

Complementary color

Complementary color for #hex is #AE764E.


I love getcolorcode.com

Triadic colors

1 #B15189 and #89B151 with #5189B1 are triadic colors.

2 #B18951 and #8951B1 with #5189B1 are triadic colors.