COLOR #55A4B8

HEX: #55A4B8
RGB: (85,164,184)

Color info

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

RGB color model

#55A4B8 color RGB value is (85,164,184).

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

RGB channels and saturation

R 85 of 255 = 33%
G 164 of 255 = 64%
B 184 of 255 = 72%

85
164
184

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

Portions of RGB colors in percentages

R + G + B =
85 + 164 + 184 = 433 (100%)
R 85 of 433 ~ 19.63%
G 164 of 433 ~ 37.88%
B 184 of 433 ~ 42.49%

%19.63
%37.88
%42.49

CMYK color model

#55A4B8 color CMYK value is (54,11,0,28).

  • cyan value is 53.80%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(54,11,0,28)
C54M11Y0K28 
(54%,11%,0%,28%)
(0.54/0.11/0.00/0.28)	

CMYK percentages

%53.8
%10.87
%0
%27.84

Codes

Color #55A4B8 in popluar color models

55A4B8
RGB85164184
HSL192°41.08%52.75%
HSB/HSV192°53.80%72.16%
CMYK53.80%10.87%0.00%
27.84%

Color #55A4B8 in popluar number systems.

HEX55A4B8
Decimal85164184
Binary10101011010010010111000
Octal125244270

Shades and tints

Shades of #55A4B8

#55A4B8
(85,164,184)
#4E96A8
(78,150,168)
#478898
(71,136,152)
#407A88
(64,122,136)
#396C78
(57,108,120)
#325E68
(50,94,104)
#2B5058
(43,80,88)
#244248
(36,66,72)
#1D3438
(29,52,56)
#162628
(22,38,40)
#0F1818
(15,24,24)
#000000
(0,0,0)

Tints of #55A4B8

#55A4B8
(85,164,184)
#64ACBE
(100,172,190)
#73B4C4
(115,180,196)
#82BCCA
(130,188,202)
#91C4D0
(145,196,208)
#A0CCD6
(160,204,214)
#AFD4DC
(175,212,220)
#BEDCE2
(190,220,226)
#CDE4E8
(205,228,232)
#DCECEE
(220,236,238)
#EBF4F4
(235,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55A4B8; }

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

This text font color is #55A4B8.


Background Color

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

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

This div background color is #55A4B8.


Border color

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

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

This div border color is #55A4B8.


Opacity

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

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

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

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

This text has shadow with #55A4B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A4B8 on black background.


Color preview on white background

This text has color #55A4B8 on white background.



Black color preview on #55A4B8 background

This text has black color on #55A4B8 background.


White color preview on #55A4B8 background

This text has white color on #55A4B8 background.