COLOR #5370D6

HEX: #5370D6
RGB: (83,112,214)

Color info

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

RGB color model

#5370D6 color RGB value is (83,112,214).

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

RGB channels and saturation

R 83 of 255 = 33%
G 112 of 255 = 44%
B 214 of 255 = 84%

83
112
214

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

Portions of RGB colors in percentages

R + G + B =
83 + 112 + 214 = 409 (100%)
R 83 of 409 ~ 20.29%
G 112 of 409 ~ 27.38%
B 214 of 409 ~ 52.32%

%20.29
%27.38
%52.32

CMYK color model

#5370D6 color CMYK value is (61,48,0,16).

  • cyan value is 61.21%
  • magenta value is 47.66%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(61,48,0,16)
C61M48Y0K16 
(61%,48%,0%,16%)
(0.61/0.48/0.00/0.16)	

CMYK percentages

%61.21
%47.66
%0
%16.08

Codes

Color #5370D6 in popluar color models

5370D6
RGB83112214
HSL227°61.50%58.24%
HSB/HSV227°61.21%83.92%
CMYK61.21%47.66%0.00%
16.08%

Color #5370D6 in popluar number systems.

HEX5370D6
Decimal83112214
Binary1010011111000011010110
Octal123160326

Shades and tints

Shades of #5370D6

#5370D6
(83,112,214)
#4C66C3
(76,102,195)
#455CB0
(69,92,176)
#3E529D
(62,82,157)
#37488A
(55,72,138)
#303E77
(48,62,119)
#293464
(41,52,100)
#222A51
(34,42,81)
#1B203E
(27,32,62)
#14162B
(20,22,43)
#0D0C18
(13,12,24)
#000000
(0,0,0)

Tints of #5370D6

#5370D6
(83,112,214)
#627DD9
(98,125,217)
#718ADC
(113,138,220)
#8097DF
(128,151,223)
#8FA4E2
(143,164,226)
#9EB1E5
(158,177,229)
#ADBEE8
(173,190,232)
#BCCBEB
(188,203,235)
#CBD8EE
(203,216,238)
#DAE5F1
(218,229,241)
#E9F2F4
(233,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5370D6; }

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

This text font color is #5370D6.


Background Color

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

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

This div background color is #5370D6.


Border color

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

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

This div border color is #5370D6.


Opacity

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

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

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

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

This text has shadow with #5370D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5370D6 on black background.


Color preview on white background

This text has color #5370D6 on white background.



Black color preview on #5370D6 background

This text has black color on #5370D6 background.


White color preview on #5370D6 background

This text has white color on #5370D6 background.