COLOR #5198AE

HEX: #5198AE
RGB: (81,152,174)

Color info

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

RGB color model

#5198AE color RGB value is (81,152,174).

  • red value is 81;
  • green value is 152;
  • blue value is 174.
RGB:
(81,152,174)
(32%,60%,68%)

RGB channels and saturation

R 81 of 255 = 32%
G 152 of 255 = 60%
B 174 of 255 = 68%

81
152
174

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

Portions of RGB colors in percentages

R + G + B =
81 + 152 + 174 = 407 (100%)
R 81 of 407 ~ 19.9%
G 152 of 407 ~ 37.35%
B 174 of 407 ~ 42.75%

%19.9
%37.35
%42.75

CMYK color model

#5198AE color CMYK value is (53,13,0,32).

  • cyan value is 53.45%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(53,13,0,32)
C53M13Y0K32 
(53%,13%,0%,32%)
(0.53/0.13/0.00/0.32)	

CMYK percentages

%53.45
%12.64
%0
%31.76

Codes

Color #5198AE in popluar color models

5198AE
RGB81152174
HSL194°36.47%50.00%
HSB/HSV194°53.45%68.24%
CMYK53.45%12.64%0.00%
31.76%

Color #5198AE in popluar number systems.

HEX5198AE
Decimal81152174
Binary10100011001100010101110
Octal121230256

Shades and tints

Shades of #5198AE

#5198AE
(81,152,174)
#4A8B9F
(74,139,159)
#437E90
(67,126,144)
#3C7181
(60,113,129)
#356472
(53,100,114)
#2E5763
(46,87,99)
#274A54
(39,74,84)
#203D45
(32,61,69)
#193036
(25,48,54)
#122327
(18,35,39)
#0B1618
(11,22,24)
#000000
(0,0,0)

Tints of #5198AE

#5198AE
(81,152,174)
#60A1B5
(96,161,181)
#6FAABC
(111,170,188)
#7EB3C3
(126,179,195)
#8DBCCA
(141,188,202)
#9CC5D1
(156,197,209)
#ABCED8
(171,206,216)
#BAD7DF
(186,215,223)
#C9E0E6
(201,224,230)
#D8E9ED
(216,233,237)
#E7F2F4
(231,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5198AE color. Also use rgb(81,152,174) instead hex code.

Text Font Color

.myTextColor { color: #5198AE; }

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

This text font color is #5198AE.


Background Color

.myBgColor { background-color: #5198AE; }

<div style="background-color:#5198AE">Inner text</div>

This div background color is #5198AE.


Border color

.myBorderColor { border: 1px solid #5198AE; }

<div style="border:3px solid #5198AE">Div</div>

This div border color is #5198AE.


Opacity

.myOpacity80 { color: #5198AE; opacity: 0.8; }

<p style="color:#5198AE;opacity:0.8;">80%</p>

Text with #5198AE 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 #5198AE;}

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

This text has shadow with #5198AE color.

.textShadow {text-shadow: 3px 3px 1px #5198AE, 3px 3px 1px red;}

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

This text has shadow with #5198AE primary color and red secondary color.


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

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

This text has shadow with #5198AE and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5198AE;
-webkit-box-shadow: 1px 1px 3px 2px #5198AE;
box-shadow:1px 1px 3px 2px #5198AE;">
Div content here</div>
This div box has shadow with color #5198AE.

Preview

Color preview on black background

This text has color #5198AE on black background.


Color preview on white background

This text has color #5198AE on white background.



Black color preview on #5198AE background

This text has black color on #5198AE background.


White color preview on #5198AE background

This text has white color on #5198AE background.