COLOR #5953DA

HEX: #5953DA
RGB: (89,83,218)

Color info

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

RGB color model

#5953DA color RGB value is (89,83,218).

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

RGB channels and saturation

R 89 of 255 = 35%
G 83 of 255 = 33%
B 218 of 255 = 85%

89
83
218

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

Portions of RGB colors in percentages

R + G + B =
89 + 83 + 218 = 390 (100%)
R 89 of 390 ~ 22.82%
G 83 of 390 ~ 21.28%
B 218 of 390 ~ 55.9%

%22.82
%21.28
%55.9

CMYK color model

#5953DA color CMYK value is (59,62,0,15).

  • cyan value is 59.17%
  • magenta value is 61.93%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(59,62,0,15)
C59M62Y0K15 
(59%,62%,0%,15%)
(0.59/0.62/0.00/0.15)	

CMYK percentages

%59.17
%61.93
%0
%14.51

Codes

Color #5953DA in popluar color models

5953DA
RGB8983218
HSL243°64.59%59.02%
HSB/HSV243°61.93%85.49%
CMYK59.17%61.93%0.00%
14.51%

Color #5953DA in popluar number systems.

HEX5953DA
Decimal8983218
Binary1011001101001111011010
Octal131123332

Shades and tints

Shades of #5953DA

#5953DA
(89,83,218)
#514CC7
(81,76,199)
#4945B4
(73,69,180)
#413EA1
(65,62,161)
#39378E
(57,55,142)
#31307B
(49,48,123)
#292968
(41,41,104)
#212255
(33,34,85)
#191B42
(25,27,66)
#11142F
(17,20,47)
#090D1C
(9,13,28)
#000000
(0,0,0)

Tints of #5953DA

#5953DA
(89,83,218)
#6862DD
(104,98,221)
#7771E0
(119,113,224)
#8680E3
(134,128,227)
#958FE6
(149,143,230)
#A49EE9
(164,158,233)
#B3ADEC
(179,173,236)
#C2BCEF
(194,188,239)
#D1CBF2
(209,203,242)
#E0DAF5
(224,218,245)
#EFE9F8
(239,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5953DA; }

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

This text font color is #5953DA.


Background Color

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

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

This div background color is #5953DA.


Border color

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

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

This div border color is #5953DA.


Opacity

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

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

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

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

This text has shadow with #5953DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5953DA on black background.


Color preview on white background

This text has color #5953DA on white background.



Black color preview on #5953DA background

This text has black color on #5953DA background.


White color preview on #5953DA background

This text has white color on #5953DA background.