COLOR #525486

HEX: #525486
RGB: (82,84,134)

Color info

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

RGB color model

#525486 color RGB value is (82,84,134).

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

RGB channels and saturation

R 82 of 255 = 32%
G 84 of 255 = 33%
B 134 of 255 = 53%

82
84
134

R + G + B ~ 39%. #525486 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 84 + 134 = 300 (100%)
R 82 of 300 ~ 27.33%
G 84 of 300 ~ 28%
B 134 of 300 ~ 44.67%

%27.33
%28
%44.67

CMYK color model

#525486 color CMYK value is (39,37,0,47).

  • cyan value is 38.81%
  • magenta value is 37.31%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(39,37,0,47)
C39M37Y0K47 
(39%,37%,0%,47%)
(0.39/0.37/0.00/0.47)	

CMYK percentages

%38.81
%37.31
%0
%47.45

Codes

Color #525486 in popluar color models

525486
RGB8284134
HSL238°24.07%42.35%
HSB/HSV238°38.81%52.55%
CMYK38.81%37.31%0.00%
47.45%

Color #525486 in popluar number systems.

HEX525486
Decimal8284134
Binary1010010101010010000110
Octal122124206

Shades and tints

Shades of #525486

#525486
(82,84,134)
#4B4D7A
(75,77,122)
#44466E
(68,70,110)
#3D3F62
(61,63,98)
#363856
(54,56,86)
#2F314A
(47,49,74)
#282A3E
(40,42,62)
#212332
(33,35,50)
#1A1C26
(26,28,38)
#13151A
(19,21,26)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #525486

#525486
(82,84,134)
#616391
(97,99,145)
#70729C
(112,114,156)
#7F81A7
(127,129,167)
#8E90B2
(142,144,178)
#9D9FBD
(157,159,189)
#ACAEC8
(172,174,200)
#BBBDD3
(187,189,211)
#CACCDE
(202,204,222)
#D9DBE9
(217,219,233)
#E8EAF4
(232,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525486; }

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

This text font color is #525486.


Background Color

.myBgColor { background-color: #525486; }

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

This div background color is #525486.


Border color

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

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

This div border color is #525486.


Opacity

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

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

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

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

This text has shadow with #525486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525486 on black background.


Color preview on white background

This text has color #525486 on white background.



Black color preview on #525486 background

This text has black color on #525486 background.


White color preview on #525486 background

This text has white color on #525486 background.