COLOR #5953EB

HEX: #5953EB
RGB: (89,83,235)

Color info

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

RGB color model

#5953EB color RGB value is (89,83,235).

  • red value is 89;
  • green value is 83;
  • blue value is 235.
RGB:
(89,83,235)
(35%,33%,92%)

RGB channels and saturation

R 89 of 255 = 35%
G 83 of 255 = 33%
B 235 of 255 = 92%

89
83
235

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

Portions of RGB colors in percentages

R + G + B =
89 + 83 + 235 = 407 (100%)
R 89 of 407 ~ 21.87%
G 83 of 407 ~ 20.39%
B 235 of 407 ~ 57.74%

%21.87
%20.39
%57.74

CMYK color model

#5953EB color CMYK value is (62,65,0,8).

  • cyan value is 62.13%
  • magenta value is 64.68%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(62,65,0,8)
C62M65Y0K8 
(62%,65%,0%,8%)
(0.62/0.65/0.00/0.08)	

CMYK percentages

%62.13
%64.68
%0
%7.84

Codes

Color #5953EB in popluar color models

5953EB
RGB8983235
HSL242°79.17%62.35%
HSB/HSV242°64.68%92.16%
CMYK62.13%64.68%0.00%
7.84%

Color #5953EB in popluar number systems.

HEX5953EB
Decimal8983235
Binary1011001101001111101011
Octal131123353

Shades and tints

Shades of #5953EB

#5953EB
(89,83,235)
#514CD6
(81,76,214)
#4945C1
(73,69,193)
#413EAC
(65,62,172)
#393797
(57,55,151)
#313082
(49,48,130)
#29296D
(41,41,109)
#212258
(33,34,88)
#191B43
(25,27,67)
#11142E
(17,20,46)
#090D19
(9,13,25)
#000000
(0,0,0)

Tints of #5953EB

#5953EB
(89,83,235)
#6862EC
(104,98,236)
#7771ED
(119,113,237)
#8680EE
(134,128,238)
#958FEF
(149,143,239)
#A49EF0
(164,158,240)
#B3ADF1
(179,173,241)
#C2BCF2
(194,188,242)
#D1CBF3
(209,203,243)
#E0DAF4
(224,218,244)
#EFE9F5
(239,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5953EB color. Also use rgb(89,83,235) instead hex code.

Text Font Color

.myTextColor { color: #5953EB; }

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

This text font color is #5953EB.


Background Color

.myBgColor { background-color: #5953EB; }

<div style="background-color:#5953EB">Inner text</div>

This div background color is #5953EB.


Border color

.myBorderColor { border: 1px solid #5953EB; }

<div style="border:3px solid #5953EB">Div</div>

This div border color is #5953EB.


Opacity

.myOpacity80 { color: #5953EB; opacity: 0.8; }

<p style="color:#5953EB;opacity:0.8;">80%</p>

Text with #5953EB 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 #5953EB;}

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

This text has shadow with #5953EB color.

.textShadow {text-shadow: 3px 3px 1px #5953EB, 3px 3px 1px red;}

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

This text has shadow with #5953EB primary color and red secondary color.


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

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

This text has shadow with #5953EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5953EB on black background.


Color preview on white background

This text has color #5953EB on white background.



Black color preview on #5953EB background

This text has black color on #5953EB background.


White color preview on #5953EB background

This text has white color on #5953EB background.