COLOR #5193A5

HEX: #5193A5
RGB: (81,147,165)

Color info

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

RGB color model

#5193A5 color RGB value is (81,147,165).

  • red value is 81;
  • green value is 147;
  • blue value is 165.
RGB:
(81,147,165)
(32%,58%,65%)

RGB channels and saturation

R 81 of 255 = 32%
G 147 of 255 = 58%
B 165 of 255 = 65%

81
147
165

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

Portions of RGB colors in percentages

R + G + B =
81 + 147 + 165 = 393 (100%)
R 81 of 393 ~ 20.61%
G 147 of 393 ~ 37.4%
B 165 of 393 ~ 41.98%

%20.61
%37.4
%41.98

CMYK color model

#5193A5 color CMYK value is (51,11,0,35).

  • cyan value is 50.91%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(51,11,0,35)
C51M11Y0K35 
(51%,11%,0%,35%)
(0.51/0.11/0.00/0.35)	

CMYK percentages

%50.91
%10.91
%0
%35.29

Codes

Color #5193A5 in popluar color models

5193A5
RGB81147165
HSL193°34.15%48.24%
HSB/HSV193°50.91%64.71%
CMYK50.91%10.91%0.00%
35.29%

Color #5193A5 in popluar number systems.

HEX5193A5
Decimal81147165
Binary10100011001001110100101
Octal121223245

Shades and tints

Shades of #5193A5

#5193A5
(81,147,165)
#4A8696
(74,134,150)
#437987
(67,121,135)
#3C6C78
(60,108,120)
#355F69
(53,95,105)
#2E525A
(46,82,90)
#27454B
(39,69,75)
#20383C
(32,56,60)
#192B2D
(25,43,45)
#121E1E
(18,30,30)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #5193A5

#5193A5
(81,147,165)
#609CAD
(96,156,173)
#6FA5B5
(111,165,181)
#7EAEBD
(126,174,189)
#8DB7C5
(141,183,197)
#9CC0CD
(156,192,205)
#ABC9D5
(171,201,213)
#BAD2DD
(186,210,221)
#C9DBE5
(201,219,229)
#D8E4ED
(216,228,237)
#E7EDF5
(231,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5193A5 color. Also use rgb(81,147,165) instead hex code.

Text Font Color

.myTextColor { color: #5193A5; }

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

This text font color is #5193A5.


Background Color

.myBgColor { background-color: #5193A5; }

<div style="background-color:#5193A5">Inner text</div>

This div background color is #5193A5.


Border color

.myBorderColor { border: 1px solid #5193A5; }

<div style="border:3px solid #5193A5">Div</div>

This div border color is #5193A5.


Opacity

.myOpacity80 { color: #5193A5; opacity: 0.8; }

<p style="color:#5193A5;opacity:0.8;">80%</p>

Text with #5193A5 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 #5193A5;}

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

This text has shadow with #5193A5 color.

.textShadow {text-shadow: 3px 3px 1px #5193A5, 3px 3px 1px red;}

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

This text has shadow with #5193A5 primary color and red secondary color.


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

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

This text has shadow with #5193A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5193A5 on black background.


Color preview on white background

This text has color #5193A5 on white background.



Black color preview on #5193A5 background

This text has black color on #5193A5 background.


White color preview on #5193A5 background

This text has white color on #5193A5 background.