COLOR #525683

HEX: #525683
RGB: (82,86,131)

Color info

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

RGB color model

#525683 color RGB value is (82,86,131).

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

RGB channels and saturation

R 82 of 255 = 32%
G 86 of 255 = 34%
B 131 of 255 = 51%

82
86
131

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

Portions of RGB colors in percentages

R + G + B =
82 + 86 + 131 = 299 (100%)
R 82 of 299 ~ 27.42%
G 86 of 299 ~ 28.76%
B 131 of 299 ~ 43.81%

%27.42
%28.76
%43.81

CMYK color model

#525683 color CMYK value is (37,34,0,49).

  • cyan value is 37.40%
  • magenta value is 34.35%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(37,34,0,49)
C37M34Y0K49 
(37%,34%,0%,49%)
(0.37/0.34/0.00/0.49)	

CMYK percentages

%37.4
%34.35
%0
%48.63

Codes

Color #525683 in popluar color models

525683
RGB8286131
HSL235°23.00%41.76%
HSB/HSV235°37.40%51.37%
CMYK37.40%34.35%0.00%
48.63%

Color #525683 in popluar number systems.

HEX525683
Decimal8286131
Binary1010010101011010000011
Octal122126203

Shades and tints

Shades of #525683

#525683
(82,86,131)
#4B4F78
(75,79,120)
#44486D
(68,72,109)
#3D4162
(61,65,98)
#363A57
(54,58,87)
#2F334C
(47,51,76)
#282C41
(40,44,65)
#212536
(33,37,54)
#1A1E2B
(26,30,43)
#131720
(19,23,32)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #525683

#525683
(82,86,131)
#61658E
(97,101,142)
#707499
(112,116,153)
#7F83A4
(127,131,164)
#8E92AF
(142,146,175)
#9DA1BA
(157,161,186)
#ACB0C5
(172,176,197)
#BBBFD0
(187,191,208)
#CACEDB
(202,206,219)
#D9DDE6
(217,221,230)
#E8ECF1
(232,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525683; }

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

This text font color is #525683.


Background Color

.myBgColor { background-color: #525683; }

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

This div background color is #525683.


Border color

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

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

This div border color is #525683.


Opacity

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

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

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

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

This text has shadow with #525683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525683 on black background.


Color preview on white background

This text has color #525683 on white background.



Black color preview on #525683 background

This text has black color on #525683 background.


White color preview on #525683 background

This text has white color on #525683 background.