COLOR #5D5BF8

HEX: #5D5BF8
RGB: (93,91,248)

Color info

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

RGB color model

#5D5BF8 color RGB value is (93,91,248).

  • red value is 93;
  • green value is 91;
  • blue value is 248.
RGB:
(93,91,248)
(36%,36%,97%)

RGB channels and saturation

R 93 of 255 = 36%
G 91 of 255 = 36%
B 248 of 255 = 97%

93
91
248

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

Portions of RGB colors in percentages

R + G + B =
93 + 91 + 248 = 432 (100%)
R 93 of 432 ~ 21.53%
G 91 of 432 ~ 21.06%
B 248 of 432 ~ 57.41%

%21.53
%21.06
%57.41

CMYK color model

#5D5BF8 color CMYK value is (63,63,0,3).

  • cyan value is 62.50%
  • magenta value is 63.31%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(63,63,0,3)
C63M63Y0K3 
(63%,63%,0%,3%)
(0.63/0.63/0.00/0.03)	

CMYK percentages

%62.5
%63.31
%0
%2.75

Codes

Color #5D5BF8 in popluar color models

5D5BF8
RGB9391248
HSL241°91.81%66.47%
HSB/HSV241°63.31%97.25%
CMYK62.50%63.31%0.00%
2.75%

Color #5D5BF8 in popluar number systems.

HEX5D5BF8
Decimal9391248
Binary1011101101101111111000
Octal135133370

Shades and tints

Shades of #5D5BF8

#5D5BF8
(93,91,248)
#5553E2
(85,83,226)
#4D4BCC
(77,75,204)
#4543B6
(69,67,182)
#3D3BA0
(61,59,160)
#35338A
(53,51,138)
#2D2B74
(45,43,116)
#25235E
(37,35,94)
#1D1B48
(29,27,72)
#151332
(21,19,50)
#0D0B1C
(13,11,28)
#000000
(0,0,0)

Tints of #5D5BF8

#5D5BF8
(93,91,248)
#6B69F8
(107,105,248)
#7977F8
(121,119,248)
#8785F8
(135,133,248)
#9593F8
(149,147,248)
#A3A1F8
(163,161,248)
#B1AFF8
(177,175,248)
#BFBDF8
(191,189,248)
#CDCBF8
(205,203,248)
#DBD9F8
(219,217,248)
#E9E7F8
(233,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5BF8 color. Also use rgb(93,91,248) instead hex code.

Text Font Color

.myTextColor { color: #5D5BF8; }

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

This text font color is #5D5BF8.


Background Color

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

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

This div background color is #5D5BF8.


Border color

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

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

This div border color is #5D5BF8.


Opacity

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

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

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

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

This text has shadow with #5D5BF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5BF8 on black background.


Color preview on white background

This text has color #5D5BF8 on white background.



Black color preview on #5D5BF8 background

This text has black color on #5D5BF8 background.


White color preview on #5D5BF8 background

This text has white color on #5D5BF8 background.