COLOR #5D64FA

HEX: #5D64FA
RGB: (93,100,250)

Color info

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

RGB color model

#5D64FA color RGB value is (93,100,250).

  • red value is 93;
  • green value is 100;
  • blue value is 250.
RGB:
(93,100,250)
(36%,39%,98%)

RGB channels and saturation

R 93 of 255 = 36%
G 100 of 255 = 39%
B 250 of 255 = 98%

93
100
250

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

Portions of RGB colors in percentages

R + G + B =
93 + 100 + 250 = 443 (100%)
R 93 of 443 ~ 20.99%
G 100 of 443 ~ 22.57%
B 250 of 443 ~ 56.43%

%20.99
%22.57
%56.43

CMYK color model

#5D64FA color CMYK value is (63,60,0,2).

  • cyan value is 62.80%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(63,60,0,2)
C63M60Y0K2 
(63%,60%,0%,2%)
(0.63/0.60/0.00/0.02)	

CMYK percentages

%62.8
%60
%0
%1.96

Codes

Color #5D64FA in popluar color models

5D64FA
RGB93100250
HSL237°94.01%67.25%
HSB/HSV237°62.80%98.04%
CMYK62.80%60.00%0.00%
1.96%

Color #5D64FA in popluar number systems.

HEX5D64FA
Decimal93100250
Binary1011101110010011111010
Octal135144372

Shades and tints

Shades of #5D64FA

#5D64FA
(93,100,250)
#555BE4
(85,91,228)
#4D52CE
(77,82,206)
#4549B8
(69,73,184)
#3D40A2
(61,64,162)
#35378C
(53,55,140)
#2D2E76
(45,46,118)
#252560
(37,37,96)
#1D1C4A
(29,28,74)
#151334
(21,19,52)
#0D0A1E
(13,10,30)
#000000
(0,0,0)

Tints of #5D64FA

#5D64FA
(93,100,250)
#6B72FA
(107,114,250)
#7980FA
(121,128,250)
#878EFA
(135,142,250)
#959CFA
(149,156,250)
#A3AAFA
(163,170,250)
#B1B8FA
(177,184,250)
#BFC6FA
(191,198,250)
#CDD4FA
(205,212,250)
#DBE2FA
(219,226,250)
#E9F0FA
(233,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D64FA color. Also use rgb(93,100,250) instead hex code.

Text Font Color

.myTextColor { color: #5D64FA; }

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

This text font color is #5D64FA.


Background Color

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

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

This div background color is #5D64FA.


Border color

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

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

This div border color is #5D64FA.


Opacity

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

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

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

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

This text has shadow with #5D64FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D64FA on black background.


Color preview on white background

This text has color #5D64FA on white background.



Black color preview on #5D64FA background

This text has black color on #5D64FA background.


White color preview on #5D64FA background

This text has white color on #5D64FA background.