COLOR #526E8A

HEX: #526E8A RGB: (82,110,138)

Color info

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

RGB color model

#526E8A color RGB value is (82,110,138).

RGB: (82,110,138) (32%, 43%, 54%)

RGB channels and saturation

R 82 of 255 = 32%
G 110 of 255 = 43%
B 138 of 255 = 54%

82
110
138

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

Portions of RGB colors in percentages

R + G + B = 82 + 110 + 138 = 330 (100%)
R 82 of 330 ~ 24.85%
G 110 of 330 ~ 33.33%
B 138 of 330 ~ 41.82'%

%24.85
%33.33
%41.82

CMYK color model

#526E8A color CMYK value is (41,20,0,46).

  • cyan value is 40.58%
  • magenta value is 20.29%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (41,20,0,46)
C41M20Y0K46 (41%, 20%, 0%, 46%)
(0.41 / 0.20 / 0.00 / 0.46)

CMYK percentages

%40.58
%20.29
%0
%45.88

Codes

Color #526E8A in popluar color models

52 6E 8A
RGB 82 110 138
HSL 210° 25.45% 43.14%
HSB/HSV 210° 40.58% 54.12%
CMYK 40.58% 20.29% 0.00%
45.88%

Color #526E8A in popluar number systems.

HEX 52 6E 8A
Decimal 82 110 138
Binary 1010010 1101110 10001010
Octal 122 156 212

Shades and tints

Shades of #526E8A

#526E8A
(82,110,138)
#4B647E
(75,100,126)
#445A72
(68,90,114)
#3D5066
(61,80,102)
#36465A
(54,70,90)
#2F3C4E
(47,60,78)
#283242
(40,50,66)
#212836
(33,40,54)
#1A1E2A
(26,30,42)
#13141E
(19,20,30)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #526E8A

#526E8A
(82,110,138)
#617B94
(97,123,148)
#70889E
(112,136,158)
#7F95A8
(127,149,168)
#8EA2B2
(142,162,178)
#9DAFBC
(157,175,188)
#ACBCC6
(172,188,198)
#BBC9D0
(187,201,208)
#CAD6DA
(202,214,218)
#D9E3E4
(217,227,228)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526E8A color. Also use rgb(82,110,138) instead hex code.

Text Font Color

.myTextColor { color: #526E8A; }

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

This text font color is #526E8A.

Background Color

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

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

This div background color is #526E8A.

Border color

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

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

This div border color is #526E8A.

Opacity

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

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

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

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

This text has shadow with #526E8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #526E8A.

Preview

Color preview on black background

This text has color #526E8A on black background.


Color preview on white background

This text has color #526E8A on white background.


Black color preview on #526E8A background

This text has black color on #526E8A background.


White color preview on #526E8A background

This text has white color on #526E8A background.


Related colors

Complementary color

Complementary color for #hex is #AD9175.


I love getcolorcode.com

Triadic colors

1 #8A526E and #6E8A52 with #526E8A are triadic colors.

2 #8A6E52 and #6E528A with #526E8A are triadic colors.