COLOR #526D8C

HEX: #526D8C RGB: (82,109,140)

Color info

#526D8C contains red, green and blue colors in about the same proportion. Web safe color of #526D8C is #666699 (or #669).

RGB color model

#526D8C color RGB value is (82,109,140).

RGB: (82,109,140) (32%, 43%, 55%)

RGB channels and saturation

R 82 of 255 = 32%
G 109 of 255 = 43%
B 140 of 255 = 55%

82
109
140

R + G + B ~ 43%. #526D8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 82 + 109 + 140 = 331 (100%)
R 82 of 331 ~ 24.77%
G 109 of 331 ~ 32.93%
B 140 of 331 ~ 42.3'%

%24.77
%32.93
%42.3

CMYK color model

#526D8C color CMYK value is (41,22,0,45).

  • cyan value is 41.43%
  • magenta value is 22.14%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (41,22,0,45)
C41M22Y0K45 (41%, 22%, 0%, 45%)
(0.41 / 0.22 / 0.00 / 0.45)

CMYK percentages

%41.43
%22.14
%0
%45.1

Codes

Color #526D8C in popluar color models

52 6D 8C
RGB 82 109 140
HSL 212° 26.13% 43.53%
HSB/HSV 212° 41.43% 54.90%
CMYK 41.43% 22.14% 0.00%
45.10%

Color #526D8C in popluar number systems.

HEX 52 6D 8C
Decimal 82 109 140
Binary 1010010 1101101 10001100
Octal 122 155 214

Shades and tints

Shades of #526D8C

#526D8C
(82,109,140)
#4B6480
(75,100,128)
#445B74
(68,91,116)
#3D5268
(61,82,104)
#36495C
(54,73,92)
#2F4050
(47,64,80)
#283744
(40,55,68)
#212E38
(33,46,56)
#1A252C
(26,37,44)
#131C20
(19,28,32)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #526D8C

#526D8C
(82,109,140)
#617A96
(97,122,150)
#7087A0
(112,135,160)
#7F94AA
(127,148,170)
#8EA1B4
(142,161,180)
#9DAEBE
(157,174,190)
#ACBBC8
(172,187,200)
#BBC8D2
(187,200,210)
#CAD5DC
(202,213,220)
#D9E2E6
(217,226,230)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526D8C color. Also use rgb(82,109,140) instead hex code.

Text Font Color

.myTextColor { color: #526D8C; }

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

This text font color is #526D8C.

Background Color

.myBgColor { background-color: #526D8C; }

<div style="background-color:#526D8C">Inner text</div>

This div background color is #526D8C.

Border color

.myBorderColor { border: 1px solid #526D8C; }

<div style="border:3px solid #526D8C">Div</div>

This div border color is #526D8C.

Opacity

.myOpacity80 { color: #526D8C; opacity: 0.8; }

<p style="color:#526D8C;opacity:0.8;">80%</p>

Text with #526D8C 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 #526D8C;}

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

This text has shadow with #526D8C color.


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

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

This text has shadow with #526D8C primary color and red secondary color.


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

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

This text has shadow with #526D8C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #526D8C.

Preview

Color preview on black background

This text has color #526D8C on black background.


Color preview on white background

This text has color #526D8C on white background.


Black color preview on #526D8C background

This text has black color on #526D8C background.


White color preview on #526D8C background

This text has white color on #526D8C background.


Related colors

Complementary color

Complementary color for #hex is #AD9273.


I love getcolorcode.com

Triadic colors

1 #8C526D and #6D8C52 with #526D8C are triadic colors.

2 #8C6D52 and #6D528C with #526D8C are triadic colors.