COLOR #5257ED

HEX: #5257ED
RGB: (82,87,237)

Color info

#5257ED contains mainly blue color. Web safe color of #5257ED is #6666FF (or #66F).

RGB color model

#5257ED color RGB value is (82,87,237).

  • red value is 82;
  • green value is 87;
  • blue value is 237.
RGB:
(82,87,237)
(32%,34%,93%)

RGB channels and saturation

R 82 of 255 = 32%
G 87 of 255 = 34%
B 237 of 255 = 93%

82
87
237

R + G + B ~ 53%. #5257ED is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 87 + 237 = 406 (100%)
R 82 of 406 ~ 20.2%
G 87 of 406 ~ 21.43%
B 237 of 406 ~ 58.37%

%20.2
%21.43
%58.37

CMYK color model

#5257ED color CMYK value is (65,63,0,7).

  • cyan value is 65.40%
  • magenta value is 63.29%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(65,63,0,7)
C65M63Y0K7 
(65%,63%,0%,7%)
(0.65/0.63/0.00/0.07)	

CMYK percentages

%65.4
%63.29
%0
%7.06

Codes

Color #5257ED in popluar color models

5257ED
RGB8287237
HSL238°81.15%62.55%
HSB/HSV238°65.40%92.94%
CMYK65.40%63.29%0.00%
7.06%

Color #5257ED in popluar number systems.

HEX5257ED
Decimal8287237
Binary1010010101011111101101
Octal122127355

Shades and tints

Shades of #5257ED

#5257ED
(82,87,237)
#4B50D8
(75,80,216)
#4449C3
(68,73,195)
#3D42AE
(61,66,174)
#363B99
(54,59,153)
#2F3484
(47,52,132)
#282D6F
(40,45,111)
#21265A
(33,38,90)
#1A1F45
(26,31,69)
#131830
(19,24,48)
#0C111B
(12,17,27)
#000000
(0,0,0)

Tints of #5257ED

#5257ED
(82,87,237)
#6166EE
(97,102,238)
#7075EF
(112,117,239)
#7F84F0
(127,132,240)
#8E93F1
(142,147,241)
#9DA2F2
(157,162,242)
#ACB1F3
(172,177,243)
#BBC0F4
(187,192,244)
#CACFF5
(202,207,245)
#D9DEF6
(217,222,246)
#E8EDF7
(232,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5257ED color. Also use rgb(82,87,237) instead hex code.

Text Font Color

.myTextColor { color: #5257ED; }

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

This text font color is #5257ED.


Background Color

.myBgColor { background-color: #5257ED; }

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

This div background color is #5257ED.


Border color

.myBorderColor { border: 1px solid #5257ED; }

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

This div border color is #5257ED.


Opacity

.myOpacity80 { color: #5257ED; opacity: 0.8; }

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

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

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

This text has shadow with #5257ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5257ED on black background.


Color preview on white background

This text has color #5257ED on white background.



Black color preview on #5257ED background

This text has black color on #5257ED background.


White color preview on #5257ED background

This text has white color on #5257ED background.