COLOR #5289A8

HEX: #5289A8
RGB: (82,137,168)

Color info

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

RGB color model

#5289A8 color RGB value is (82,137,168).

  • red value is 82;
  • green value is 137;
  • blue value is 168.
RGB:
(82,137,168)
(32%,54%,66%)

RGB channels and saturation

R 82 of 255 = 32%
G 137 of 255 = 54%
B 168 of 255 = 66%

82
137
168

R + G + B ~ 51%. #5289A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 137 + 168 = 387 (100%)
R 82 of 387 ~ 21.19%
G 137 of 387 ~ 35.4%
B 168 of 387 ~ 43.41%

%21.19
%35.4
%43.41

CMYK color model

#5289A8 color CMYK value is (51,18,0,34).

  • cyan value is 51.19%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(51,18,0,34)
C51M18Y0K34 
(51%,18%,0%,34%)
(0.51/0.18/0.00/0.34)	

CMYK percentages

%51.19
%18.45
%0
%34.12

Codes

Color #5289A8 in popluar color models

5289A8
RGB82137168
HSL202°34.40%49.02%
HSB/HSV202°51.19%65.88%
CMYK51.19%18.45%0.00%
34.12%

Color #5289A8 in popluar number systems.

HEX5289A8
Decimal82137168
Binary10100101000100110101000
Octal122211250

Shades and tints

Shades of #5289A8

#5289A8
(82,137,168)
#4B7D99
(75,125,153)
#44718A
(68,113,138)
#3D657B
(61,101,123)
#36596C
(54,89,108)
#2F4D5D
(47,77,93)
#28414E
(40,65,78)
#21353F
(33,53,63)
#1A2930
(26,41,48)
#131D21
(19,29,33)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #5289A8

#5289A8
(82,137,168)
#6193AF
(97,147,175)
#709DB6
(112,157,182)
#7FA7BD
(127,167,189)
#8EB1C4
(142,177,196)
#9DBBCB
(157,187,203)
#ACC5D2
(172,197,210)
#BBCFD9
(187,207,217)
#CAD9E0
(202,217,224)
#D9E3E7
(217,227,231)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5289A8 color. Also use rgb(82,137,168) instead hex code.

Text Font Color

.myTextColor { color: #5289A8; }

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

This text font color is #5289A8.


Background Color

.myBgColor { background-color: #5289A8; }

<div style="background-color:#5289A8">Inner text</div>

This div background color is #5289A8.


Border color

.myBorderColor { border: 1px solid #5289A8; }

<div style="border:3px solid #5289A8">Div</div>

This div border color is #5289A8.


Opacity

.myOpacity80 { color: #5289A8; opacity: 0.8; }

<p style="color:#5289A8;opacity:0.8;">80%</p>

Text with #5289A8 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 #5289A8;}

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

This text has shadow with #5289A8 color.

.textShadow {text-shadow: 3px 3px 1px #5289A8, 3px 3px 1px red;}

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

This text has shadow with #5289A8 primary color and red secondary color.


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

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

This text has shadow with #5289A8 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5289A8;
-webkit-box-shadow: 1px 1px 3px 2px #5289A8;
box-shadow:1px 1px 3px 2px #5289A8;">
Div content here</div>
This div box has shadow with color #5289A8.

Preview

Color preview on black background

This text has color #5289A8 on black background.


Color preview on white background

This text has color #5289A8 on white background.



Black color preview on #5289A8 background

This text has black color on #5289A8 background.


White color preview on #5289A8 background

This text has white color on #5289A8 background.