COLOR #55B580

HEX: #55B580 RGB: (85,181,128)

Color info

#55B580 contains mainly green and blue colors. Web safe color of #55B580 is #66CC66 (or #6C6).

RGB color model

#55B580 color RGB value is (85,181,128).

RGB: (85,181,128) (33%, 71%, 50%)

RGB channels and saturation

R 85 of 255 = 33%
G 181 of 255 = 71%
B 128 of 255 = 50%

85
181
128

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

Portions of RGB colors in percentages

R + G + B = 85 + 181 + 128 = 394 (100%)
R 85 of 394 ~ 21.57%
G 181 of 394 ~ 45.94%
B 128 of 394 ~ 32.49'%

%21.57
%45.94
%32.49

CMYK color model

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

  • cyan value is 53.04%
  • magenta value is 0.00%
  • yellow value is 29.28%
  • key color value is 29.02%
CMYK: (53,0,29,29) C53M0Y29K29 (53%,0%,29%,29%) (0.53/0.00/0.29/0.29) 

CMYK percentages

%53.04
%0
%29.28
%29.02

Codes

Color #55B580 in popluar color models

55 B5 80
RGB 85 181 128
HSL 147° 39.34% 52.16%
HSB/HSV 147° 53.04% 70.98%
CMYK 53.04% 0.00% 29.28%
29.02%

Color #55B580 in popluar number systems.

HEX 55 B5 80
Decimal 85 181 128
Binary 1010101 10110101 10000000
Octal 125 265 200

Shades and tints

Shades of #55B580

#55B580
(85,181,128)
#4EA575
(78,165,117)
#47956A
(71,149,106)
#40855F
(64,133,95)
#397554
(57,117,84)
#326549
(50,101,73)
#2B553E
(43,85,62)
#244533
(36,69,51)
#1D3528
(29,53,40)
#16251D
(22,37,29)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #55B580

#55B580
(85,181,128)
#64BB8B
(100,187,139)
#73C196
(115,193,150)
#82C7A1
(130,199,161)
#91CDAC
(145,205,172)
#A0D3B7
(160,211,183)
#AFD9C2
(175,217,194)
#BEDFCD
(190,223,205)
#CDE5D8
(205,229,216)
#DCEBE3
(220,235,227)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B580 color. Also use rgb(85,181,128) instead hex code.

Text Font Color

.myTextColor { color: #55B580; }

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

This text font color is #55B580.

Background Color

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

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

This div background color is #55B580.

Border color

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

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

This div border color is #55B580.

Opacity

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

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

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

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

This text has shadow with #55B580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55B580.

Preview

Color preview on black background

This text has color #55B580 on black background.


Color preview on white background

This text has color #55B580 on white background.


Black color preview on #55B580 background

This text has black color on #55B580 background.


White color preview on #55B580 background

This text has white color on #55B580 background.


Related colors

Complementary color

Complementary color for #hex is #AA4A7F.


I love getcolorcode.com

Triadic colors

1 #8055B5 and #B58055 with #55B580 are triadic colors.

2 #80B555 and #B55580 with #55B580 are triadic colors.