COLOR #5370D2

HEX: #5370D2
RGB: (83,112,210)

Color info

#5370D2 contains mainly blue color. Web safe color of #5370D2 is #6666CC (or #66C).

RGB color model

#5370D2 color RGB value is (83,112,210).

  • red value is 83;
  • green value is 112;
  • blue value is 210.
RGB:
(83,112,210)
(33%,44%,82%)

RGB channels and saturation

R 83 of 255 = 33%
G 112 of 255 = 44%
B 210 of 255 = 82%

83
112
210

R + G + B ~ 53%. #5370D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 112 + 210 = 405 (100%)
R 83 of 405 ~ 20.49%
G 112 of 405 ~ 27.65%
B 210 of 405 ~ 51.85%

%20.49
%27.65
%51.85

CMYK color model

#5370D2 color CMYK value is (60,47,0,18).

  • cyan value is 60.48%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(60,47,0,18)
C60M47Y0K18 
(60%,47%,0%,18%)
(0.60/0.47/0.00/0.18)	

CMYK percentages

%60.48
%46.67
%0
%17.65

Codes

Color #5370D2 in popluar color models

5370D2
RGB83112210
HSL226°58.53%57.45%
HSB/HSV226°60.48%82.35%
CMYK60.48%46.67%0.00%
17.65%

Color #5370D2 in popluar number systems.

HEX5370D2
Decimal83112210
Binary1010011111000011010010
Octal123160322

Shades and tints

Shades of #5370D2

#5370D2
(83,112,210)
#4C66BF
(76,102,191)
#455CAC
(69,92,172)
#3E5299
(62,82,153)
#374886
(55,72,134)
#303E73
(48,62,115)
#293460
(41,52,96)
#222A4D
(34,42,77)
#1B203A
(27,32,58)
#141627
(20,22,39)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #5370D2

#5370D2
(83,112,210)
#627DD6
(98,125,214)
#718ADA
(113,138,218)
#8097DE
(128,151,222)
#8FA4E2
(143,164,226)
#9EB1E6
(158,177,230)
#ADBEEA
(173,190,234)
#BCCBEE
(188,203,238)
#CBD8F2
(203,216,242)
#DAE5F6
(218,229,246)
#E9F2FA
(233,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5370D2 color. Also use rgb(83,112,210) instead hex code.

Text Font Color

.myTextColor { color: #5370D2; }

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

This text font color is #5370D2.


Background Color

.myBgColor { background-color: #5370D2; }

<div style="background-color:#5370D2">Inner text</div>

This div background color is #5370D2.


Border color

.myBorderColor { border: 1px solid #5370D2; }

<div style="border:3px solid #5370D2">Div</div>

This div border color is #5370D2.


Opacity

.myOpacity80 { color: #5370D2; opacity: 0.8; }

<p style="color:#5370D2;opacity:0.8;">80%</p>

Text with #5370D2 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 #5370D2;}

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

This text has shadow with #5370D2 color.

.textShadow {text-shadow: 3px 3px 1px #5370D2, 3px 3px 1px red;}

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

This text has shadow with #5370D2 primary color and red secondary color.


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

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

This text has shadow with #5370D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5370D2 on black background.


Color preview on white background

This text has color #5370D2 on white background.



Black color preview on #5370D2 background

This text has black color on #5370D2 background.


White color preview on #5370D2 background

This text has white color on #5370D2 background.