COLOR #5335CB

HEX: #5335CB
RGB: (83,53,203)

Color info

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

RGB color model

#5335CB color RGB value is (83,53,203).

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

RGB channels and saturation

R 83 of 255 = 33%
G 53 of 255 = 21%
B 203 of 255 = 80%

83
53
203

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

Portions of RGB colors in percentages

R + G + B =
83 + 53 + 203 = 339 (100%)
R 83 of 339 ~ 24.48%
G 53 of 339 ~ 15.63%
B 203 of 339 ~ 59.88%

%24.48
%15.63
%59.88

CMYK color model

#5335CB color CMYK value is (59,74,0,20).

  • cyan value is 59.11%
  • magenta value is 73.89%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(59,74,0,20)
C59M74Y0K20 
(59%,74%,0%,20%)
(0.59/0.74/0.00/0.20)	

CMYK percentages

%59.11
%73.89
%0
%20.39

Codes

Color #5335CB in popluar color models

5335CB
RGB8353203
HSL252°59.06%50.20%
HSB/HSV252°73.89%79.61%
CMYK59.11%73.89%0.00%
20.39%

Color #5335CB in popluar number systems.

HEX5335CB
Decimal8353203
Binary101001111010111001011
Octal12365313

Shades and tints

Shades of #5335CB

#5335CB
(83,53,203)
#4C31B9
(76,49,185)
#452DA7
(69,45,167)
#3E2995
(62,41,149)
#372583
(55,37,131)
#302171
(48,33,113)
#291D5F
(41,29,95)
#22194D
(34,25,77)
#1B153B
(27,21,59)
#141129
(20,17,41)
#0D0D17
(13,13,23)
#000000
(0,0,0)

Tints of #5335CB

#5335CB
(83,53,203)
#6247CF
(98,71,207)
#7159D3
(113,89,211)
#806BD7
(128,107,215)
#8F7DDB
(143,125,219)
#9E8FDF
(158,143,223)
#ADA1E3
(173,161,227)
#BCB3E7
(188,179,231)
#CBC5EB
(203,197,235)
#DAD7EF
(218,215,239)
#E9E9F3
(233,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5335CB; }

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

This text font color is #5335CB.


Background Color

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

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

This div background color is #5335CB.


Border color

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

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

This div border color is #5335CB.


Opacity

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

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

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

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

This text has shadow with #5335CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5335CB on black background.


Color preview on white background

This text has color #5335CB on white background.



Black color preview on #5335CB background

This text has black color on #5335CB background.


White color preview on #5335CB background

This text has white color on #5335CB background.