COLOR #527DAE

HEX: #527DAE RGB: (82,125,174)

Color info

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

RGB color model

#527DAE color RGB value is (82,125,174).

RGB: (82,125,174) (32%, 49%, 68%)

RGB channels and saturation

R 82 of 255 = 32%
G 125 of 255 = 49%
B 174 of 255 = 68%

82
125
174

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

Portions of RGB colors in percentages

R + G + B = 82 + 125 + 174 = 381 (100%)
R 82 of 381 ~ 21.52%
G 125 of 381 ~ 32.81%
B 174 of 381 ~ 45.67'%

%21.52
%32.81
%45.67

CMYK color model

#527DAE color CMYK value is (53,28,0,32).

  • cyan value is 52.87%
  • magenta value is 28.16%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (53,28,0,32)
C53M28Y0K32 (53%, 28%, 0%, 32%)
(0.53 / 0.28 / 0.00 / 0.32)

CMYK percentages

%52.87
%28.16
%0
%31.76

Codes

Color #527DAE in popluar color models

52 7D AE
RGB 82 125 174
HSL 212° 36.22% 50.20%
HSB/HSV 212° 52.87% 68.24%
CMYK 52.87% 28.16% 0.00%
31.76%

Color #527DAE in popluar number systems.

HEX 52 7D AE
Decimal 82 125 174
Binary 1010010 1111101 10101110
Octal 122 175 256

Shades and tints

Shades of #527DAE

#527DAE
(82,125,174)
#4B729F
(75,114,159)
#446790
(68,103,144)
#3D5C81
(61,92,129)
#365172
(54,81,114)
#2F4663
(47,70,99)
#283B54
(40,59,84)
#213045
(33,48,69)
#1A2536
(26,37,54)
#131A27
(19,26,39)
#0C0F18
(12,15,24)
#000000
(0,0,0)

Tints of #527DAE

#527DAE
(82,125,174)
#6188B5
(97,136,181)
#7093BC
(112,147,188)
#7F9EC3
(127,158,195)
#8EA9CA
(142,169,202)
#9DB4D1
(157,180,209)
#ACBFD8
(172,191,216)
#BBCADF
(187,202,223)
#CAD5E6
(202,213,230)
#D9E0ED
(217,224,237)
#E8EBF4
(232,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527DAE; }

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

This text font color is #527DAE.

Background Color

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

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

This div background color is #527DAE.

Border color

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

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

This div border color is #527DAE.

Opacity

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

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

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

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

This text has shadow with #527DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #527DAE.

Preview

Color preview on black background

This text has color #527DAE on black background.


Color preview on white background

This text has color #527DAE on white background.


Black color preview on #527DAE background

This text has black color on #527DAE background.


White color preview on #527DAE background

This text has white color on #527DAE background.


Related colors

Complementary color

Complementary color for #hex is #AD8251.


I love getcolorcode.com

Triadic colors

1 #AE527D and #7DAE52 with #527DAE are triadic colors.

2 #AE7D52 and #7D52AE with #527DAE are triadic colors.