COLOR #5062B2

HEX: #5062B2 RGB: (80,98,178)

Color info

#5062B2 contains mainly blue color. Web safe color of #5062B2 is #666699 (or #669).

RGB color model

#5062B2 color RGB value is (80,98,178).

RGB: (80,98,178) (31%, 38%, 70%)

RGB channels and saturation

R 80 of 255 = 31%
G 98 of 255 = 38%
B 178 of 255 = 70%

80
98
178

R + G + B ~ 46%. #5062B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 98 + 178 = 356 (100%)
R 80 of 356 ~ 22.47%
G 98 of 356 ~ 27.53%
B 178 of 356 ~ 50'%

%22.47
%27.53
%50

CMYK color model

#5062B2 color CMYK value is (55,45,0,30).

  • cyan value is 55.06%
  • magenta value is 44.94%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (55,45,0,30)
C55M45Y0K30 (55%, 45%, 0%, 30%)
(0.55 / 0.45 / 0.00 / 0.30)

CMYK percentages

%55.06
%44.94
%0
%30.2

Codes

Color #5062B2 in popluar color models

50 62 B2
RGB 80 98 178
HSL 229° 38.89% 50.59%
HSB/HSV 229° 55.06% 69.80%
CMYK 55.06% 44.94% 0.00%
30.20%

Color #5062B2 in popluar number systems.

HEX 50 62 B2
Decimal 80 98 178
Binary 1010000 1100010 10110010
Octal 120 142 262

Shades and tints

Shades of #5062B2

#5062B2
(80,98,178)
#495AA2
(73,90,162)
#425292
(66,82,146)
#3B4A82
(59,74,130)
#344272
(52,66,114)
#2D3A62
(45,58,98)
#263252
(38,50,82)
#1F2A42
(31,42,66)
#182232
(24,34,50)
#111A22
(17,26,34)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #5062B2

#5062B2
(80,98,178)
#5F70B9
(95,112,185)
#6E7EC0
(110,126,192)
#7D8CC7
(125,140,199)
#8C9ACE
(140,154,206)
#9BA8D5
(155,168,213)
#AAB6DC
(170,182,220)
#B9C4E3
(185,196,227)
#C8D2EA
(200,210,234)
#D7E0F1
(215,224,241)
#E6EEF8
(230,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5062B2 color. Also use rgb(80,98,178) instead hex code.

Text Font Color

.myTextColor { color: #5062B2; }

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

This text font color is #5062B2.

Background Color

.myBgColor { background-color: #5062B2; }

<div style="background-color:#5062B2">Inner text</div>

This div background color is #5062B2.

Border color

.myBorderColor { border: 1px solid #5062B2; }

<div style="border:3px solid #5062B2">Div</div>

This div border color is #5062B2.

Opacity

.myOpacity80 { color: #5062B2; opacity: 0.8; }

<p style="color:#5062B2;opacity:0.8;">80%</p>

Text with #5062B2 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 #5062B2;}

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

This text has shadow with #5062B2 color.


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

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

This text has shadow with #5062B2 primary color and red secondary color.


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

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

This text has shadow with #5062B2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5062B2.

Preview

Color preview on black background

This text has color #5062B2 on black background.


Color preview on white background

This text has color #5062B2 on white background.


Black color preview on #5062B2 background

This text has black color on #5062B2 background.


White color preview on #5062B2 background

This text has white color on #5062B2 background.


Related colors

Complementary color

Complementary color for #hex is #AF9D4D.


I love getcolorcode.com

Triadic colors

1 #B25062 and #62B250 with #5062B2 are triadic colors.

2 #B26250 and #6250B2 with #5062B2 are triadic colors.