COLOR #549ABE

HEX: #549ABE
RGB: (84,154,190)

Color info

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

RGB color model

#549ABE color RGB value is (84,154,190).

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

RGB channels and saturation

R 84 of 255 = 33%
G 154 of 255 = 60%
B 190 of 255 = 75%

84
154
190

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

Portions of RGB colors in percentages

R + G + B =
84 + 154 + 190 = 428 (100%)
R 84 of 428 ~ 19.63%
G 154 of 428 ~ 35.98%
B 190 of 428 ~ 44.39%

%19.63
%35.98
%44.39

CMYK color model

#549ABE color CMYK value is (56,19,0,25).

  • cyan value is 55.79%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(56,19,0,25)
C56M19Y0K25 
(56%,19%,0%,25%)
(0.56/0.19/0.00/0.25)	

CMYK percentages

%55.79
%18.95
%0
%25.49

Codes

Color #549ABE in popluar color models

549ABE
RGB84154190
HSL200°44.92%53.73%
HSB/HSV200°55.79%74.51%
CMYK55.79%18.95%0.00%
25.49%

Color #549ABE in popluar number systems.

HEX549ABE
Decimal84154190
Binary10101001001101010111110
Octal124232276

Shades and tints

Shades of #549ABE

#549ABE
(84,154,190)
#4D8CAD
(77,140,173)
#467E9C
(70,126,156)
#3F708B
(63,112,139)
#38627A
(56,98,122)
#315469
(49,84,105)
#2A4658
(42,70,88)
#233847
(35,56,71)
#1C2A36
(28,42,54)
#151C25
(21,28,37)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #549ABE

#549ABE
(84,154,190)
#63A3C3
(99,163,195)
#72ACC8
(114,172,200)
#81B5CD
(129,181,205)
#90BED2
(144,190,210)
#9FC7D7
(159,199,215)
#AED0DC
(174,208,220)
#BDD9E1
(189,217,225)
#CCE2E6
(204,226,230)
#DBEBEB
(219,235,235)
#EAF4F0
(234,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #549ABE; }

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

This text font color is #549ABE.


Background Color

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

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

This div background color is #549ABE.


Border color

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

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

This div border color is #549ABE.


Opacity

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

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

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

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

This text has shadow with #549ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #549ABE on black background.


Color preview on white background

This text has color #549ABE on white background.



Black color preview on #549ABE background

This text has black color on #549ABE background.


White color preview on #549ABE background

This text has white color on #549ABE background.