COLOR #549DBC

HEX: #549DBC RGB: (84,157,188)

Color info

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

RGB color model

#549DBC color RGB value is (84,157,188).

RGB: (84,157,188) (33%, 62%, 74%)

RGB channels and saturation

R 84 of 255 = 33%
G 157 of 255 = 62%
B 188 of 255 = 74%

84
157
188

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

Portions of RGB colors in percentages

R + G + B = 84 + 157 + 188 = 429 (100%)
R 84 of 429 ~ 19.58%
G 157 of 429 ~ 36.6%
B 188 of 429 ~ 43.82'%

%19.58
%36.6
%43.82

CMYK color model

#549DBC color CMYK value is (55,16,0,26).

  • cyan value is 55.32%
  • magenta value is 16.49%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (55,16,0,26)
C55M16Y0K26 (55%, 16%, 0%, 26%)
(0.55 / 0.16 / 0.00 / 0.26)

CMYK percentages

%55.32
%16.49
%0
%26.27

Codes

Color #549DBC in popluar color models

54 9D BC
RGB 84 157 188
HSL 198° 43.70% 53.33%
HSB/HSV 198° 55.32% 73.73%
CMYK 55.32% 16.49% 0.00%
26.27%

Color #549DBC in popluar number systems.

HEX 54 9D BC
Decimal 84 157 188
Binary 1010100 10011101 10111100
Octal 124 235 274

Shades and tints

Shades of #549DBC

#549DBC
(84,157,188)
#4D8FAB
(77,143,171)
#46819A
(70,129,154)
#3F7389
(63,115,137)
#386578
(56,101,120)
#315767
(49,87,103)
#2A4956
(42,73,86)
#233B45
(35,59,69)
#1C2D34
(28,45,52)
#151F23
(21,31,35)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #549DBC

#549DBC
(84,157,188)
#63A5C2
(99,165,194)
#72ADC8
(114,173,200)
#81B5CE
(129,181,206)
#90BDD4
(144,189,212)
#9FC5DA
(159,197,218)
#AECDE0
(174,205,224)
#BDD5E6
(189,213,230)
#CCDDEC
(204,221,236)
#DBE5F2
(219,229,242)
#EAEDF8
(234,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #549DBC; }

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

This text font color is #549DBC.

Background Color

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

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

This div background color is #549DBC.

Border color

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

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

This div border color is #549DBC.

Opacity

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

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

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

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

This text has shadow with #549DBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #549DBC.

Preview

Color preview on black background

This text has color #549DBC on black background.


Color preview on white background

This text has color #549DBC on white background.


Black color preview on #549DBC background

This text has black color on #549DBC background.


White color preview on #549DBC background

This text has white color on #549DBC background.


Related colors

Complementary color

Complementary color for #hex is #AB6243.


I love getcolorcode.com

Triadic colors

1 #BC549D and #9DBC54 with #549DBC are triadic colors.

2 #BC9D54 and #9D54BC with #549DBC are triadic colors.