COLOR #5252CD

HEX: #5252CD
RGB: (82,82,205)

Color info

#5252CD contains mainly blue color. Web safe color of #5252CD is #6666CC (or #66C).

RGB color model

#5252CD color RGB value is (82,82,205).

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

RGB channels and saturation

R 82 of 255 = 32%
G 82 of 255 = 32%
B 205 of 255 = 80%

82
82
205

R + G + B ~ 48%. #5252CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 82 + 205 = 369 (100%)
R 82 of 369 ~ 22.22%
G 82 of 369 ~ 22.22%
B 205 of 369 ~ 55.56%

%22.22
%22.22
%55.56

CMYK color model

#5252CD color CMYK value is (60,60,0,20).

  • cyan value is 60.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(60,60,0,20)
C60M60Y0K20 
(60%,60%,0%,20%)
(0.60/0.60/0.00/0.20)	

CMYK percentages

%60
%60
%0
%19.61

Codes

Color #5252CD in popluar color models

5252CD
RGB8282205
HSL240°55.16%56.27%
HSB/HSV240°60.00%80.39%
CMYK60.00%60.00%0.00%
19.61%

Color #5252CD in popluar number systems.

HEX5252CD
Decimal8282205
Binary1010010101001011001101
Octal122122315

Shades and tints

Shades of #5252CD

#5252CD
(82,82,205)
#4B4BBB
(75,75,187)
#4444A9
(68,68,169)
#3D3D97
(61,61,151)
#363685
(54,54,133)
#2F2F73
(47,47,115)
#282861
(40,40,97)
#21214F
(33,33,79)
#1A1A3D
(26,26,61)
#13132B
(19,19,43)
#0C0C19
(12,12,25)
#000000
(0,0,0)

Tints of #5252CD

#5252CD
(82,82,205)
#6161D1
(97,97,209)
#7070D5
(112,112,213)
#7F7FD9
(127,127,217)
#8E8EDD
(142,142,221)
#9D9DE1
(157,157,225)
#ACACE5
(172,172,229)
#BBBBE9
(187,187,233)
#CACAED
(202,202,237)
#D9D9F1
(217,217,241)
#E8E8F5
(232,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5252CD; }

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

This text font color is #5252CD.


Background Color

.myBgColor { background-color: #5252CD; }

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

This div background color is #5252CD.


Border color

.myBorderColor { border: 1px solid #5252CD; }

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

This div border color is #5252CD.


Opacity

.myOpacity80 { color: #5252CD; opacity: 0.8; }

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

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

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

This text has shadow with #5252CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5252CD on black background.


Color preview on white background

This text has color #5252CD on white background.



Black color preview on #5252CD background

This text has black color on #5252CD background.


White color preview on #5252CD background

This text has white color on #5252CD background.