COLOR #525280

HEX: #525280
RGB: (82,82,128)

Color info

#525280 contains red, green and blue colors in about the same proportion. Web safe color of #525280 is #666666 (or #666).

RGB color model

#525280 color RGB value is (82,82,128).

  • red value is 82;
  • green value is 82;
  • blue value is 128.
RGB:
(82,82,128)
(32%,32%,50%)

RGB channels and saturation

R 82 of 255 = 32%
G 82 of 255 = 32%
B 128 of 255 = 50%

82
82
128

R + G + B ~ 38%. #525280 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 82 + 128 = 292 (100%)
R 82 of 292 ~ 28.08%
G 82 of 292 ~ 28.08%
B 128 of 292 ~ 43.84%

%28.08
%28.08
%43.84

CMYK color model

#525280 color CMYK value is (36,36,0,50).

  • cyan value is 35.94%
  • magenta value is 35.94%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(36,36,0,50)
C36M36Y0K50 
(36%,36%,0%,50%)
(0.36/0.36/0.00/0.50)	

CMYK percentages

%35.94
%35.94
%0
%49.8

Codes

Color #525280 in popluar color models

525280
RGB8282128
HSL240°21.90%41.18%
HSB/HSV240°35.94%50.20%
CMYK35.94%35.94%0.00%
49.80%

Color #525280 in popluar number systems.

HEX525280
Decimal8282128
Binary1010010101001010000000
Octal122122200

Shades and tints

Shades of #525280

#525280
(82,82,128)
#4B4B75
(75,75,117)
#44446A
(68,68,106)
#3D3D5F
(61,61,95)
#363654
(54,54,84)
#2F2F49
(47,47,73)
#28283E
(40,40,62)
#212133
(33,33,51)
#1A1A28
(26,26,40)
#13131D
(19,19,29)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #525280

#525280
(82,82,128)
#61618B
(97,97,139)
#707096
(112,112,150)
#7F7FA1
(127,127,161)
#8E8EAC
(142,142,172)
#9D9DB7
(157,157,183)
#ACACC2
(172,172,194)
#BBBBCD
(187,187,205)
#CACAD8
(202,202,216)
#D9D9E3
(217,217,227)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525280; }

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

This text font color is #525280.


Background Color

.myBgColor { background-color: #525280; }

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

This div background color is #525280.


Border color

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

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

This div border color is #525280.


Opacity

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

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

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

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

This text has shadow with #525280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525280 on black background.


Color preview on white background

This text has color #525280 on white background.



Black color preview on #525280 background

This text has black color on #525280 background.


White color preview on #525280 background

This text has white color on #525280 background.