COLOR #549DC6

HEX: #549DC6
RGB: (84,157,198)

Color info

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

RGB color model

#549DC6 color RGB value is (84,157,198).

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

RGB channels and saturation

R 84 of 255 = 33%
G 157 of 255 = 62%
B 198 of 255 = 78%

84
157
198

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

Portions of RGB colors in percentages

R + G + B =
84 + 157 + 198 = 439 (100%)
R 84 of 439 ~ 19.13%
G 157 of 439 ~ 35.76%
B 198 of 439 ~ 45.1%

%19.13
%35.76
%45.1

CMYK color model

#549DC6 color CMYK value is (58,21,0,22).

  • cyan value is 57.58%
  • magenta value is 20.71%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(58,21,0,22)
C58M21Y0K22 
(58%,21%,0%,22%)
(0.58/0.21/0.00/0.22)	

CMYK percentages

%57.58
%20.71
%0
%22.35

Codes

Color #549DC6 in popluar color models

549DC6
RGB84157198
HSL202°50.00%55.29%
HSB/HSV202°57.58%77.65%
CMYK57.58%20.71%0.00%
22.35%

Color #549DC6 in popluar number systems.

HEX549DC6
Decimal84157198
Binary10101001001110111000110
Octal124235306

Shades and tints

Shades of #549DC6

#549DC6
(84,157,198)
#4D8FB4
(77,143,180)
#4681A2
(70,129,162)
#3F7390
(63,115,144)
#38657E
(56,101,126)
#31576C
(49,87,108)
#2A495A
(42,73,90)
#233B48
(35,59,72)
#1C2D36
(28,45,54)
#151F24
(21,31,36)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #549DC6

#549DC6
(84,157,198)
#63A5CB
(99,165,203)
#72ADD0
(114,173,208)
#81B5D5
(129,181,213)
#90BDDA
(144,189,218)
#9FC5DF
(159,197,223)
#AECDE4
(174,205,228)
#BDD5E9
(189,213,233)
#CCDDEE
(204,221,238)
#DBE5F3
(219,229,243)
#EAEDF8
(234,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #549DC6; }

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

This text font color is #549DC6.


Background Color

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

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

This div background color is #549DC6.


Border color

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

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

This div border color is #549DC6.


Opacity

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

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

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

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

This text has shadow with #549DC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #549DC6 on black background.


Color preview on white background

This text has color #549DC6 on white background.



Black color preview on #549DC6 background

This text has black color on #549DC6 background.


White color preview on #549DC6 background

This text has white color on #549DC6 background.