COLOR #5251C2

HEX: #5251C2
RGB: (82,81,194)

Color info

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

RGB color model

#5251C2 color RGB value is (82,81,194).

  • red value is 82;
  • green value is 81;
  • blue value is 194.
RGB:
(82,81,194)
(32%,32%,76%)

RGB channels and saturation

R 82 of 255 = 32%
G 81 of 255 = 32%
B 194 of 255 = 76%

82
81
194

R + G + B ~ 47%. #5251C2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 81 + 194 = 357 (100%)
R 82 of 357 ~ 22.97%
G 81 of 357 ~ 22.69%
B 194 of 357 ~ 54.34%

%22.97
%22.69
%54.34

CMYK color model

#5251C2 color CMYK value is (58,58,0,24).

  • cyan value is 57.73%
  • magenta value is 58.25%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(58,58,0,24)
C58M58Y0K24 
(58%,58%,0%,24%)
(0.58/0.58/0.00/0.24)	

CMYK percentages

%57.73
%58.25
%0
%23.92

Codes

Color #5251C2 in popluar color models

5251C2
RGB8281194
HSL241°48.09%53.92%
HSB/HSV241°58.25%76.08%
CMYK57.73%58.25%0.00%
23.92%

Color #5251C2 in popluar number systems.

HEX5251C2
Decimal8281194
Binary1010010101000111000010
Octal122121302

Shades and tints

Shades of #5251C2

#5251C2
(82,81,194)
#4B4AB1
(75,74,177)
#4443A0
(68,67,160)
#3D3C8F
(61,60,143)
#36357E
(54,53,126)
#2F2E6D
(47,46,109)
#28275C
(40,39,92)
#21204B
(33,32,75)
#1A193A
(26,25,58)
#131229
(19,18,41)
#0C0B18
(12,11,24)
#000000
(0,0,0)

Tints of #5251C2

#5251C2
(82,81,194)
#6160C7
(97,96,199)
#706FCC
(112,111,204)
#7F7ED1
(127,126,209)
#8E8DD6
(142,141,214)
#9D9CDB
(157,156,219)
#ACABE0
(172,171,224)
#BBBAE5
(187,186,229)
#CAC9EA
(202,201,234)
#D9D8EF
(217,216,239)
#E8E7F4
(232,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5251C2 color. Also use rgb(82,81,194) instead hex code.

Text Font Color

.myTextColor { color: #5251C2; }

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

This text font color is #5251C2.


Background Color

.myBgColor { background-color: #5251C2; }

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

This div background color is #5251C2.


Border color

.myBorderColor { border: 1px solid #5251C2; }

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

This div border color is #5251C2.


Opacity

.myOpacity80 { color: #5251C2; opacity: 0.8; }

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

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

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

This text has shadow with #5251C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5251C2 on black background.


Color preview on white background

This text has color #5251C2 on white background.



Black color preview on #5251C2 background

This text has black color on #5251C2 background.


White color preview on #5251C2 background

This text has white color on #5251C2 background.