COLOR #5098A4

HEX: #5098A4 RGB: (80,152,164)

Color info

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

RGB color model

#5098A4 color RGB value is (80,152,164).

RGB: (80,152,164) (31%, 60%, 64%)

RGB channels and saturation

R 80 of 255 = 31%
G 152 of 255 = 60%
B 164 of 255 = 64%

80
152
164

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

Portions of RGB colors in percentages

R + G + B = 80 + 152 + 164 = 396 (100%)
R 80 of 396 ~ 20.2%
G 152 of 396 ~ 38.38%
B 164 of 396 ~ 41.41'%

%20.2
%38.38
%41.41

CMYK color model

#5098A4 color CMYK value is (51,7,0,36).

  • cyan value is 51.22%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (51,7,0,36)
C51M7Y0K36 (51%, 7%, 0%, 36%)
(0.51 / 0.07 / 0.00 / 0.36)

CMYK percentages

%51.22
%7.32
%0
%35.69

Codes

Color #5098A4 in popluar color models

50 98 A4
RGB 80 152 164
HSL 189° 34.43% 47.84%
HSB/HSV 189° 51.22% 64.31%
CMYK 51.22% 7.32% 0.00%
35.69%

Color #5098A4 in popluar number systems.

HEX 50 98 A4
Decimal 80 152 164
Binary 1010000 10011000 10100100
Octal 120 230 244

Shades and tints

Shades of #5098A4

#5098A4
(80,152,164)
#498B96
(73,139,150)
#427E88
(66,126,136)
#3B717A
(59,113,122)
#34646C
(52,100,108)
#2D575E
(45,87,94)
#264A50
(38,74,80)
#1F3D42
(31,61,66)
#183034
(24,48,52)
#112326
(17,35,38)
#0A1618
(10,22,24)
#000000
(0,0,0)

Tints of #5098A4

#5098A4
(80,152,164)
#5FA1AC
(95,161,172)
#6EAAB4
(110,170,180)
#7DB3BC
(125,179,188)
#8CBCC4
(140,188,196)
#9BC5CC
(155,197,204)
#AACED4
(170,206,212)
#B9D7DC
(185,215,220)
#C8E0E4
(200,224,228)
#D7E9EC
(215,233,236)
#E6F2F4
(230,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5098A4 color. Also use rgb(80,152,164) instead hex code.

Text Font Color

.myTextColor { color: #5098A4; }

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

This text font color is #5098A4.

Background Color

.myBgColor { background-color: #5098A4; }

<div style="background-color:#5098A4">Inner text</div>

This div background color is #5098A4.

Border color

.myBorderColor { border: 1px solid #5098A4; }

<div style="border:3px solid #5098A4">Div</div>

This div border color is #5098A4.

Opacity

.myOpacity80 { color: #5098A4; opacity: 0.8; }

<p style="color:#5098A4;opacity:0.8;">80%</p>

Text with #5098A4 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 #5098A4;}

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

This text has shadow with #5098A4 color.


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

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

This text has shadow with #5098A4 primary color and red secondary color.


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

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

This text has shadow with #5098A4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5098A4.

Preview

Color preview on black background

This text has color #5098A4 on black background.


Color preview on white background

This text has color #5098A4 on white background.


Black color preview on #5098A4 background

This text has black color on #5098A4 background.


White color preview on #5098A4 background

This text has white color on #5098A4 background.


Related colors

Complementary color

Complementary color for #hex is #AF675B.


I love getcolorcode.com

Triadic colors

1 #A45098 and #98A450 with #5098A4 are triadic colors.

2 #A49850 and #9850A4 with #5098A4 are triadic colors.