COLOR #55A557

HEX: #55A557
RGB: (85,165,87)

Color info

#55A557 contains mainly green color. Web safe color of #55A557 is #669966 (or #696).

RGB color model

#55A557 color RGB value is (85,165,87).

  • red value is 85;
  • green value is 165;
  • blue value is 87.
RGB:
(85,165,87)
(33%,65%,34%)

RGB channels and saturation

R 85 of 255 = 33%
G 165 of 255 = 65%
B 87 of 255 = 34%

85
165
87

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

Portions of RGB colors in percentages

R + G + B =
85 + 165 + 87 = 337 (100%)
R 85 of 337 ~ 25.22%
G 165 of 337 ~ 48.96%
B 87 of 337 ~ 25.82%

%25.22
%48.96
%25.82

CMYK color model

#55A557 color CMYK value is (48,0,47,35).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 47.27%
  • key color value is 35.29%
CMYK:
(48,0,47,35)
C48M0Y47K35 
(48%,0%,47%,35%)
(0.48/0.00/0.47/0.35)	

CMYK percentages

%48.48
%0
%47.27
%35.29

Codes

Color #55A557 in popluar color models

55A557
RGB8516587
HSL122°32.00%49.02%
HSB/HSV122°48.48%64.71%
CMYK48.48%0.00%47.27%
35.29%

Color #55A557 in popluar number systems.

HEX55A557
Decimal8516587
Binary1010101101001011010111
Octal125245127

Shades and tints

Shades of #55A557

#55A557
(85,165,87)
#4E9650
(78,150,80)
#478749
(71,135,73)
#407842
(64,120,66)
#39693B
(57,105,59)
#325A34
(50,90,52)
#2B4B2D
(43,75,45)
#243C26
(36,60,38)
#1D2D1F
(29,45,31)
#161E18
(22,30,24)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #55A557

#55A557
(85,165,87)
#64AD66
(100,173,102)
#73B575
(115,181,117)
#82BD84
(130,189,132)
#91C593
(145,197,147)
#A0CDA2
(160,205,162)
#AFD5B1
(175,213,177)
#BEDDC0
(190,221,192)
#CDE5CF
(205,229,207)
#DCEDDE
(220,237,222)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A557 color. Also use rgb(85,165,87) instead hex code.

Text Font Color

.myTextColor { color: #55A557; }

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

This text font color is #55A557.


Background Color

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

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

This div background color is #55A557.


Border color

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

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

This div border color is #55A557.


Opacity

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

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

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

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

This text has shadow with #55A557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A557 on black background.


Color preview on white background

This text has color #55A557 on white background.



Black color preview on #55A557 background

This text has black color on #55A557 background.


White color preview on #55A557 background

This text has white color on #55A557 background.