COLOR #5058A2

HEX: #5058A2 RGB: (80,88,162)

Color info

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

RGB color model

#5058A2 color RGB value is (80,88,162).

RGB: (80,88,162) (31%, 35%, 64%)

RGB channels and saturation

R 80 of 255 = 31%
G 88 of 255 = 35%
B 162 of 255 = 64%

80
88
162

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

Portions of RGB colors in percentages

R + G + B = 80 + 88 + 162 = 330 (100%)
R 80 of 330 ~ 24.24%
G 88 of 330 ~ 26.67%
B 162 of 330 ~ 49.09'%

%24.24
%26.67
%49.09

CMYK color model

#5058A2 color CMYK value is (51,46,0,36).

  • cyan value is 50.62%
  • magenta value is 45.68%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (51,46,0,36)
C51M46Y0K36 (51%, 46%, 0%, 36%)
(0.51 / 0.46 / 0.00 / 0.36)

CMYK percentages

%50.62
%45.68
%0
%36.47

Codes

Color #5058A2 in popluar color models

50 58 A2
RGB 80 88 162
HSL 234° 33.88% 47.45%
HSB/HSV 234° 50.62% 63.53%
CMYK 50.62% 45.68% 0.00%
36.47%

Color #5058A2 in popluar number systems.

HEX 50 58 A2
Decimal 80 88 162
Binary 1010000 1011000 10100010
Octal 120 130 242

Shades and tints

Shades of #5058A2

#5058A2
(80,88,162)
#495094
(73,80,148)
#424886
(66,72,134)
#3B4078
(59,64,120)
#34386A
(52,56,106)
#2D305C
(45,48,92)
#26284E
(38,40,78)
#1F2040
(31,32,64)
#181832
(24,24,50)
#111024
(17,16,36)
#0A0816
(10,8,22)
#000000
(0,0,0)

Tints of #5058A2

#5058A2
(80,88,162)
#5F67AA
(95,103,170)
#6E76B2
(110,118,178)
#7D85BA
(125,133,186)
#8C94C2
(140,148,194)
#9BA3CA
(155,163,202)
#AAB2D2
(170,178,210)
#B9C1DA
(185,193,218)
#C8D0E2
(200,208,226)
#D7DFEA
(215,223,234)
#E6EEF2
(230,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5058A2; }

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

This text font color is #5058A2.

Background Color

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

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

This div background color is #5058A2.

Border color

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

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

This div border color is #5058A2.

Opacity

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

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

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

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

This text has shadow with #5058A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5058A2.

Preview

Color preview on black background

This text has color #5058A2 on black background.


Color preview on white background

This text has color #5058A2 on white background.


Black color preview on #5058A2 background

This text has black color on #5058A2 background.


White color preview on #5058A2 background

This text has white color on #5058A2 background.


Related colors

Complementary color

Complementary color for #hex is #AFA75D.


I love getcolorcode.com

Triadic colors

1 #A25058 and #58A250 with #5058A2 are triadic colors.

2 #A25850 and #5850A2 with #5058A2 are triadic colors.