COLOR #5378AE

HEX: #5378AE RGB: (83,120,174)

Color info

#5378AE contains mainly green and blue colors. Web safe color of #5378AE is #666699 (or #669).

RGB color model

#5378AE color RGB value is (83,120,174).

RGB: (83,120,174) (33%, 47%, 68%)

RGB channels and saturation

R 83 of 255 = 33%
G 120 of 255 = 47%
B 174 of 255 = 68%

83
120
174

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

Portions of RGB colors in percentages

R + G + B = 83 + 120 + 174 = 377 (100%)
R 83 of 377 ~ 22.02%
G 120 of 377 ~ 31.83%
B 174 of 377 ~ 46.15'%

%22.02
%31.83
%46.15

CMYK color model

#5378AE color CMYK value is (52,31,0,32).

  • cyan value is 52.30%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (52,31,0,32) C52M31Y0K32 (52%,31%,0%,32%) (0.52/0.31/0.00/0.32) 

CMYK percentages

%52.3
%31.03
%0
%31.76

Codes

Color #5378AE in popluar color models

53 78 AE
RGB 83 120 174
HSL 216° 35.97% 50.39%
HSB/HSV 216° 52.30% 68.24%
CMYK 52.30% 31.03% 0.00%
31.76%

Color #5378AE in popluar number systems.

HEX 53 78 AE
Decimal 83 120 174
Binary 1010011 1111000 10101110
Octal 123 170 256

Shades and tints

Shades of #5378AE

#5378AE
(83,120,174)
#4C6E9F
(76,110,159)
#456490
(69,100,144)
#3E5A81
(62,90,129)
#375072
(55,80,114)
#304663
(48,70,99)
#293C54
(41,60,84)
#223245
(34,50,69)
#1B2836
(27,40,54)
#141E27
(20,30,39)
#0D1418
(13,20,24)
#000000
(0,0,0)

Tints of #5378AE

#5378AE
(83,120,174)
#6284B5
(98,132,181)
#7190BC
(113,144,188)
#809CC3
(128,156,195)
#8FA8CA
(143,168,202)
#9EB4D1
(158,180,209)
#ADC0D8
(173,192,216)
#BCCCDF
(188,204,223)
#CBD8E6
(203,216,230)
#DAE4ED
(218,228,237)
#E9F0F4
(233,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5378AE; }

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

This text font color is #5378AE.

Background Color

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

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

This div background color is #5378AE.

Border color

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

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

This div border color is #5378AE.

Opacity

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

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

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

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

This text has shadow with #5378AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5378AE.

Preview

Color preview on black background

This text has color #5378AE on black background.


Color preview on white background

This text has color #5378AE on white background.


Black color preview on #5378AE background

This text has black color on #5378AE background.


White color preview on #5378AE background

This text has white color on #5378AE background.


Related colors

Complementary color

Complementary color for #hex is #AC8751.


I love getcolorcode.com

Triadic colors

1 #AE5378 and #78AE53 with #5378AE are triadic colors.

2 #AE7853 and #7853AE with #5378AE are triadic colors.