COLOR #5378BC

HEX: #5378BC RGB: (83,120,188)

Color info

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

RGB color model

#5378BC color RGB value is (83,120,188).

RGB: (83,120,188) (33%, 47%, 74%)

RGB channels and saturation

R 83 of 255 = 33%
G 120 of 255 = 47%
B 188 of 255 = 74%

83
120
188

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

Portions of RGB colors in percentages

R + G + B = 83 + 120 + 188 = 391 (100%)
R 83 of 391 ~ 21.23%
G 120 of 391 ~ 30.69%
B 188 of 391 ~ 48.08'%

%21.23
%30.69
%48.08

CMYK color model

#5378BC color CMYK value is (56,36,0,26).

  • cyan value is 55.85%
  • magenta value is 36.17%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (56,36,0,26) C56M36Y0K26 (56%,36%,0%,26%) (0.56/0.36/0.00/0.26) 

CMYK percentages

%55.85
%36.17
%0
%26.27

Codes

Color #5378BC in popluar color models

53 78 BC
RGB 83 120 188
HSL 219° 43.93% 53.14%
HSB/HSV 219° 55.85% 73.73%
CMYK 55.85% 36.17% 0.00%
26.27%

Color #5378BC in popluar number systems.

HEX 53 78 BC
Decimal 83 120 188
Binary 1010011 1111000 10111100
Octal 123 170 274

Shades and tints

Shades of #5378BC

#5378BC
(83,120,188)
#4C6EAB
(76,110,171)
#45649A
(69,100,154)
#3E5A89
(62,90,137)
#375078
(55,80,120)
#304667
(48,70,103)
#293C56
(41,60,86)
#223245
(34,50,69)
#1B2834
(27,40,52)
#141E23
(20,30,35)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #5378BC

#5378BC
(83,120,188)
#6284C2
(98,132,194)
#7190C8
(113,144,200)
#809CCE
(128,156,206)
#8FA8D4
(143,168,212)
#9EB4DA
(158,180,218)
#ADC0E0
(173,192,224)
#BCCCE6
(188,204,230)
#CBD8EC
(203,216,236)
#DAE4F2
(218,228,242)
#E9F0F8
(233,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5378BC; }

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

This text font color is #5378BC.

Background Color

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

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

This div background color is #5378BC.

Border color

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

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

This div border color is #5378BC.

Opacity

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

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

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

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

This text has shadow with #5378BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5378BC.

Preview

Color preview on black background

This text has color #5378BC on black background.


Color preview on white background

This text has color #5378BC on white background.


Black color preview on #5378BC background

This text has black color on #5378BC background.


White color preview on #5378BC background

This text has white color on #5378BC background.


Related colors

Complementary color

Complementary color for #hex is #AC8743.


I love getcolorcode.com

Triadic colors

1 #BC5378 and #78BC53 with #5378BC are triadic colors.

2 #BC7853 and #7853BC with #5378BC are triadic colors.