COLOR #55A4D0

HEX: #55A4D0
RGB: (85,164,208)

Color info

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

RGB color model

#55A4D0 color RGB value is (85,164,208).

  • red value is 85;
  • green value is 164;
  • blue value is 208.
RGB:
(85,164,208)
(33%,64%,82%)

RGB channels and saturation

R 85 of 255 = 33%
G 164 of 255 = 64%
B 208 of 255 = 82%

85
164
208

R + G + B ~ 60%. #55A4D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 164 + 208 = 457 (100%)
R 85 of 457 ~ 18.6%
G 164 of 457 ~ 35.89%
B 208 of 457 ~ 45.51%

%18.6
%35.89
%45.51

CMYK color model

#55A4D0 color CMYK value is (59,21,0,18).

  • cyan value is 59.13%
  • magenta value is 21.15%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(59,21,0,18)
C59M21Y0K18 
(59%,21%,0%,18%)
(0.59/0.21/0.00/0.18)	

CMYK percentages

%59.13
%21.15
%0
%18.43

Codes

Color #55A4D0 in popluar color models

55A4D0
RGB85164208
HSL201°56.68%57.45%
HSB/HSV201°59.13%81.57%
CMYK59.13%21.15%0.00%
18.43%

Color #55A4D0 in popluar number systems.

HEX55A4D0
Decimal85164208
Binary10101011010010011010000
Octal125244320

Shades and tints

Shades of #55A4D0

#55A4D0
(85,164,208)
#4E96BE
(78,150,190)
#4788AC
(71,136,172)
#407A9A
(64,122,154)
#396C88
(57,108,136)
#325E76
(50,94,118)
#2B5064
(43,80,100)
#244252
(36,66,82)
#1D3440
(29,52,64)
#16262E
(22,38,46)
#0F181C
(15,24,28)
#000000
(0,0,0)

Tints of #55A4D0

#55A4D0
(85,164,208)
#64ACD4
(100,172,212)
#73B4D8
(115,180,216)
#82BCDC
(130,188,220)
#91C4E0
(145,196,224)
#A0CCE4
(160,204,228)
#AFD4E8
(175,212,232)
#BEDCEC
(190,220,236)
#CDE4F0
(205,228,240)
#DCECF4
(220,236,244)
#EBF4F8
(235,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A4D0 color. Also use rgb(85,164,208) instead hex code.

Text Font Color

.myTextColor { color: #55A4D0; }

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

This text font color is #55A4D0.


Background Color

.myBgColor { background-color: #55A4D0; }

<div style="background-color:#55A4D0">Inner text</div>

This div background color is #55A4D0.


Border color

.myBorderColor { border: 1px solid #55A4D0; }

<div style="border:3px solid #55A4D0">Div</div>

This div border color is #55A4D0.


Opacity

.myOpacity80 { color: #55A4D0; opacity: 0.8; }

<p style="color:#55A4D0;opacity:0.8;">80%</p>

Text with #55A4D0 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 #55A4D0;}

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

This text has shadow with #55A4D0 color.

.textShadow {text-shadow: 3px 3px 1px #55A4D0, 3px 3px 1px red;}

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

This text has shadow with #55A4D0 primary color and red secondary color.


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

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

This text has shadow with #55A4D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A4D0 on black background.


Color preview on white background

This text has color #55A4D0 on white background.



Black color preview on #55A4D0 background

This text has black color on #55A4D0 background.


White color preview on #55A4D0 background

This text has white color on #55A4D0 background.