COLOR #5380A5

HEX: #5380A5
RGB: (83,128,165)

Color info

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

RGB color model

#5380A5 color RGB value is (83,128,165).

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

RGB channels and saturation

R 83 of 255 = 33%
G 128 of 255 = 50%
B 165 of 255 = 65%

83
128
165

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

Portions of RGB colors in percentages

R + G + B =
83 + 128 + 165 = 376 (100%)
R 83 of 376 ~ 22.07%
G 128 of 376 ~ 34.04%
B 165 of 376 ~ 43.88%

%22.07
%34.04
%43.88

CMYK color model

#5380A5 color CMYK value is (50,22,0,35).

  • cyan value is 49.70%
  • magenta value is 22.42%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(50,22,0,35)
C50M22Y0K35 
(50%,22%,0%,35%)
(0.50/0.22/0.00/0.35)	

CMYK percentages

%49.7
%22.42
%0
%35.29

Codes

Color #5380A5 in popluar color models

5380A5
RGB83128165
HSL207°33.06%48.63%
HSB/HSV207°49.70%64.71%
CMYK49.70%22.42%0.00%
35.29%

Color #5380A5 in popluar number systems.

HEX5380A5
Decimal83128165
Binary10100111000000010100101
Octal123200245

Shades and tints

Shades of #5380A5

#5380A5
(83,128,165)
#4C7596
(76,117,150)
#456A87
(69,106,135)
#3E5F78
(62,95,120)
#375469
(55,84,105)
#30495A
(48,73,90)
#293E4B
(41,62,75)
#22333C
(34,51,60)
#1B282D
(27,40,45)
#141D1E
(20,29,30)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #5380A5

#5380A5
(83,128,165)
#628BAD
(98,139,173)
#7196B5
(113,150,181)
#80A1BD
(128,161,189)
#8FACC5
(143,172,197)
#9EB7CD
(158,183,205)
#ADC2D5
(173,194,213)
#BCCDDD
(188,205,221)
#CBD8E5
(203,216,229)
#DAE3ED
(218,227,237)
#E9EEF5
(233,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5380A5; }

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

This text font color is #5380A5.


Background Color

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

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

This div background color is #5380A5.


Border color

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

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

This div border color is #5380A5.


Opacity

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

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

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

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

This text has shadow with #5380A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5380A5 on black background.


Color preview on white background

This text has color #5380A5 on white background.



Black color preview on #5380A5 background

This text has black color on #5380A5 background.


White color preview on #5380A5 background

This text has white color on #5380A5 background.