COLOR #55A0E8

HEX: #55A0E8
RGB: (85,160,232)

Color info

#55A0E8 contains mainly blue color. Web safe color of #55A0E8 is #6699FF (or #69F).

RGB color model

#55A0E8 color RGB value is (85,160,232).

  • red value is 85;
  • green value is 160;
  • blue value is 232.
RGB:
(85,160,232)
(33%,63%,91%)

RGB channels and saturation

R 85 of 255 = 33%
G 160 of 255 = 63%
B 232 of 255 = 91%

85
160
232

R + G + B ~ 62%. #55A0E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 160 + 232 = 477 (100%)
R 85 of 477 ~ 17.82%
G 160 of 477 ~ 33.54%
B 232 of 477 ~ 48.64%

%17.82
%33.54
%48.64

CMYK color model

#55A0E8 color CMYK value is (63,31,0,9).

  • cyan value is 63.36%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(63,31,0,9)
C63M31Y0K9 
(63%,31%,0%,9%)
(0.63/0.31/0.00/0.09)	

CMYK percentages

%63.36
%31.03
%0
%9.02

Codes

Color #55A0E8 in popluar color models

55A0E8
RGB85160232
HSL209°76.17%62.16%
HSB/HSV209°63.36%90.98%
CMYK63.36%31.03%0.00%
9.02%

Color #55A0E8 in popluar number systems.

HEX55A0E8
Decimal85160232
Binary10101011010000011101000
Octal125240350

Shades and tints

Shades of #55A0E8

#55A0E8
(85,160,232)
#4E92D3
(78,146,211)
#4784BE
(71,132,190)
#4076A9
(64,118,169)
#396894
(57,104,148)
#325A7F
(50,90,127)
#2B4C6A
(43,76,106)
#243E55
(36,62,85)
#1D3040
(29,48,64)
#16222B
(22,34,43)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #55A0E8

#55A0E8
(85,160,232)
#64A8EA
(100,168,234)
#73B0EC
(115,176,236)
#82B8EE
(130,184,238)
#91C0F0
(145,192,240)
#A0C8F2
(160,200,242)
#AFD0F4
(175,208,244)
#BED8F6
(190,216,246)
#CDE0F8
(205,224,248)
#DCE8FA
(220,232,250)
#EBF0FC
(235,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A0E8 color. Also use rgb(85,160,232) instead hex code.

Text Font Color

.myTextColor { color: #55A0E8; }

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

This text font color is #55A0E8.


Background Color

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

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

This div background color is #55A0E8.


Border color

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

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

This div border color is #55A0E8.


Opacity

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

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

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

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

This text has shadow with #55A0E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A0E8 on black background.


Color preview on white background

This text has color #55A0E8 on white background.



Black color preview on #55A0E8 background

This text has black color on #55A0E8 background.


White color preview on #55A0E8 background

This text has white color on #55A0E8 background.