COLOR #52789D

HEX: #52789D
RGB: (82,120,157)

Color info

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

RGB color model

#52789D color RGB value is (82,120,157).

  • red value is 82;
  • green value is 120;
  • blue value is 157.
RGB: (82,120,157) (32%,47%,62%)

RGB channels and saturation

R 82 of 255 = 32%
G 120 of 255 = 47%
B 157 of 255 = 62%

82
120
157

R + G + B ~ 47%. #52789D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 120 + 157 = 359 (100%)
R 82 of 359 ~ 22.84%
G 120 of 359 ~ 33.43%
B 157 of 359 ~ 43.73%

%22.84
%33.43
%43.73

CMYK color model

#52789D color CMYK value is (48,24,0,38).

  • cyan value is 47.77%
  • magenta value is 23.57%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (48,24,0,38) C48M24Y0K38 (48%,24%,0%,38%) (0.48/0.24/0.00/0.38)

CMYK percentages

%47.77
%23.57
%0
%38.43

Codes

Color #52789D in popluar color models

52789D
RGB82120157
HSL210°31.38%46.86%
HSB/HSV210°47.77%61.57%
CMYK47.77%23.57%0.00%
38.43%

Color #52789D in popluar number systems.

HEX52789D
Decimal82120157
Binary1010010111100010011101
Octal122170235

Shades and tints

Shades of #52789D

#52789D
(82,120,157)
#4B6E8F
(75,110,143)
#446481
(68,100,129)
#3D5A73
(61,90,115)
#365065
(54,80,101)
#2F4657
(47,70,87)
#283C49
(40,60,73)
#21323B
(33,50,59)
#1A282D
(26,40,45)
#131E1F
(19,30,31)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #52789D

#52789D
(82,120,157)
#6184A5
(97,132,165)
#7090AD
(112,144,173)
#7F9CB5
(127,156,181)
#8EA8BD
(142,168,189)
#9DB4C5
(157,180,197)
#ACC0CD
(172,192,205)
#BBCCD5
(187,204,213)
#CAD8DD
(202,216,221)
#D9E4E5
(217,228,229)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52789D color. Also use rgb(82,120,157) instead hex code.

Text Font Color

.myTextColor { color: #52789D; }

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

This text font color is #52789D.


Background Color

.myBgColor { background-color: #52789D; }

<div style="background-color:#52789D">Inner text</div>

This div background color is #52789D.


Border color

.myBorderColor { border: 1px solid #52789D; }

<div style="border:3px solid #52789D">Div</div>

This div border color is #52789D.


Opacity

.myOpacity80 { color: #52789D; opacity: 0.8; }

<p style="color:#52789D;opacity:0.8;">80%</p>

Text with #52789D 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 #52789D;}

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

This text has shadow with #52789D color.

.textShadow {text-shadow: 3px 3px 1px #52789D, 3px 3px 1px red;}

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

This text has shadow with #52789D primary color and red secondary color.


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

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

This text has shadow with #52789D and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #52789D; -webkit-box-shadow:	1px 1px 3px 2px #52789D; box-shadow:	1px 1px 3px 2px #52789D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #52789D; -webkit-box-shadow: 1px 1px 3px 2px #52789D; box-shadow:1px 1px 3px 2px #52789D;">
Div content here</div>
This div box has shadow with color #52789D.

Preview

Color preview on black background

This text has color #52789D on black background.


Color preview on white background

This text has color #52789D on white background.



Black color preview on #52789D background

This text has black color on #52789D background.


White color preview on #52789D background

This text has white color on #52789D background.