COLOR #5083B6

HEX: #5083B6
RGB: (80,131,182)

Color info

#5083B6 contains mainly green and blue colors. Web safe color of #5083B6 is #6699CC (or #69C).

RGB color model

#5083B6 color RGB value is (80,131,182).

  • red value is 80;
  • green value is 131;
  • blue value is 182.
RGB:
(80,131,182)
(31%,51%,71%)

RGB channels and saturation

R 80 of 255 = 31%
G 131 of 255 = 51%
B 182 of 255 = 71%

80
131
182

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

Portions of RGB colors in percentages

R + G + B =
80 + 131 + 182 = 393 (100%)
R 80 of 393 ~ 20.36%
G 131 of 393 ~ 33.33%
B 182 of 393 ~ 46.31%

%20.36
%33.33
%46.31

CMYK color model

#5083B6 color CMYK value is (56,28,0,29).

  • cyan value is 56.04%
  • magenta value is 28.02%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(56,28,0,29)
C56M28Y0K29 
(56%,28%,0%,29%)
(0.56/0.28/0.00/0.29)	

CMYK percentages

%56.04
%28.02
%0
%28.63

Codes

Color #5083B6 in popluar color models

5083B6
RGB80131182
HSL210°41.13%51.37%
HSB/HSV210°56.04%71.37%
CMYK56.04%28.02%0.00%
28.63%

Color #5083B6 in popluar number systems.

HEX5083B6
Decimal80131182
Binary10100001000001110110110
Octal120203266

Shades and tints

Shades of #5083B6

#5083B6
(80,131,182)
#4978A6
(73,120,166)
#426D96
(66,109,150)
#3B6286
(59,98,134)
#345776
(52,87,118)
#2D4C66
(45,76,102)
#264156
(38,65,86)
#1F3646
(31,54,70)
#182B36
(24,43,54)
#112026
(17,32,38)
#0A1516
(10,21,22)
#000000
(0,0,0)

Tints of #5083B6

#5083B6
(80,131,182)
#5F8EBC
(95,142,188)
#6E99C2
(110,153,194)
#7DA4C8
(125,164,200)
#8CAFCE
(140,175,206)
#9BBAD4
(155,186,212)
#AAC5DA
(170,197,218)
#B9D0E0
(185,208,224)
#C8DBE6
(200,219,230)
#D7E6EC
(215,230,236)
#E6F1F2
(230,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5083B6 color. Also use rgb(80,131,182) instead hex code.

Text Font Color

.myTextColor { color: #5083B6; }

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

This text font color is #5083B6.


Background Color

.myBgColor { background-color: #5083B6; }

<div style="background-color:#5083B6">Inner text</div>

This div background color is #5083B6.


Border color

.myBorderColor { border: 1px solid #5083B6; }

<div style="border:3px solid #5083B6">Div</div>

This div border color is #5083B6.


Opacity

.myOpacity80 { color: #5083B6; opacity: 0.8; }

<p style="color:#5083B6;opacity:0.8;">80%</p>

Text with #5083B6 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 #5083B6;}

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

This text has shadow with #5083B6 color.

.textShadow {text-shadow: 3px 3px 1px #5083B6, 3px 3px 1px red;}

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

This text has shadow with #5083B6 primary color and red secondary color.


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

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

This text has shadow with #5083B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5083B6 on black background.


Color preview on white background

This text has color #5083B6 on white background.



Black color preview on #5083B6 background

This text has black color on #5083B6 background.


White color preview on #5083B6 background

This text has white color on #5083B6 background.