COLOR #525586

HEX: #525586
RGB: (82,85,134)

Color info

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

RGB color model

#525586 color RGB value is (82,85,134).

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

RGB channels and saturation

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

82
85
134

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

Portions of RGB colors in percentages

R + G + B =
82 + 85 + 134 = 301 (100%)
R 82 of 301 ~ 27.24%
G 85 of 301 ~ 28.24%
B 134 of 301 ~ 44.52%

%27.24
%28.24
%44.52

CMYK color model

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

  • cyan value is 38.81%
  • magenta value is 36.57%
  • 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
%36.57
%0
%47.45

Codes

Color #525586 in popluar color models

525586
RGB8285134
HSL237°24.07%42.35%
HSB/HSV237°38.81%52.55%
CMYK38.81%36.57%0.00%
47.45%

Color #525586 in popluar number systems.

HEX525586
Decimal8285134
Binary1010010101010110000110
Octal122125206

Shades and tints

Shades of #525586

#525586
(82,85,134)
#4B4E7A
(75,78,122)
#44476E
(68,71,110)
#3D4062
(61,64,98)
#363956
(54,57,86)
#2F324A
(47,50,74)
#282B3E
(40,43,62)
#212432
(33,36,50)
#1A1D26
(26,29,38)
#13161A
(19,22,26)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #525586

#525586
(82,85,134)
#616491
(97,100,145)
#70739C
(112,115,156)
#7F82A7
(127,130,167)
#8E91B2
(142,145,178)
#9DA0BD
(157,160,189)
#ACAFC8
(172,175,200)
#BBBED3
(187,190,211)
#CACDDE
(202,205,222)
#D9DCE9
(217,220,233)
#E8EBF4
(232,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525586; }

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

This text font color is #525586.


Background Color

.myBgColor { background-color: #525586; }

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

This div background color is #525586.


Border color

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

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

This div border color is #525586.


Opacity

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

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

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

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

This text has shadow with #525586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525586 on black background.


Color preview on white background

This text has color #525586 on white background.



Black color preview on #525586 background

This text has black color on #525586 background.


White color preview on #525586 background

This text has white color on #525586 background.