COLOR #5D62E2

HEX: #5D62E2
RGB: (93,98,226)

Color info

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

RGB color model

#5D62E2 color RGB value is (93,98,226).

  • red value is 93;
  • green value is 98;
  • blue value is 226.
RGB:
(93,98,226)
(36%,38%,89%)

RGB channels and saturation

R 93 of 255 = 36%
G 98 of 255 = 38%
B 226 of 255 = 89%

93
98
226

R + G + B ~ 54%. #5D62E2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 98 + 226 = 417 (100%)
R 93 of 417 ~ 22.3%
G 98 of 417 ~ 23.5%
B 226 of 417 ~ 54.2%

%22.3
%23.5
%54.2

CMYK color model

#5D62E2 color CMYK value is (59,57,0,11).

  • cyan value is 58.85%
  • magenta value is 56.64%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(59,57,0,11)
C59M57Y0K11 
(59%,57%,0%,11%)
(0.59/0.57/0.00/0.11)	

CMYK percentages

%58.85
%56.64
%0
%11.37

Codes

Color #5D62E2 in popluar color models

5D62E2
RGB9398226
HSL238°69.63%62.55%
HSB/HSV238°58.85%88.63%
CMYK58.85%56.64%0.00%
11.37%

Color #5D62E2 in popluar number systems.

HEX5D62E2
Decimal9398226
Binary1011101110001011100010
Octal135142342

Shades and tints

Shades of #5D62E2

#5D62E2
(93,98,226)
#555ACE
(85,90,206)
#4D52BA
(77,82,186)
#454AA6
(69,74,166)
#3D4292
(61,66,146)
#353A7E
(53,58,126)
#2D326A
(45,50,106)
#252A56
(37,42,86)
#1D2242
(29,34,66)
#151A2E
(21,26,46)
#0D121A
(13,18,26)
#000000
(0,0,0)

Tints of #5D62E2

#5D62E2
(93,98,226)
#6B70E4
(107,112,228)
#797EE6
(121,126,230)
#878CE8
(135,140,232)
#959AEA
(149,154,234)
#A3A8EC
(163,168,236)
#B1B6EE
(177,182,238)
#BFC4F0
(191,196,240)
#CDD2F2
(205,210,242)
#DBE0F4
(219,224,244)
#E9EEF6
(233,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D62E2 color. Also use rgb(93,98,226) instead hex code.

Text Font Color

.myTextColor { color: #5D62E2; }

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

This text font color is #5D62E2.


Background Color

.myBgColor { background-color: #5D62E2; }

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

This div background color is #5D62E2.


Border color

.myBorderColor { border: 1px solid #5D62E2; }

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

This div border color is #5D62E2.


Opacity

.myOpacity80 { color: #5D62E2; opacity: 0.8; }

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

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

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

This text has shadow with #5D62E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D62E2 on black background.


Color preview on white background

This text has color #5D62E2 on white background.



Black color preview on #5D62E2 background

This text has black color on #5D62E2 background.


White color preview on #5D62E2 background

This text has white color on #5D62E2 background.