COLOR #525686

HEX: #525686
RGB: (82,86,134)

Color info

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

RGB color model

#525686 color RGB value is (82,86,134).

  • red value is 82;
  • green value is 86;
  • blue value is 134.
RGB:
(82,86,134)
(32%,34%,53%)

RGB channels and saturation

R 82 of 255 = 32%
G 86 of 255 = 34%
B 134 of 255 = 53%

82
86
134

R + G + B ~ 40%. #525686 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 86 + 134 = 302 (100%)
R 82 of 302 ~ 27.15%
G 86 of 302 ~ 28.48%
B 134 of 302 ~ 44.37%

%27.15
%28.48
%44.37

CMYK color model

#525686 color CMYK value is (39,36,0,47).

  • cyan value is 38.81%
  • magenta value is 35.82%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(39,36,0,47)
C39M36Y0K47 
(39%,36%,0%,47%)
(0.39/0.36/0.00/0.47)	

CMYK percentages

%38.81
%35.82
%0
%47.45

Codes

Color #525686 in popluar color models

525686
RGB8286134
HSL235°24.07%42.35%
HSB/HSV235°38.81%52.55%
CMYK38.81%35.82%0.00%
47.45%

Color #525686 in popluar number systems.

HEX525686
Decimal8286134
Binary1010010101011010000110
Octal122126206

Shades and tints

Shades of #525686

#525686
(82,86,134)
#4B4F7A
(75,79,122)
#44486E
(68,72,110)
#3D4162
(61,65,98)
#363A56
(54,58,86)
#2F334A
(47,51,74)
#282C3E
(40,44,62)
#212532
(33,37,50)
#1A1E26
(26,30,38)
#13171A
(19,23,26)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #525686

#525686
(82,86,134)
#616591
(97,101,145)
#70749C
(112,116,156)
#7F83A7
(127,131,167)
#8E92B2
(142,146,178)
#9DA1BD
(157,161,189)
#ACB0C8
(172,176,200)
#BBBFD3
(187,191,211)
#CACEDE
(202,206,222)
#D9DDE9
(217,221,233)
#E8ECF4
(232,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525686 color. Also use rgb(82,86,134) instead hex code.

Text Font Color

.myTextColor { color: #525686; }

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

This text font color is #525686.


Background Color

.myBgColor { background-color: #525686; }

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

This div background color is #525686.


Border color

.myBorderColor { border: 1px solid #525686; }

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

This div border color is #525686.


Opacity

.myOpacity80 { color: #525686; opacity: 0.8; }

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

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

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

This text has shadow with #525686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525686 on black background.


Color preview on white background

This text has color #525686 on white background.



Black color preview on #525686 background

This text has black color on #525686 background.


White color preview on #525686 background

This text has white color on #525686 background.