COLOR #55B593

HEX: #55B593
RGB: (85,181,147)

Color info

#55B593 contains mainly green and blue colors. Web safe color of #55B593 is #66CC99 (or #6C9).

RGB color model

#55B593 color RGB value is (85,181,147).

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

RGB channels and saturation

R 85 of 255 = 33%
G 181 of 255 = 71%
B 147 of 255 = 58%

85
181
147

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

Portions of RGB colors in percentages

R + G + B =
85 + 181 + 147 = 413 (100%)
R 85 of 413 ~ 20.58%
G 181 of 413 ~ 43.83%
B 147 of 413 ~ 35.59%

%20.58
%43.83
%35.59

CMYK color model

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

  • cyan value is 53.04%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 29.02%
CMYK:
(53,0,19,29)
C53M0Y19K29 
(53%,0%,19%,29%)
(0.53/0.00/0.19/0.29)	

CMYK percentages

%53.04
%0
%18.78
%29.02

Codes

Color #55B593 in popluar color models

55B593
RGB85181147
HSL159°39.34%52.16%
HSB/HSV159°53.04%70.98%
CMYK53.04%0.00%18.78%
29.02%

Color #55B593 in popluar number systems.

HEX55B593
Decimal85181147
Binary10101011011010110010011
Octal125265223

Shades and tints

Shades of #55B593

#55B593
(85,181,147)
#4EA586
(78,165,134)
#479579
(71,149,121)
#40856C
(64,133,108)
#39755F
(57,117,95)
#326552
(50,101,82)
#2B5545
(43,85,69)
#244538
(36,69,56)
#1D352B
(29,53,43)
#16251E
(22,37,30)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #55B593

#55B593
(85,181,147)
#64BB9C
(100,187,156)
#73C1A5
(115,193,165)
#82C7AE
(130,199,174)
#91CDB7
(145,205,183)
#A0D3C0
(160,211,192)
#AFD9C9
(175,217,201)
#BEDFD2
(190,223,210)
#CDE5DB
(205,229,219)
#DCEBE4
(220,235,228)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55B593; }

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

This text font color is #55B593.


Background Color

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

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

This div background color is #55B593.


Border color

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

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

This div border color is #55B593.


Opacity

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

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

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

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

This text has shadow with #55B593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55B593 on black background.


Color preview on white background

This text has color #55B593 on white background.



Black color preview on #55B593 background

This text has black color on #55B593 background.


White color preview on #55B593 background

This text has white color on #55B593 background.