COLOR #5199AC

HEX: #5199AC
RGB: (81,153,172)

Color info

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

RGB color model

#5199AC color RGB value is (81,153,172).

  • red value is 81;
  • green value is 153;
  • blue value is 172.
RGB:
(81,153,172)
(32%,60%,67%)

RGB channels and saturation

R 81 of 255 = 32%
G 153 of 255 = 60%
B 172 of 255 = 67%

81
153
172

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

Portions of RGB colors in percentages

R + G + B =
81 + 153 + 172 = 406 (100%)
R 81 of 406 ~ 19.95%
G 153 of 406 ~ 37.68%
B 172 of 406 ~ 42.36%

%19.95
%37.68
%42.36

CMYK color model

#5199AC color CMYK value is (53,11,0,33).

  • cyan value is 52.91%
  • magenta value is 11.05%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(53,11,0,33)
C53M11Y0K33 
(53%,11%,0%,33%)
(0.53/0.11/0.00/0.33)	

CMYK percentages

%52.91
%11.05
%0
%32.55

Codes

Color #5199AC in popluar color models

5199AC
RGB81153172
HSL193°35.97%49.61%
HSB/HSV193°52.91%67.45%
CMYK52.91%11.05%0.00%
32.55%

Color #5199AC in popluar number systems.

HEX5199AC
Decimal81153172
Binary10100011001100110101100
Octal121231254

Shades and tints

Shades of #5199AC

#5199AC
(81,153,172)
#4A8C9D
(74,140,157)
#437F8E
(67,127,142)
#3C727F
(60,114,127)
#356570
(53,101,112)
#2E5861
(46,88,97)
#274B52
(39,75,82)
#203E43
(32,62,67)
#193134
(25,49,52)
#122425
(18,36,37)
#0B1716
(11,23,22)
#000000
(0,0,0)

Tints of #5199AC

#5199AC
(81,153,172)
#60A2B3
(96,162,179)
#6FABBA
(111,171,186)
#7EB4C1
(126,180,193)
#8DBDC8
(141,189,200)
#9CC6CF
(156,198,207)
#ABCFD6
(171,207,214)
#BAD8DD
(186,216,221)
#C9E1E4
(201,225,228)
#D8EAEB
(216,234,235)
#E7F3F2
(231,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5199AC color. Also use rgb(81,153,172) instead hex code.

Text Font Color

.myTextColor { color: #5199AC; }

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

This text font color is #5199AC.


Background Color

.myBgColor { background-color: #5199AC; }

<div style="background-color:#5199AC">Inner text</div>

This div background color is #5199AC.


Border color

.myBorderColor { border: 1px solid #5199AC; }

<div style="border:3px solid #5199AC">Div</div>

This div border color is #5199AC.


Opacity

.myOpacity80 { color: #5199AC; opacity: 0.8; }

<p style="color:#5199AC;opacity:0.8;">80%</p>

Text with #5199AC 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 #5199AC;}

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

This text has shadow with #5199AC color.

.textShadow {text-shadow: 3px 3px 1px #5199AC, 3px 3px 1px red;}

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

This text has shadow with #5199AC primary color and red secondary color.


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

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

This text has shadow with #5199AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5199AC on black background.


Color preview on white background

This text has color #5199AC on white background.



Black color preview on #5199AC background

This text has black color on #5199AC background.


White color preview on #5199AC background

This text has white color on #5199AC background.