COLOR #549AAD

HEX: #549AAD
RGB: (84,154,173)

Color info

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

RGB color model

#549AAD color RGB value is (84,154,173).

  • red value is 84;
  • green value is 154;
  • blue value is 173.
RGB:
(84,154,173)
(33%,60%,68%)

RGB channels and saturation

R 84 of 255 = 33%
G 154 of 255 = 60%
B 173 of 255 = 68%

84
154
173

R + G + B ~ 54%. #549AAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 154 + 173 = 411 (100%)
R 84 of 411 ~ 20.44%
G 154 of 411 ~ 37.47%
B 173 of 411 ~ 42.09%

%20.44
%37.47
%42.09

CMYK color model

#549AAD color CMYK value is (51,11,0,32).

  • cyan value is 51.45%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(51,11,0,32)
C51M11Y0K32 
(51%,11%,0%,32%)
(0.51/0.11/0.00/0.32)	

CMYK percentages

%51.45
%10.98
%0
%32.16

Codes

Color #549AAD in popluar color models

549AAD
RGB84154173
HSL193°35.18%50.39%
HSB/HSV193°51.45%67.84%
CMYK51.45%10.98%0.00%
32.16%

Color #549AAD in popluar number systems.

HEX549AAD
Decimal84154173
Binary10101001001101010101101
Octal124232255

Shades and tints

Shades of #549AAD

#549AAD
(84,154,173)
#4D8C9E
(77,140,158)
#467E8F
(70,126,143)
#3F7080
(63,112,128)
#386271
(56,98,113)
#315462
(49,84,98)
#2A4653
(42,70,83)
#233844
(35,56,68)
#1C2A35
(28,42,53)
#151C26
(21,28,38)
#0E0E17
(14,14,23)
#000000
(0,0,0)

Tints of #549AAD

#549AAD
(84,154,173)
#63A3B4
(99,163,180)
#72ACBB
(114,172,187)
#81B5C2
(129,181,194)
#90BEC9
(144,190,201)
#9FC7D0
(159,199,208)
#AED0D7
(174,208,215)
#BDD9DE
(189,217,222)
#CCE2E5
(204,226,229)
#DBEBEC
(219,235,236)
#EAF4F3
(234,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #549AAD color. Also use rgb(84,154,173) instead hex code.

Text Font Color

.myTextColor { color: #549AAD; }

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

This text font color is #549AAD.


Background Color

.myBgColor { background-color: #549AAD; }

<div style="background-color:#549AAD">Inner text</div>

This div background color is #549AAD.


Border color

.myBorderColor { border: 1px solid #549AAD; }

<div style="border:3px solid #549AAD">Div</div>

This div border color is #549AAD.


Opacity

.myOpacity80 { color: #549AAD; opacity: 0.8; }

<p style="color:#549AAD;opacity:0.8;">80%</p>

Text with #549AAD 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 #549AAD;}

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

This text has shadow with #549AAD color.

.textShadow {text-shadow: 3px 3px 1px #549AAD, 3px 3px 1px red;}

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

This text has shadow with #549AAD primary color and red secondary color.


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

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

This text has shadow with #549AAD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #549AAD on black background.


Color preview on white background

This text has color #549AAD on white background.



Black color preview on #549AAD background

This text has black color on #549AAD background.


White color preview on #549AAD background

This text has white color on #549AAD background.