COLOR #5349B5

HEX: #5349B5
RGB: (83,73,181)

Color info

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

RGB color model

#5349B5 color RGB value is (83,73,181).

  • red value is 83;
  • green value is 73;
  • blue value is 181.
RGB:
(83,73,181)
(33%,29%,71%)

RGB channels and saturation

R 83 of 255 = 33%
G 73 of 255 = 29%
B 181 of 255 = 71%

83
73
181

R + G + B ~ 44%. #5349B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 73 + 181 = 337 (100%)
R 83 of 337 ~ 24.63%
G 73 of 337 ~ 21.66%
B 181 of 337 ~ 53.71%

%24.63
%21.66
%53.71

CMYK color model

#5349B5 color CMYK value is (54,60,0,29).

  • cyan value is 54.14%
  • magenta value is 59.67%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(54,60,0,29)
C54M60Y0K29 
(54%,60%,0%,29%)
(0.54/0.60/0.00/0.29)	

CMYK percentages

%54.14
%59.67
%0
%29.02

Codes

Color #5349B5 in popluar color models

5349B5
RGB8373181
HSL246°42.52%49.80%
HSB/HSV246°59.67%70.98%
CMYK54.14%59.67%0.00%
29.02%

Color #5349B5 in popluar number systems.

HEX5349B5
Decimal8373181
Binary1010011100100110110101
Octal123111265

Shades and tints

Shades of #5349B5

#5349B5
(83,73,181)
#4C43A5
(76,67,165)
#453D95
(69,61,149)
#3E3785
(62,55,133)
#373175
(55,49,117)
#302B65
(48,43,101)
#292555
(41,37,85)
#221F45
(34,31,69)
#1B1935
(27,25,53)
#141325
(20,19,37)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #5349B5

#5349B5
(83,73,181)
#6259BB
(98,89,187)
#7169C1
(113,105,193)
#8079C7
(128,121,199)
#8F89CD
(143,137,205)
#9E99D3
(158,153,211)
#ADA9D9
(173,169,217)
#BCB9DF
(188,185,223)
#CBC9E5
(203,201,229)
#DAD9EB
(218,217,235)
#E9E9F1
(233,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5349B5 color. Also use rgb(83,73,181) instead hex code.

Text Font Color

.myTextColor { color: #5349B5; }

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

This text font color is #5349B5.


Background Color

.myBgColor { background-color: #5349B5; }

<div style="background-color:#5349B5">Inner text</div>

This div background color is #5349B5.


Border color

.myBorderColor { border: 1px solid #5349B5; }

<div style="border:3px solid #5349B5">Div</div>

This div border color is #5349B5.


Opacity

.myOpacity80 { color: #5349B5; opacity: 0.8; }

<p style="color:#5349B5;opacity:0.8;">80%</p>

Text with #5349B5 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 #5349B5;}

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

This text has shadow with #5349B5 color.

.textShadow {text-shadow: 3px 3px 1px #5349B5, 3px 3px 1px red;}

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

This text has shadow with #5349B5 primary color and red secondary color.


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

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

This text has shadow with #5349B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5349B5 on black background.


Color preview on white background

This text has color #5349B5 on white background.



Black color preview on #5349B5 background

This text has black color on #5349B5 background.


White color preview on #5349B5 background

This text has white color on #5349B5 background.