COLOR #527BAB

HEX: #527BAB RGB: (82,123,171)

Color info

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

RGB color model

#527BAB color RGB value is (82,123,171).

RGB: (82,123,171) (32%, 48%, 67%)

RGB channels and saturation

R 82 of 255 = 32%
G 123 of 255 = 48%
B 171 of 255 = 67%

82
123
171

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

Portions of RGB colors in percentages

R + G + B = 82 + 123 + 171 = 376 (100%)
R 82 of 376 ~ 21.81%
G 123 of 376 ~ 32.71%
B 171 of 376 ~ 45.48'%

%21.81
%32.71
%45.48

CMYK color model

#527BAB color CMYK value is (52,28,0,33).

  • cyan value is 52.05%
  • magenta value is 28.07%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (52,28,0,33)
C52M28Y0K33 (52%, 28%, 0%, 33%)
(0.52 / 0.28 / 0.00 / 0.33)

CMYK percentages

%52.05
%28.07
%0
%32.94

Codes

Color #527BAB in popluar color models

52 7B AB
RGB 82 123 171
HSL 212° 35.18% 49.61%
HSB/HSV 212° 52.05% 67.06%
CMYK 52.05% 28.07% 0.00%
32.94%

Color #527BAB in popluar number systems.

HEX 52 7B AB
Decimal 82 123 171
Binary 1010010 1111011 10101011
Octal 122 173 253

Shades and tints

Shades of #527BAB

#527BAB
(82,123,171)
#4B709C
(75,112,156)
#44658D
(68,101,141)
#3D5A7E
(61,90,126)
#364F6F
(54,79,111)
#2F4460
(47,68,96)
#283951
(40,57,81)
#212E42
(33,46,66)
#1A2333
(26,35,51)
#131824
(19,24,36)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #527BAB

#527BAB
(82,123,171)
#6187B2
(97,135,178)
#7093B9
(112,147,185)
#7F9FC0
(127,159,192)
#8EABC7
(142,171,199)
#9DB7CE
(157,183,206)
#ACC3D5
(172,195,213)
#BBCFDC
(187,207,220)
#CADBE3
(202,219,227)
#D9E7EA
(217,231,234)
#E8F3F1
(232,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527BAB color. Also use rgb(82,123,171) instead hex code.

Text Font Color

.myTextColor { color: #527BAB; }

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

This text font color is #527BAB.

Background Color

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

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

This div background color is #527BAB.

Border color

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

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

This div border color is #527BAB.

Opacity

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

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

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

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

This text has shadow with #527BAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #527BAB.

Preview

Color preview on black background

This text has color #527BAB on black background.


Color preview on white background

This text has color #527BAB on white background.


Black color preview on #527BAB background

This text has black color on #527BAB background.


White color preview on #527BAB background

This text has white color on #527BAB background.


Related colors

Complementary color

Complementary color for #hex is #AD8454.


I love getcolorcode.com

Triadic colors

1 #AB527B and #7BAB52 with #527BAB are triadic colors.

2 #AB7B52 and #7B52AB with #527BAB are triadic colors.