COLOR #525BA6

HEX: #525BA6
RGB: (82,91,166)

Color info

#525BA6 contains mainly blue color. Web safe color of #525BA6 is #666699 (or #669).

RGB color model

#525BA6 color RGB value is (82,91,166).

  • red value is 82;
  • green value is 91;
  • blue value is 166.
RGB:
(82,91,166)
(32%,36%,65%)

RGB channels and saturation

R 82 of 255 = 32%
G 91 of 255 = 36%
B 166 of 255 = 65%

82
91
166

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

Portions of RGB colors in percentages

R + G + B =
82 + 91 + 166 = 339 (100%)
R 82 of 339 ~ 24.19%
G 91 of 339 ~ 26.84%
B 166 of 339 ~ 48.97%

%24.19
%26.84
%48.97

CMYK color model

#525BA6 color CMYK value is (51,45,0,35).

  • cyan value is 50.60%
  • magenta value is 45.18%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(51,45,0,35)
C51M45Y0K35 
(51%,45%,0%,35%)
(0.51/0.45/0.00/0.35)	

CMYK percentages

%50.6
%45.18
%0
%34.9

Codes

Color #525BA6 in popluar color models

525BA6
RGB8291166
HSL234°33.87%48.63%
HSB/HSV234°50.60%65.10%
CMYK50.60%45.18%0.00%
34.90%

Color #525BA6 in popluar number systems.

HEX525BA6
Decimal8291166
Binary1010010101101110100110
Octal122133246

Shades and tints

Shades of #525BA6

#525BA6
(82,91,166)
#4B5397
(75,83,151)
#444B88
(68,75,136)
#3D4379
(61,67,121)
#363B6A
(54,59,106)
#2F335B
(47,51,91)
#282B4C
(40,43,76)
#21233D
(33,35,61)
#1A1B2E
(26,27,46)
#13131F
(19,19,31)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #525BA6

#525BA6
(82,91,166)
#6169AE
(97,105,174)
#7077B6
(112,119,182)
#7F85BE
(127,133,190)
#8E93C6
(142,147,198)
#9DA1CE
(157,161,206)
#ACAFD6
(172,175,214)
#BBBDDE
(187,189,222)
#CACBE6
(202,203,230)
#D9D9EE
(217,217,238)
#E8E7F6
(232,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525BA6 color. Also use rgb(82,91,166) instead hex code.

Text Font Color

.myTextColor { color: #525BA6; }

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

This text font color is #525BA6.


Background Color

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

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

This div background color is #525BA6.


Border color

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

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

This div border color is #525BA6.


Opacity

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

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

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

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

This text has shadow with #525BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525BA6 on black background.


Color preview on white background

This text has color #525BA6 on white background.



Black color preview on #525BA6 background

This text has black color on #525BA6 background.


White color preview on #525BA6 background

This text has white color on #525BA6 background.