COLOR #5058A6

HEX: #5058A6 RGB: (80,88,166)

Color info

#5058A6 contains mainly blue color. Web safe color of #5058A6 is #666699 (or #669).

RGB color model

#5058A6 color RGB value is (80,88,166).

RGB: (80,88,166) (31%, 35%, 65%)

RGB channels and saturation

R 80 of 255 = 31%
G 88 of 255 = 35%
B 166 of 255 = 65%

80
88
166

R + G + B ~ 44%. #5058A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 88 + 166 = 334 (100%)
R 80 of 334 ~ 23.95%
G 88 of 334 ~ 26.35%
B 166 of 334 ~ 49.7'%

%23.95
%26.35
%49.7

CMYK color model

#5058A6 color CMYK value is (52,47,0,35).

  • cyan value is 51.81%
  • magenta value is 46.99%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (52,47,0,35)
C52M47Y0K35 (52%, 47%, 0%, 35%)
(0.52 / 0.47 / 0.00 / 0.35)

CMYK percentages

%51.81
%46.99
%0
%34.9

Codes

Color #5058A6 in popluar color models

50 58 A6
RGB 80 88 166
HSL 234° 34.96% 48.24%
HSB/HSV 234° 51.81% 65.10%
CMYK 51.81% 46.99% 0.00%
34.90%

Color #5058A6 in popluar number systems.

HEX 50 58 A6
Decimal 80 88 166
Binary 1010000 1011000 10100110
Octal 120 130 246

Shades and tints

Shades of #5058A6

#5058A6
(80,88,166)
#495097
(73,80,151)
#424888
(66,72,136)
#3B4079
(59,64,121)
#34386A
(52,56,106)
#2D305B
(45,48,91)
#26284C
(38,40,76)
#1F203D
(31,32,61)
#18182E
(24,24,46)
#11101F
(17,16,31)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #5058A6

#5058A6
(80,88,166)
#5F67AE
(95,103,174)
#6E76B6
(110,118,182)
#7D85BE
(125,133,190)
#8C94C6
(140,148,198)
#9BA3CE
(155,163,206)
#AAB2D6
(170,178,214)
#B9C1DE
(185,193,222)
#C8D0E6
(200,208,230)
#D7DFEE
(215,223,238)
#E6EEF6
(230,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5058A6 color. Also use rgb(80,88,166) instead hex code.

Text Font Color

.myTextColor { color: #5058A6; }

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

This text font color is #5058A6.

Background Color

.myBgColor { background-color: #5058A6; }

<div style="background-color:#5058A6">Inner text</div>

This div background color is #5058A6.

Border color

.myBorderColor { border: 1px solid #5058A6; }

<div style="border:3px solid #5058A6">Div</div>

This div border color is #5058A6.

Opacity

.myOpacity80 { color: #5058A6; opacity: 0.8; }

<p style="color:#5058A6;opacity:0.8;">80%</p>

Text with #5058A6 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 #5058A6;}

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

This text has shadow with #5058A6 color.


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

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

This text has shadow with #5058A6 primary color and red secondary color.


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

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

This text has shadow with #5058A6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5058A6.

Preview

Color preview on black background

This text has color #5058A6 on black background.


Color preview on white background

This text has color #5058A6 on white background.


Black color preview on #5058A6 background

This text has black color on #5058A6 background.


White color preview on #5058A6 background

This text has white color on #5058A6 background.


Related colors

Complementary color

Complementary color for #hex is #AFA759.


I love getcolorcode.com

Triadic colors

1 #A65058 and #58A650 with #5058A6 are triadic colors.

2 #A65850 and #5850A6 with #5058A6 are triadic colors.