COLOR #5A849D

HEX: #5A849D
RGB: (90,132,157)

Color info

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

RGB color model

#5A849D color RGB value is (90,132,157).

  • red value is 90;
  • green value is 132;
  • blue value is 157.
RGB:
(90,132,157)
(35%,52%,62%)

RGB channels and saturation

R 90 of 255 = 35%
G 132 of 255 = 52%
B 157 of 255 = 62%

90
132
157

R + G + B ~ 50%. #5A849D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 132 + 157 = 379 (100%)
R 90 of 379 ~ 23.75%
G 132 of 379 ~ 34.83%
B 157 of 379 ~ 41.42%

%23.75
%34.83
%41.42

CMYK color model

#5A849D color CMYK value is (43,16,0,38).

  • cyan value is 42.68%
  • magenta value is 15.92%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(43,16,0,38)
C43M16Y0K38 
(43%,16%,0%,38%)
(0.43/0.16/0.00/0.38)	

CMYK percentages

%42.68
%15.92
%0
%38.43

Codes

Color #5A849D in popluar color models

5A849D
RGB90132157
HSL202°27.13%48.43%
HSB/HSV202°42.68%61.57%
CMYK42.68%15.92%0.00%
38.43%

Color #5A849D in popluar number systems.

HEX5A849D
Decimal90132157
Binary10110101000010010011101
Octal132204235

Shades and tints

Shades of #5A849D

#5A849D
(90,132,157)
#52788F
(82,120,143)
#4A6C81
(74,108,129)
#426073
(66,96,115)
#3A5465
(58,84,101)
#324857
(50,72,87)
#2A3C49
(42,60,73)
#22303B
(34,48,59)
#1A242D
(26,36,45)
#12181F
(18,24,31)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #5A849D

#5A849D
(90,132,157)
#698FA5
(105,143,165)
#789AAD
(120,154,173)
#87A5B5
(135,165,181)
#96B0BD
(150,176,189)
#A5BBC5
(165,187,197)
#B4C6CD
(180,198,205)
#C3D1D5
(195,209,213)
#D2DCDD
(210,220,221)
#E1E7E5
(225,231,229)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A849D color. Also use rgb(90,132,157) instead hex code.

Text Font Color

.myTextColor { color: #5A849D; }

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

This text font color is #5A849D.


Background Color

.myBgColor { background-color: #5A849D; }

<div style="background-color:#5A849D">Inner text</div>

This div background color is #5A849D.


Border color

.myBorderColor { border: 1px solid #5A849D; }

<div style="border:3px solid #5A849D">Div</div>

This div border color is #5A849D.


Opacity

.myOpacity80 { color: #5A849D; opacity: 0.8; }

<p style="color:#5A849D;opacity:0.8;">80%</p>

Text with #5A849D 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 #5A849D;}

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

This text has shadow with #5A849D color.

.textShadow {text-shadow: 3px 3px 1px #5A849D, 3px 3px 1px red;}

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

This text has shadow with #5A849D primary color and red secondary color.


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

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

This text has shadow with #5A849D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A849D on black background.


Color preview on white background

This text has color #5A849D on white background.



Black color preview on #5A849D background

This text has black color on #5A849D background.


White color preview on #5A849D background

This text has white color on #5A849D background.