COLOR #5380CA

HEX: #5380CA
RGB: (83,128,202)

Color info

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

RGB color model

#5380CA color RGB value is (83,128,202).

  • red value is 83;
  • green value is 128;
  • blue value is 202.
RGB:
(83,128,202)
(33%,50%,79%)

RGB channels and saturation

R 83 of 255 = 33%
G 128 of 255 = 50%
B 202 of 255 = 79%

83
128
202

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

Portions of RGB colors in percentages

R + G + B =
83 + 128 + 202 = 413 (100%)
R 83 of 413 ~ 20.1%
G 128 of 413 ~ 30.99%
B 202 of 413 ~ 48.91%

%20.1
%30.99
%48.91

CMYK color model

#5380CA color CMYK value is (59,37,0,21).

  • cyan value is 58.91%
  • magenta value is 36.63%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(59,37,0,21)
C59M37Y0K21 
(59%,37%,0%,21%)
(0.59/0.37/0.00/0.21)	

CMYK percentages

%58.91
%36.63
%0
%20.78

Codes

Color #5380CA in popluar color models

5380CA
RGB83128202
HSL217°52.89%55.88%
HSB/HSV217°58.91%79.22%
CMYK58.91%36.63%0.00%
20.78%

Color #5380CA in popluar number systems.

HEX5380CA
Decimal83128202
Binary10100111000000011001010
Octal123200312

Shades and tints

Shades of #5380CA

#5380CA
(83,128,202)
#4C75B8
(76,117,184)
#456AA6
(69,106,166)
#3E5F94
(62,95,148)
#375482
(55,84,130)
#304970
(48,73,112)
#293E5E
(41,62,94)
#22334C
(34,51,76)
#1B283A
(27,40,58)
#141D28
(20,29,40)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #5380CA

#5380CA
(83,128,202)
#628BCE
(98,139,206)
#7196D2
(113,150,210)
#80A1D6
(128,161,214)
#8FACDA
(143,172,218)
#9EB7DE
(158,183,222)
#ADC2E2
(173,194,226)
#BCCDE6
(188,205,230)
#CBD8EA
(203,216,234)
#DAE3EE
(218,227,238)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5380CA color. Also use rgb(83,128,202) instead hex code.

Text Font Color

.myTextColor { color: #5380CA; }

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

This text font color is #5380CA.


Background Color

.myBgColor { background-color: #5380CA; }

<div style="background-color:#5380CA">Inner text</div>

This div background color is #5380CA.


Border color

.myBorderColor { border: 1px solid #5380CA; }

<div style="border:3px solid #5380CA">Div</div>

This div border color is #5380CA.


Opacity

.myOpacity80 { color: #5380CA; opacity: 0.8; }

<p style="color:#5380CA;opacity:0.8;">80%</p>

Text with #5380CA 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 #5380CA;}

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

This text has shadow with #5380CA color.

.textShadow {text-shadow: 3px 3px 1px #5380CA, 3px 3px 1px red;}

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

This text has shadow with #5380CA primary color and red secondary color.


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

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

This text has shadow with #5380CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5380CA on black background.


Color preview on white background

This text has color #5380CA on white background.



Black color preview on #5380CA background

This text has black color on #5380CA background.


White color preview on #5380CA background

This text has white color on #5380CA background.