COLOR #55A4DD

HEX: #55A4DD
RGB: (85,164,221)

Color info

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

RGB color model

#55A4DD color RGB value is (85,164,221).

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

RGB channels and saturation

R 85 of 255 = 33%
G 164 of 255 = 64%
B 221 of 255 = 87%

85
164
221

R + G + B ~ 61%. #55A4DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 164 + 221 = 470 (100%)
R 85 of 470 ~ 18.09%
G 164 of 470 ~ 34.89%
B 221 of 470 ~ 47.02%

%18.09
%34.89
%47.02

CMYK color model

#55A4DD color CMYK value is (62,26,0,13).

  • cyan value is 61.54%
  • magenta value is 25.79%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(62,26,0,13)
C62M26Y0K13 
(62%,26%,0%,13%)
(0.62/0.26/0.00/0.13)	

CMYK percentages

%61.54
%25.79
%0
%13.33

Codes

Color #55A4DD in popluar color models

55A4DD
RGB85164221
HSL205°66.67%60.00%
HSB/HSV205°61.54%86.67%
CMYK61.54%25.79%0.00%
13.33%

Color #55A4DD in popluar number systems.

HEX55A4DD
Decimal85164221
Binary10101011010010011011101
Octal125244335

Shades and tints

Shades of #55A4DD

#55A4DD
(85,164,221)
#4E96C9
(78,150,201)
#4788B5
(71,136,181)
#407AA1
(64,122,161)
#396C8D
(57,108,141)
#325E79
(50,94,121)
#2B5065
(43,80,101)
#244251
(36,66,81)
#1D343D
(29,52,61)
#162629
(22,38,41)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #55A4DD

#55A4DD
(85,164,221)
#64ACE0
(100,172,224)
#73B4E3
(115,180,227)
#82BCE6
(130,188,230)
#91C4E9
(145,196,233)
#A0CCEC
(160,204,236)
#AFD4EF
(175,212,239)
#BEDCF2
(190,220,242)
#CDE4F5
(205,228,245)
#DCECF8
(220,236,248)
#EBF4FB
(235,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55A4DD; }

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

This text font color is #55A4DD.


Background Color

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

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

This div background color is #55A4DD.


Border color

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

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

This div border color is #55A4DD.


Opacity

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

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

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

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

This text has shadow with #55A4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A4DD on black background.


Color preview on white background

This text has color #55A4DD on white background.



Black color preview on #55A4DD background

This text has black color on #55A4DD background.


White color preview on #55A4DD background

This text has white color on #55A4DD background.