COLOR #5093B2

HEX: #5093B2 RGB: (80,147,178)

Color info

#5093B2 contains mainly green and blue colors. Web safe color of #5093B2 is #669999 (or #699).

RGB color model

#5093B2 color RGB value is (80,147,178).

RGB: (80,147,178) (31%, 58%, 70%)

RGB channels and saturation

R 80 of 255 = 31%
G 147 of 255 = 58%
B 178 of 255 = 70%

80
147
178

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

Portions of RGB colors in percentages

R + G + B = 80 + 147 + 178 = 405 (100%)
R 80 of 405 ~ 19.75%
G 147 of 405 ~ 36.3%
B 178 of 405 ~ 43.95'%

%19.75
%36.3
%43.95

CMYK color model

#5093B2 color CMYK value is (55,17,0,30).

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

CMYK: (55,17,0,30)
C55M17Y0K30 (55%, 17%, 0%, 30%)
(0.55 / 0.17 / 0.00 / 0.30)

CMYK percentages

%55.06
%17.42
%0
%30.2

Codes

Color #5093B2 in popluar color models

50 93 B2
RGB 80 147 178
HSL 199° 38.89% 50.59%
HSB/HSV 199° 55.06% 69.80%
CMYK 55.06% 17.42% 0.00%
30.20%

Color #5093B2 in popluar number systems.

HEX 50 93 B2
Decimal 80 147 178
Binary 1010000 10010011 10110010
Octal 120 223 262

Shades and tints

Shades of #5093B2

#5093B2
(80,147,178)
#4986A2
(73,134,162)
#427992
(66,121,146)
#3B6C82
(59,108,130)
#345F72
(52,95,114)
#2D5262
(45,82,98)
#264552
(38,69,82)
#1F3842
(31,56,66)
#182B32
(24,43,50)
#111E22
(17,30,34)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #5093B2

#5093B2
(80,147,178)
#5F9CB9
(95,156,185)
#6EA5C0
(110,165,192)
#7DAEC7
(125,174,199)
#8CB7CE
(140,183,206)
#9BC0D5
(155,192,213)
#AAC9DC
(170,201,220)
#B9D2E3
(185,210,227)
#C8DBEA
(200,219,234)
#D7E4F1
(215,228,241)
#E6EDF8
(230,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5093B2; }

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

This text font color is #5093B2.

Background Color

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

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

This div background color is #5093B2.

Border color

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

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

This div border color is #5093B2.

Opacity

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

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

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

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

This text has shadow with #5093B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5093B2.

Preview

Color preview on black background

This text has color #5093B2 on black background.


Color preview on white background

This text has color #5093B2 on white background.


Black color preview on #5093B2 background

This text has black color on #5093B2 background.


White color preview on #5093B2 background

This text has white color on #5093B2 background.


Related colors

Complementary color

Complementary color for #hex is #AF6C4D.


I love getcolorcode.com

Triadic colors

1 #B25093 and #93B250 with #5093B2 are triadic colors.

2 #B29350 and #9350B2 with #5093B2 are triadic colors.