COLOR #525A8B

HEX: #525A8B RGB: (82,90,139)

Color info

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

RGB color model

#525A8B color RGB value is (82,90,139).

RGB: (82,90,139) (32%, 35%, 55%)

RGB channels and saturation

R 82 of 255 = 32%
G 90 of 255 = 35%
B 139 of 255 = 55%

82
90
139

R + G + B ~ 41%. #525A8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 82 + 90 + 139 = 311 (100%)
R 82 of 311 ~ 26.37%
G 90 of 311 ~ 28.94%
B 139 of 311 ~ 44.69'%

%26.37
%28.94
%44.69

CMYK color model

#525A8B color CMYK value is (41,35,0,45).

  • cyan value is 41.01%
  • magenta value is 35.25%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (41,35,0,45)
C41M35Y0K45 (41%, 35%, 0%, 45%)
(0.41 / 0.35 / 0.00 / 0.45)

CMYK percentages

%41.01
%35.25
%0
%45.49

Codes

Color #525A8B in popluar color models

52 5A 8B
RGB 82 90 139
HSL 232° 25.79% 43.33%
HSB/HSV 232° 41.01% 54.51%
CMYK 41.01% 35.25% 0.00%
45.49%

Color #525A8B in popluar number systems.

HEX 52 5A 8B
Decimal 82 90 139
Binary 1010010 1011010 10001011
Octal 122 132 213

Shades and tints

Shades of #525A8B

#525A8B
(82,90,139)
#4B527F
(75,82,127)
#444A73
(68,74,115)
#3D4267
(61,66,103)
#363A5B
(54,58,91)
#2F324F
(47,50,79)
#282A43
(40,42,67)
#212237
(33,34,55)
#1A1A2B
(26,26,43)
#13121F
(19,18,31)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #525A8B

#525A8B
(82,90,139)
#616995
(97,105,149)
#70789F
(112,120,159)
#7F87A9
(127,135,169)
#8E96B3
(142,150,179)
#9DA5BD
(157,165,189)
#ACB4C7
(172,180,199)
#BBC3D1
(187,195,209)
#CAD2DB
(202,210,219)
#D9E1E5
(217,225,229)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525A8B color. Also use rgb(82,90,139) instead hex code.

Text Font Color

.myTextColor { color: #525A8B; }

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

This text font color is #525A8B.

Background Color

.myBgColor { background-color: #525A8B; }

<div style="background-color:#525A8B">Inner text</div>

This div background color is #525A8B.

Border color

.myBorderColor { border: 1px solid #525A8B; }

<div style="border:3px solid #525A8B">Div</div>

This div border color is #525A8B.

Opacity

.myOpacity80 { color: #525A8B; opacity: 0.8; }

<p style="color:#525A8B;opacity:0.8;">80%</p>

Text with #525A8B 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 #525A8B;}

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

This text has shadow with #525A8B color.


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

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

This text has shadow with #525A8B primary color and red secondary color.


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

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

This text has shadow with #525A8B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #525A8B.

Preview

Color preview on black background

This text has color #525A8B on black background.


Color preview on white background

This text has color #525A8B on white background.


Black color preview on #525A8B background

This text has black color on #525A8B background.


White color preview on #525A8B background

This text has white color on #525A8B background.


Related colors

Complementary color

Complementary color for #hex is #ADA574.


I love getcolorcode.com

Triadic colors

1 #8B525A and #5A8B52 with #525A8B are triadic colors.

2 #8B5A52 and #5A528B with #525A8B are triadic colors.