COLOR #549DB9

HEX: #549DB9
RGB: (84,157,185)

Color info

#549DB9 contains mainly green and blue colors. Web safe color of #549DB9 is #6699CC (or #69C).

RGB color model

#549DB9 color RGB value is (84,157,185).

  • red value is 84;
  • green value is 157;
  • blue value is 185.
RGB:
(84,157,185)
(33%,62%,73%)

RGB channels and saturation

R 84 of 255 = 33%
G 157 of 255 = 62%
B 185 of 255 = 73%

84
157
185

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

Portions of RGB colors in percentages

R + G + B =
84 + 157 + 185 = 426 (100%)
R 84 of 426 ~ 19.72%
G 157 of 426 ~ 36.85%
B 185 of 426 ~ 43.43%

%19.72
%36.85
%43.43

CMYK color model

#549DB9 color CMYK value is (55,15,0,27).

  • cyan value is 54.59%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(55,15,0,27)
C55M15Y0K27 
(55%,15%,0%,27%)
(0.55/0.15/0.00/0.27)	

CMYK percentages

%54.59
%15.14
%0
%27.45

Codes

Color #549DB9 in popluar color models

549DB9
RGB84157185
HSL197°41.91%52.75%
HSB/HSV197°54.59%72.55%
CMYK54.59%15.14%0.00%
27.45%

Color #549DB9 in popluar number systems.

HEX549DB9
Decimal84157185
Binary10101001001110110111001
Octal124235271

Shades and tints

Shades of #549DB9

#549DB9
(84,157,185)
#4D8FA9
(77,143,169)
#468199
(70,129,153)
#3F7389
(63,115,137)
#386579
(56,101,121)
#315769
(49,87,105)
#2A4959
(42,73,89)
#233B49
(35,59,73)
#1C2D39
(28,45,57)
#151F29
(21,31,41)
#0E1119
(14,17,25)
#000000
(0,0,0)

Tints of #549DB9

#549DB9
(84,157,185)
#63A5BF
(99,165,191)
#72ADC5
(114,173,197)
#81B5CB
(129,181,203)
#90BDD1
(144,189,209)
#9FC5D7
(159,197,215)
#AECDDD
(174,205,221)
#BDD5E3
(189,213,227)
#CCDDE9
(204,221,233)
#DBE5EF
(219,229,239)
#EAEDF5
(234,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #549DB9 color. Also use rgb(84,157,185) instead hex code.

Text Font Color

.myTextColor { color: #549DB9; }

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

This text font color is #549DB9.


Background Color

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

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

This div background color is #549DB9.


Border color

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

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

This div border color is #549DB9.


Opacity

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

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

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

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

This text has shadow with #549DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #549DB9 on black background.


Color preview on white background

This text has color #549DB9 on white background.



Black color preview on #549DB9 background

This text has black color on #549DB9 background.


White color preview on #549DB9 background

This text has white color on #549DB9 background.