COLOR #55B571

HEX: #55B571
RGB: (85,181,113)

Color info

#55B571 contains mainly green color. Web safe color of #55B571 is #66CC66 (or #6C6).

RGB color model

#55B571 color RGB value is (85,181,113).

  • red value is 85;
  • green value is 181;
  • blue value is 113.
RGB:
(85,181,113)
(33%,71%,44%)

RGB channels and saturation

R 85 of 255 = 33%
G 181 of 255 = 71%
B 113 of 255 = 44%

85
181
113

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

Portions of RGB colors in percentages

R + G + B =
85 + 181 + 113 = 379 (100%)
R 85 of 379 ~ 22.43%
G 181 of 379 ~ 47.76%
B 113 of 379 ~ 29.82%

%22.43
%47.76
%29.82

CMYK color model

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

  • cyan value is 53.04%
  • magenta value is 0.00%
  • yellow value is 37.57%
  • key color value is 29.02%
CMYK:
(53,0,38,29)
C53M0Y38K29 
(53%,0%,38%,29%)
(0.53/0.00/0.38/0.29)	

CMYK percentages

%53.04
%0
%37.57
%29.02

Codes

Color #55B571 in popluar color models

55B571
RGB85181113
HSL138°39.34%52.16%
HSB/HSV138°53.04%70.98%
CMYK53.04%0.00%37.57%
29.02%

Color #55B571 in popluar number systems.

HEX55B571
Decimal85181113
Binary1010101101101011110001
Octal125265161

Shades and tints

Shades of #55B571

#55B571
(85,181,113)
#4EA567
(78,165,103)
#47955D
(71,149,93)
#408553
(64,133,83)
#397549
(57,117,73)
#32653F
(50,101,63)
#2B5535
(43,85,53)
#24452B
(36,69,43)
#1D3521
(29,53,33)
#162517
(22,37,23)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #55B571

#55B571
(85,181,113)
#64BB7D
(100,187,125)
#73C189
(115,193,137)
#82C795
(130,199,149)
#91CDA1
(145,205,161)
#A0D3AD
(160,211,173)
#AFD9B9
(175,217,185)
#BEDFC5
(190,223,197)
#CDE5D1
(205,229,209)
#DCEBDD
(220,235,221)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55B571; }

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

This text font color is #55B571.


Background Color

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

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

This div background color is #55B571.


Border color

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

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

This div border color is #55B571.


Opacity

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

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

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

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

This text has shadow with #55B571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55B571 on black background.


Color preview on white background

This text has color #55B571 on white background.



Black color preview on #55B571 background

This text has black color on #55B571 background.


White color preview on #55B571 background

This text has white color on #55B571 background.