COLOR #525A8E

HEX: #525A8E
RGB: (82,90,142)

Color info

#525A8E contains mainly green and blue colors. Web safe color of #525A8E is #666699 (or #669).

RGB color model

#525A8E color RGB value is (82,90,142).

  • red value is 82;
  • green value is 90;
  • blue value is 142.
RGB:
(82,90,142)
(32%,35%,56%)

RGB channels and saturation

R 82 of 255 = 32%
G 90 of 255 = 35%
B 142 of 255 = 56%

82
90
142

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

Portions of RGB colors in percentages

R + G + B =
82 + 90 + 142 = 314 (100%)
R 82 of 314 ~ 26.11%
G 90 of 314 ~ 28.66%
B 142 of 314 ~ 45.22%

%26.11
%28.66
%45.22

CMYK color model

#525A8E color CMYK value is (42,37,0,44).

  • cyan value is 42.25%
  • magenta value is 36.62%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(42,37,0,44)
C42M37Y0K44 
(42%,37%,0%,44%)
(0.42/0.37/0.00/0.44)	

CMYK percentages

%42.25
%36.62
%0
%44.31

Codes

Color #525A8E in popluar color models

525A8E
RGB8290142
HSL232°26.79%43.92%
HSB/HSV232°42.25%55.69%
CMYK42.25%36.62%0.00%
44.31%

Color #525A8E in popluar number systems.

HEX525A8E
Decimal8290142
Binary1010010101101010001110
Octal122132216

Shades and tints

Shades of #525A8E

#525A8E
(82,90,142)
#4B5282
(75,82,130)
#444A76
(68,74,118)
#3D426A
(61,66,106)
#363A5E
(54,58,94)
#2F3252
(47,50,82)
#282A46
(40,42,70)
#21223A
(33,34,58)
#1A1A2E
(26,26,46)
#131222
(19,18,34)
#0C0A16
(12,10,22)
#000000
(0,0,0)

Tints of #525A8E

#525A8E
(82,90,142)
#616998
(97,105,152)
#7078A2
(112,120,162)
#7F87AC
(127,135,172)
#8E96B6
(142,150,182)
#9DA5C0
(157,165,192)
#ACB4CA
(172,180,202)
#BBC3D4
(187,195,212)
#CAD2DE
(202,210,222)
#D9E1E8
(217,225,232)
#E8F0F2
(232,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525A8E; }

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

This text font color is #525A8E.


Background Color

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

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

This div background color is #525A8E.


Border color

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

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

This div border color is #525A8E.


Opacity

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

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

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

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

This text has shadow with #525A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525A8E on black background.


Color preview on white background

This text has color #525A8E on white background.



Black color preview on #525A8E background

This text has black color on #525A8E background.


White color preview on #525A8E background

This text has white color on #525A8E background.