COLOR #5349B2

HEX: #5349B2
RGB: (83,73,178)

Color info

#5349B2 contains mainly blue color. Web safe color of #5349B2 is #663399 (or #639).

RGB color model

#5349B2 color RGB value is (83,73,178).

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

RGB channels and saturation

R 83 of 255 = 33%
G 73 of 255 = 29%
B 178 of 255 = 70%

83
73
178

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

Portions of RGB colors in percentages

R + G + B =
83 + 73 + 178 = 334 (100%)
R 83 of 334 ~ 24.85%
G 73 of 334 ~ 21.86%
B 178 of 334 ~ 53.29%

%24.85
%21.86
%53.29

CMYK color model

#5349B2 color CMYK value is (53,59,0,30).

  • cyan value is 53.37%
  • magenta value is 58.99%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(53,59,0,30)
C53M59Y0K30 
(53%,59%,0%,30%)
(0.53/0.59/0.00/0.30)	

CMYK percentages

%53.37
%58.99
%0
%30.2

Codes

Color #5349B2 in popluar color models

5349B2
RGB8373178
HSL246°41.83%49.22%
HSB/HSV246°58.99%69.80%
CMYK53.37%58.99%0.00%
30.20%

Color #5349B2 in popluar number systems.

HEX5349B2
Decimal8373178
Binary1010011100100110110010
Octal123111262

Shades and tints

Shades of #5349B2

#5349B2
(83,73,178)
#4C43A2
(76,67,162)
#453D92
(69,61,146)
#3E3782
(62,55,130)
#373172
(55,49,114)
#302B62
(48,43,98)
#292552
(41,37,82)
#221F42
(34,31,66)
#1B1932
(27,25,50)
#141322
(20,19,34)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #5349B2

#5349B2
(83,73,178)
#6259B9
(98,89,185)
#7169C0
(113,105,192)
#8079C7
(128,121,199)
#8F89CE
(143,137,206)
#9E99D5
(158,153,213)
#ADA9DC
(173,169,220)
#BCB9E3
(188,185,227)
#CBC9EA
(203,201,234)
#DAD9F1
(218,217,241)
#E9E9F8
(233,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5349B2; }

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

This text font color is #5349B2.


Background Color

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

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

This div background color is #5349B2.


Border color

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

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

This div border color is #5349B2.


Opacity

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

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

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

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

This text has shadow with #5349B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5349B2 on black background.


Color preview on white background

This text has color #5349B2 on white background.



Black color preview on #5349B2 background

This text has black color on #5349B2 background.


White color preview on #5349B2 background

This text has white color on #5349B2 background.