COLOR #5225DD

HEX: #5225DD
RGB: (82,37,221)

Color info

#5225DD contains mainly blue color. Web safe color of #5225DD is #6633CC (or #63C).

RGB color model

#5225DD color RGB value is (82,37,221).

  • red value is 82;
  • green value is 37;
  • blue value is 221.
RGB:
(82,37,221)
(32%,15%,87%)

RGB channels and saturation

R 82 of 255 = 32%
G 37 of 255 = 15%
B 221 of 255 = 87%

82
37
221

R + G + B ~ 45%. #5225DD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 37 + 221 = 340 (100%)
R 82 of 340 ~ 24.12%
G 37 of 340 ~ 10.88%
B 221 of 340 ~ 65%

%24.12
%10.88
%65

CMYK color model

#5225DD color CMYK value is (63,83,0,13).

  • cyan value is 62.90%
  • magenta value is 83.26%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(63,83,0,13)
C63M83Y0K13 
(63%,83%,0%,13%)
(0.63/0.83/0.00/0.13)	

CMYK percentages

%62.9
%83.26
%0
%13.33

Codes

Color #5225DD in popluar color models

5225DD
RGB8237221
HSL255°73.02%50.59%
HSB/HSV255°83.26%86.67%
CMYK62.90%83.26%0.00%
13.33%

Color #5225DD in popluar number systems.

HEX5225DD
Decimal8237221
Binary101001010010111011101
Octal12245335

Shades and tints

Shades of #5225DD

#5225DD
(82,37,221)
#4B22C9
(75,34,201)
#441FB5
(68,31,181)
#3D1CA1
(61,28,161)
#36198D
(54,25,141)
#2F1679
(47,22,121)
#281365
(40,19,101)
#211051
(33,16,81)
#1A0D3D
(26,13,61)
#130A29
(19,10,41)
#0C0715
(12,7,21)
#000000
(0,0,0)

Tints of #5225DD

#5225DD
(82,37,221)
#6138E0
(97,56,224)
#704BE3
(112,75,227)
#7F5EE6
(127,94,230)
#8E71E9
(142,113,233)
#9D84EC
(157,132,236)
#AC97EF
(172,151,239)
#BBAAF2
(187,170,242)
#CABDF5
(202,189,245)
#D9D0F8
(217,208,248)
#E8E3FB
(232,227,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5225DD color. Also use rgb(82,37,221) instead hex code.

Text Font Color

.myTextColor { color: #5225DD; }

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

This text font color is #5225DD.


Background Color

.myBgColor { background-color: #5225DD; }

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

This div background color is #5225DD.


Border color

.myBorderColor { border: 1px solid #5225DD; }

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

This div border color is #5225DD.


Opacity

.myOpacity80 { color: #5225DD; opacity: 0.8; }

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

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

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

This text has shadow with #5225DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5225DD on black background.


Color preview on white background

This text has color #5225DD on white background.



Black color preview on #5225DD background

This text has black color on #5225DD background.


White color preview on #5225DD background

This text has white color on #5225DD background.