COLOR #5090B2

HEX: #5090B2 RGB: (80,144,178)

Color info

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

RGB color model

#5090B2 color RGB value is (80,144,178).

RGB: (80,144,178) (31%, 56%, 70%)

RGB channels and saturation

R 80 of 255 = 31%
G 144 of 255 = 56%
B 178 of 255 = 70%

80
144
178

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

Portions of RGB colors in percentages

R + G + B = 80 + 144 + 178 = 402 (100%)
R 80 of 402 ~ 19.9%
G 144 of 402 ~ 35.82%
B 178 of 402 ~ 44.28'%

%19.9
%35.82
%44.28

CMYK color model

#5090B2 color CMYK value is (55,19,0,30).

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

CMYK: (55,19,0,30)
C55M19Y0K30 (55%, 19%, 0%, 30%)
(0.55 / 0.19 / 0.00 / 0.30)

CMYK percentages

%55.06
%19.1
%0
%30.2

Codes

Color #5090B2 in popluar color models

50 90 B2
RGB 80 144 178
HSL 201° 38.89% 50.59%
HSB/HSV 201° 55.06% 69.80%
CMYK 55.06% 19.10% 0.00%
30.20%

Color #5090B2 in popluar number systems.

HEX 50 90 B2
Decimal 80 144 178
Binary 1010000 10010000 10110010
Octal 120 220 262

Shades and tints

Shades of #5090B2

#5090B2
(80,144,178)
#4983A2
(73,131,162)
#427692
(66,118,146)
#3B6982
(59,105,130)
#345C72
(52,92,114)
#2D4F62
(45,79,98)
#264252
(38,66,82)
#1F3542
(31,53,66)
#182832
(24,40,50)
#111B22
(17,27,34)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #5090B2

#5090B2
(80,144,178)
#5F9AB9
(95,154,185)
#6EA4C0
(110,164,192)
#7DAEC7
(125,174,199)
#8CB8CE
(140,184,206)
#9BC2D5
(155,194,213)
#AACCDC
(170,204,220)
#B9D6E3
(185,214,227)
#C8E0EA
(200,224,234)
#D7EAF1
(215,234,241)
#E6F4F8
(230,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5090B2; }

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

This text font color is #5090B2.

Background Color

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

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

This div background color is #5090B2.

Border color

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

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

This div border color is #5090B2.

Opacity

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

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

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

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

This text has shadow with #5090B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5090B2.

Preview

Color preview on black background

This text has color #5090B2 on black background.


Color preview on white background

This text has color #5090B2 on white background.


Black color preview on #5090B2 background

This text has black color on #5090B2 background.


White color preview on #5090B2 background

This text has white color on #5090B2 background.


Related colors

Complementary color

Complementary color for #hex is #AF6F4D.


I love getcolorcode.com

Triadic colors

1 #B25090 and #90B250 with #5090B2 are triadic colors.

2 #B29050 and #9050B2 with #5090B2 are triadic colors.