COLOR #5348DB

HEX: #5348DB
RGB: (83,72,219)

Color info

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

RGB color model

#5348DB color RGB value is (83,72,219).

  • red value is 83;
  • green value is 72;
  • blue value is 219.
RGB:
(83,72,219)
(33%,28%,86%)

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 219 of 255 = 86%

83
72
219

R + G + B ~ 49%. #5348DB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 219 = 374 (100%)
R 83 of 374 ~ 22.19%
G 72 of 374 ~ 19.25%
B 219 of 374 ~ 58.56%

%22.19
%19.25
%58.56

CMYK color model

#5348DB color CMYK value is (62,67,0,14).

  • cyan value is 62.10%
  • magenta value is 67.12%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(62,67,0,14)
C62M67Y0K14 
(62%,67%,0%,14%)
(0.62/0.67/0.00/0.14)	

CMYK percentages

%62.1
%67.12
%0
%14.12

Codes

Color #5348DB in popluar color models

5348DB
RGB8372219
HSL244°67.12%57.06%
HSB/HSV244°67.12%85.88%
CMYK62.10%67.12%0.00%
14.12%

Color #5348DB in popluar number systems.

HEX5348DB
Decimal8372219
Binary1010011100100011011011
Octal123110333

Shades and tints

Shades of #5348DB

#5348DB
(83,72,219)
#4C42C8
(76,66,200)
#453CB5
(69,60,181)
#3E36A2
(62,54,162)
#37308F
(55,48,143)
#302A7C
(48,42,124)
#292469
(41,36,105)
#221E56
(34,30,86)
#1B1843
(27,24,67)
#141230
(20,18,48)
#0D0C1D
(13,12,29)
#000000
(0,0,0)

Tints of #5348DB

#5348DB
(83,72,219)
#6258DE
(98,88,222)
#7168E1
(113,104,225)
#8078E4
(128,120,228)
#8F88E7
(143,136,231)
#9E98EA
(158,152,234)
#ADA8ED
(173,168,237)
#BCB8F0
(188,184,240)
#CBC8F3
(203,200,243)
#DAD8F6
(218,216,246)
#E9E8F9
(233,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5348DB color. Also use rgb(83,72,219) instead hex code.

Text Font Color

.myTextColor { color: #5348DB; }

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

This text font color is #5348DB.


Background Color

.myBgColor { background-color: #5348DB; }

<div style="background-color:#5348DB">Inner text</div>

This div background color is #5348DB.


Border color

.myBorderColor { border: 1px solid #5348DB; }

<div style="border:3px solid #5348DB">Div</div>

This div border color is #5348DB.


Opacity

.myOpacity80 { color: #5348DB; opacity: 0.8; }

<p style="color:#5348DB;opacity:0.8;">80%</p>

Text with #5348DB 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 #5348DB;}

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

This text has shadow with #5348DB color.

.textShadow {text-shadow: 3px 3px 1px #5348DB, 3px 3px 1px red;}

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

This text has shadow with #5348DB primary color and red secondary color.


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

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

This text has shadow with #5348DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5348DB on black background.


Color preview on white background

This text has color #5348DB on white background.



Black color preview on #5348DB background

This text has black color on #5348DB background.


White color preview on #5348DB background

This text has white color on #5348DB background.