COLOR #549EBE

HEX: #549EBE
RGB: (84,158,190)

Color info

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

RGB color model

#549EBE color RGB value is (84,158,190).

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

RGB channels and saturation

R 84 of 255 = 33%
G 158 of 255 = 62%
B 190 of 255 = 75%

84
158
190

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

Portions of RGB colors in percentages

R + G + B =
84 + 158 + 190 = 432 (100%)
R 84 of 432 ~ 19.44%
G 158 of 432 ~ 36.57%
B 190 of 432 ~ 43.98%

%19.44
%36.57
%43.98

CMYK color model

#549EBE color CMYK value is (56,17,0,25).

  • cyan value is 55.79%
  • magenta value is 16.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(56,17,0,25)
C56M17Y0K25 
(56%,17%,0%,25%)
(0.56/0.17/0.00/0.25)	

CMYK percentages

%55.79
%16.84
%0
%25.49

Codes

Color #549EBE in popluar color models

549EBE
RGB84158190
HSL198°44.92%53.73%
HSB/HSV198°55.79%74.51%
CMYK55.79%16.84%0.00%
25.49%

Color #549EBE in popluar number systems.

HEX549EBE
Decimal84158190
Binary10101001001111010111110
Octal124236276

Shades and tints

Shades of #549EBE

#549EBE
(84,158,190)
#4D90AD
(77,144,173)
#46829C
(70,130,156)
#3F748B
(63,116,139)
#38667A
(56,102,122)
#315869
(49,88,105)
#2A4A58
(42,74,88)
#233C47
(35,60,71)
#1C2E36
(28,46,54)
#152025
(21,32,37)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #549EBE

#549EBE
(84,158,190)
#63A6C3
(99,166,195)
#72AEC8
(114,174,200)
#81B6CD
(129,182,205)
#90BED2
(144,190,210)
#9FC6D7
(159,198,215)
#AECEDC
(174,206,220)
#BDD6E1
(189,214,225)
#CCDEE6
(204,222,230)
#DBE6EB
(219,230,235)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #549EBE; }

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

This text font color is #549EBE.


Background Color

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

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

This div background color is #549EBE.


Border color

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

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

This div border color is #549EBE.


Opacity

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

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

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

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

This text has shadow with #549EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #549EBE on black background.


Color preview on white background

This text has color #549EBE on white background.



Black color preview on #549EBE background

This text has black color on #549EBE background.


White color preview on #549EBE background

This text has white color on #549EBE background.