COLOR #55B4B6

HEX: #55B4B6 RGB: (85,180,182)

Color info

#55B4B6 contains mainly green and blue colors. Web safe color of #55B4B6 is #66CCCC (or #6CC).

RGB color model

#55B4B6 color RGB value is (85,180,182).

RGB: (85,180,182) (33%, 71%, 71%)

RGB channels and saturation

R 85 of 255 = 33%
G 180 of 255 = 71%
B 182 of 255 = 71%

85
180
182

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

Portions of RGB colors in percentages

R + G + B = 85 + 180 + 182 = 447 (100%)
R 85 of 447 ~ 19.02%
G 180 of 447 ~ 40.27%
B 182 of 447 ~ 40.72'%

%19.02
%40.27
%40.72

CMYK color model

#55B4B6 color CMYK value is (53,1,0,29).

  • cyan value is 53.30%
  • magenta value is 1.10%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (53,1,0,29)
C53M1Y0K29 (53%, 1%, 0%, 29%)
(0.53 / 0.01 / 0.00 / 0.29)

CMYK percentages

%53.3
%1.1
%0
%28.63

Codes

Color #55B4B6 in popluar color models

55 B4 B6
RGB 85 180 182
HSL 181° 39.92% 52.35%
HSB/HSV 181° 53.30% 71.37%
CMYK 53.30% 1.10% 0.00%
28.63%

Color #55B4B6 in popluar number systems.

HEX 55 B4 B6
Decimal 85 180 182
Binary 1010101 10110100 10110110
Octal 125 264 266

Shades and tints

Shades of #55B4B6

#55B4B6
(85,180,182)
#4EA4A6
(78,164,166)
#479496
(71,148,150)
#408486
(64,132,134)
#397476
(57,116,118)
#326466
(50,100,102)
#2B5456
(43,84,86)
#244446
(36,68,70)
#1D3436
(29,52,54)
#162426
(22,36,38)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #55B4B6

#55B4B6
(85,180,182)
#64BABC
(100,186,188)
#73C0C2
(115,192,194)
#82C6C8
(130,198,200)
#91CCCE
(145,204,206)
#A0D2D4
(160,210,212)
#AFD8DA
(175,216,218)
#BEDEE0
(190,222,224)
#CDE4E6
(205,228,230)
#DCEAEC
(220,234,236)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B4B6 color. Also use rgb(85,180,182) instead hex code.

Text Font Color

.myTextColor { color: #55B4B6; }

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

This text font color is #55B4B6.

Background Color

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

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

This div background color is #55B4B6.

Border color

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

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

This div border color is #55B4B6.

Opacity

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

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

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

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

This text has shadow with #55B4B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55B4B6.

Preview

Color preview on black background

This text has color #55B4B6 on black background.


Color preview on white background

This text has color #55B4B6 on white background.


Black color preview on #55B4B6 background

This text has black color on #55B4B6 background.


White color preview on #55B4B6 background

This text has white color on #55B4B6 background.


Related colors

Complementary color

Complementary color for #hex is #AA4B49.


I love getcolorcode.com

Triadic colors

1 #B655B4 and #B4B655 with #55B4B6 are triadic colors.

2 #B6B455 and #B455B6 with #55B4B6 are triadic colors.