COLOR #5335DF

HEX: #5335DF
RGB: (83,53,223)

Color info

#5335DF contains mainly blue color. Web safe color of #5335DF is #6633CC (or #63C).

RGB color model

#5335DF color RGB value is (83,53,223).

  • red value is 83;
  • green value is 53;
  • blue value is 223.
RGB:
(83,53,223)
(33%,21%,87%)

RGB channels and saturation

R 83 of 255 = 33%
G 53 of 255 = 21%
B 223 of 255 = 87%

83
53
223

R + G + B ~ 47%. #5335DF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 53 + 223 = 359 (100%)
R 83 of 359 ~ 23.12%
G 53 of 359 ~ 14.76%
B 223 of 359 ~ 62.12%

%23.12
%14.76
%62.12

CMYK color model

#5335DF color CMYK value is (63,76,0,13).

  • cyan value is 62.78%
  • magenta value is 76.23%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(63,76,0,13)
C63M76Y0K13 
(63%,76%,0%,13%)
(0.63/0.76/0.00/0.13)	

CMYK percentages

%62.78
%76.23
%0
%12.55

Codes

Color #5335DF in popluar color models

5335DF
RGB8353223
HSL251°72.65%54.12%
HSB/HSV251°76.23%87.45%
CMYK62.78%76.23%0.00%
12.55%

Color #5335DF in popluar number systems.

HEX5335DF
Decimal8353223
Binary101001111010111011111
Octal12365337

Shades and tints

Shades of #5335DF

#5335DF
(83,53,223)
#4C31CB
(76,49,203)
#452DB7
(69,45,183)
#3E29A3
(62,41,163)
#37258F
(55,37,143)
#30217B
(48,33,123)
#291D67
(41,29,103)
#221953
(34,25,83)
#1B153F
(27,21,63)
#14112B
(20,17,43)
#0D0D17
(13,13,23)
#000000
(0,0,0)

Tints of #5335DF

#5335DF
(83,53,223)
#6247E1
(98,71,225)
#7159E3
(113,89,227)
#806BE5
(128,107,229)
#8F7DE7
(143,125,231)
#9E8FE9
(158,143,233)
#ADA1EB
(173,161,235)
#BCB3ED
(188,179,237)
#CBC5EF
(203,197,239)
#DAD7F1
(218,215,241)
#E9E9F3
(233,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5335DF color. Also use rgb(83,53,223) instead hex code.

Text Font Color

.myTextColor { color: #5335DF; }

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

This text font color is #5335DF.


Background Color

.myBgColor { background-color: #5335DF; }

<div style="background-color:#5335DF">Inner text</div>

This div background color is #5335DF.


Border color

.myBorderColor { border: 1px solid #5335DF; }

<div style="border:3px solid #5335DF">Div</div>

This div border color is #5335DF.


Opacity

.myOpacity80 { color: #5335DF; opacity: 0.8; }

<p style="color:#5335DF;opacity:0.8;">80%</p>

Text with #5335DF 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 #5335DF;}

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

This text has shadow with #5335DF color.

.textShadow {text-shadow: 3px 3px 1px #5335DF, 3px 3px 1px red;}

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

This text has shadow with #5335DF primary color and red secondary color.


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

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

This text has shadow with #5335DF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5335DF on black background.


Color preview on white background

This text has color #5335DF on white background.



Black color preview on #5335DF background

This text has black color on #5335DF background.


White color preview on #5335DF background

This text has white color on #5335DF background.