COLOR #527DB2

HEX: #527DB2
RGB: (82,125,178)

Color info

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

RGB color model

#527DB2 color RGB value is (82,125,178).

  • red value is 82;
  • green value is 125;
  • blue value is 178.
RGB:
(82,125,178)
(32%,49%,70%)

RGB channels and saturation

R 82 of 255 = 32%
G 125 of 255 = 49%
B 178 of 255 = 70%

82
125
178

R + G + B ~ 50%. #527DB2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 125 + 178 = 385 (100%)
R 82 of 385 ~ 21.3%
G 125 of 385 ~ 32.47%
B 178 of 385 ~ 46.23%

%21.3
%32.47
%46.23

CMYK color model

#527DB2 color CMYK value is (54,30,0,30).

  • cyan value is 53.93%
  • magenta value is 29.78%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(54,30,0,30)
C54M30Y0K30 
(54%,30%,0%,30%)
(0.54/0.30/0.00/0.30)	

CMYK percentages

%53.93
%29.78
%0
%30.2

Codes

Color #527DB2 in popluar color models

527DB2
RGB82125178
HSL213°38.40%50.98%
HSB/HSV213°53.93%69.80%
CMYK53.93%29.78%0.00%
30.20%

Color #527DB2 in popluar number systems.

HEX527DB2
Decimal82125178
Binary1010010111110110110010
Octal122175262

Shades and tints

Shades of #527DB2

#527DB2
(82,125,178)
#4B72A2
(75,114,162)
#446792
(68,103,146)
#3D5C82
(61,92,130)
#365172
(54,81,114)
#2F4662
(47,70,98)
#283B52
(40,59,82)
#213042
(33,48,66)
#1A2532
(26,37,50)
#131A22
(19,26,34)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #527DB2

#527DB2
(82,125,178)
#6188B9
(97,136,185)
#7093C0
(112,147,192)
#7F9EC7
(127,158,199)
#8EA9CE
(142,169,206)
#9DB4D5
(157,180,213)
#ACBFDC
(172,191,220)
#BBCAE3
(187,202,227)
#CAD5EA
(202,213,234)
#D9E0F1
(217,224,241)
#E8EBF8
(232,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527DB2 color. Also use rgb(82,125,178) instead hex code.

Text Font Color

.myTextColor { color: #527DB2; }

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

This text font color is #527DB2.


Background Color

.myBgColor { background-color: #527DB2; }

<div style="background-color:#527DB2">Inner text</div>

This div background color is #527DB2.


Border color

.myBorderColor { border: 1px solid #527DB2; }

<div style="border:3px solid #527DB2">Div</div>

This div border color is #527DB2.


Opacity

.myOpacity80 { color: #527DB2; opacity: 0.8; }

<p style="color:#527DB2;opacity:0.8;">80%</p>

Text with #527DB2 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 #527DB2;}

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

This text has shadow with #527DB2 color.

.textShadow {text-shadow: 3px 3px 1px #527DB2, 3px 3px 1px red;}

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

This text has shadow with #527DB2 primary color and red secondary color.


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

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

This text has shadow with #527DB2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527DB2 on black background.


Color preview on white background

This text has color #527DB2 on white background.



Black color preview on #527DB2 background

This text has black color on #527DB2 background.


White color preview on #527DB2 background

This text has white color on #527DB2 background.