COLOR #5370AE

HEX: #5370AE
RGB: (83,112,174)

Color info

#5370AE contains mainly blue color. Web safe color of #5370AE is #666699 (or #669).

RGB color model

#5370AE color RGB value is (83,112,174).

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

RGB channels and saturation

R 83 of 255 = 33%
G 112 of 255 = 44%
B 174 of 255 = 68%

83
112
174

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

Portions of RGB colors in percentages

R + G + B =
83 + 112 + 174 = 369 (100%)
R 83 of 369 ~ 22.49%
G 112 of 369 ~ 30.35%
B 174 of 369 ~ 47.15%

%22.49
%30.35
%47.15

CMYK color model

#5370AE color CMYK value is (52,36,0,32).

  • cyan value is 52.30%
  • magenta value is 35.63%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(52,36,0,32)
C52M36Y0K32 
(52%,36%,0%,32%)
(0.52/0.36/0.00/0.32)	

CMYK percentages

%52.3
%35.63
%0
%31.76

Codes

Color #5370AE in popluar color models

5370AE
RGB83112174
HSL221°35.97%50.39%
HSB/HSV221°52.30%68.24%
CMYK52.30%35.63%0.00%
31.76%

Color #5370AE in popluar number systems.

HEX5370AE
Decimal83112174
Binary1010011111000010101110
Octal123160256

Shades and tints

Shades of #5370AE

#5370AE
(83,112,174)
#4C669F
(76,102,159)
#455C90
(69,92,144)
#3E5281
(62,82,129)
#374872
(55,72,114)
#303E63
(48,62,99)
#293454
(41,52,84)
#222A45
(34,42,69)
#1B2036
(27,32,54)
#141627
(20,22,39)
#0D0C18
(13,12,24)
#000000
(0,0,0)

Tints of #5370AE

#5370AE
(83,112,174)
#627DB5
(98,125,181)
#718ABC
(113,138,188)
#8097C3
(128,151,195)
#8FA4CA
(143,164,202)
#9EB1D1
(158,177,209)
#ADBED8
(173,190,216)
#BCCBDF
(188,203,223)
#CBD8E6
(203,216,230)
#DAE5ED
(218,229,237)
#E9F2F4
(233,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5370AE; }

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

This text font color is #5370AE.


Background Color

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

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

This div background color is #5370AE.


Border color

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

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

This div border color is #5370AE.


Opacity

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

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

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

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

This text has shadow with #5370AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5370AE on black background.


Color preview on white background

This text has color #5370AE on white background.



Black color preview on #5370AE background

This text has black color on #5370AE background.


White color preview on #5370AE background

This text has white color on #5370AE background.