COLOR #5389B3

HEX: #5389B3 RGB: (83,137,179)

Color info

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

RGB color model

#5389B3 color RGB value is (83,137,179).

RGB: (83,137,179) (33%, 54%, 70%)

RGB channels and saturation

R 83 of 255 = 33%
G 137 of 255 = 54%
B 179 of 255 = 70%

83
137
179

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

Portions of RGB colors in percentages

R + G + B = 83 + 137 + 179 = 399 (100%)
R 83 of 399 ~ 20.8%
G 137 of 399 ~ 34.34%
B 179 of 399 ~ 44.86'%

%20.8
%34.34
%44.86

CMYK color model

#5389B3 color CMYK value is (54,23,0,30).

  • cyan value is 53.63%
  • magenta value is 23.46%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (54,23,0,30)
C54M23Y0K30 (54%, 23%, 0%, 30%)
(0.54 / 0.23 / 0.00 / 0.30)

CMYK percentages

%53.63
%23.46
%0
%29.8

Codes

Color #5389B3 in popluar color models

53 89 B3
RGB 83 137 179
HSL 206° 38.71% 51.37%
HSB/HSV 206° 53.63% 70.20%
CMYK 53.63% 23.46% 0.00%
29.80%

Color #5389B3 in popluar number systems.

HEX 53 89 B3
Decimal 83 137 179
Binary 1010011 10001001 10110011
Octal 123 211 263

Shades and tints

Shades of #5389B3

#5389B3
(83,137,179)
#4C7DA3
(76,125,163)
#457193
(69,113,147)
#3E6583
(62,101,131)
#375973
(55,89,115)
#304D63
(48,77,99)
#294153
(41,65,83)
#223543
(34,53,67)
#1B2933
(27,41,51)
#141D23
(20,29,35)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #5389B3

#5389B3
(83,137,179)
#6293B9
(98,147,185)
#719DBF
(113,157,191)
#80A7C5
(128,167,197)
#8FB1CB
(143,177,203)
#9EBBD1
(158,187,209)
#ADC5D7
(173,197,215)
#BCCFDD
(188,207,221)
#CBD9E3
(203,217,227)
#DAE3E9
(218,227,233)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5389B3 color. Also use rgb(83,137,179) instead hex code.

Text Font Color

.myTextColor { color: #5389B3; }

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

This text font color is #5389B3.

Background Color

.myBgColor { background-color: #5389B3; }

<div style="background-color:#5389B3">Inner text</div>

This div background color is #5389B3.

Border color

.myBorderColor { border: 1px solid #5389B3; }

<div style="border:3px solid #5389B3">Div</div>

This div border color is #5389B3.

Opacity

.myOpacity80 { color: #5389B3; opacity: 0.8; }

<p style="color:#5389B3;opacity:0.8;">80%</p>

Text with #5389B3 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 #5389B3;}

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

This text has shadow with #5389B3 color.


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

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

This text has shadow with #5389B3 primary color and red secondary color.


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

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

This text has shadow with #5389B3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5389B3.

Preview

Color preview on black background

This text has color #5389B3 on black background.


Color preview on white background

This text has color #5389B3 on white background.


Black color preview on #5389B3 background

This text has black color on #5389B3 background.


White color preview on #5389B3 background

This text has white color on #5389B3 background.


Related colors

Complementary color

Complementary color for #hex is #AC764C.


I love getcolorcode.com

Triadic colors

1 #B35389 and #89B353 with #5389B3 are triadic colors.

2 #B38953 and #8953B3 with #5389B3 are triadic colors.