COLOR #525DA1

HEX: #525DA1
RGB: (82,93,161)

Color info

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

RGB color model

#525DA1 color RGB value is (82,93,161).

  • red value is 82;
  • green value is 93;
  • blue value is 161.
RGB:
(82,93,161)
(32%,36%,63%)

RGB channels and saturation

R 82 of 255 = 32%
G 93 of 255 = 36%
B 161 of 255 = 63%

82
93
161

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

Portions of RGB colors in percentages

R + G + B =
82 + 93 + 161 = 336 (100%)
R 82 of 336 ~ 24.4%
G 93 of 336 ~ 27.68%
B 161 of 336 ~ 47.92%

%24.4
%27.68
%47.92

CMYK color model

#525DA1 color CMYK value is (49,42,0,37).

  • cyan value is 49.07%
  • magenta value is 42.24%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(49,42,0,37)
C49M42Y0K37 
(49%,42%,0%,37%)
(0.49/0.42/0.00/0.37)	

CMYK percentages

%49.07
%42.24
%0
%36.86

Codes

Color #525DA1 in popluar color models

525DA1
RGB8293161
HSL232°32.51%47.65%
HSB/HSV232°49.07%63.14%
CMYK49.07%42.24%0.00%
36.86%

Color #525DA1 in popluar number systems.

HEX525DA1
Decimal8293161
Binary1010010101110110100001
Octal122135241

Shades and tints

Shades of #525DA1

#525DA1
(82,93,161)
#4B5593
(75,85,147)
#444D85
(68,77,133)
#3D4577
(61,69,119)
#363D69
(54,61,105)
#2F355B
(47,53,91)
#282D4D
(40,45,77)
#21253F
(33,37,63)
#1A1D31
(26,29,49)
#131523
(19,21,35)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #525DA1

#525DA1
(82,93,161)
#616BA9
(97,107,169)
#7079B1
(112,121,177)
#7F87B9
(127,135,185)
#8E95C1
(142,149,193)
#9DA3C9
(157,163,201)
#ACB1D1
(172,177,209)
#BBBFD9
(187,191,217)
#CACDE1
(202,205,225)
#D9DBE9
(217,219,233)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525DA1 color. Also use rgb(82,93,161) instead hex code.

Text Font Color

.myTextColor { color: #525DA1; }

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

This text font color is #525DA1.


Background Color

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

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

This div background color is #525DA1.


Border color

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

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

This div border color is #525DA1.


Opacity

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

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

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

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

This text has shadow with #525DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525DA1 on black background.


Color preview on white background

This text has color #525DA1 on white background.



Black color preview on #525DA1 background

This text has black color on #525DA1 background.


White color preview on #525DA1 background

This text has white color on #525DA1 background.