COLOR #55A596

HEX: #55A596
RGB: (85,165,150)

Color info

#55A596 contains mainly green and blue colors. Web safe color of #55A596 is #669999 (or #699).

RGB color model

#55A596 color RGB value is (85,165,150).

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

RGB channels and saturation

R 85 of 255 = 33%
G 165 of 255 = 65%
B 150 of 255 = 59%

85
165
150

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

Portions of RGB colors in percentages

R + G + B =
85 + 165 + 150 = 400 (100%)
R 85 of 400 ~ 21.25%
G 165 of 400 ~ 41.25%
B 150 of 400 ~ 37.5%

%21.25
%41.25
%37.5

CMYK color model

#55A596 color CMYK value is (48,0,9,35).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(48,0,9,35)
C48M0Y9K35 
(48%,0%,9%,35%)
(0.48/0.00/0.09/0.35)	

CMYK percentages

%48.48
%0
%9.09
%35.29

Codes

Color #55A596 in popluar color models

55A596
RGB85165150
HSL169°32.00%49.02%
HSB/HSV169°48.48%64.71%
CMYK48.48%0.00%9.09%
35.29%

Color #55A596 in popluar number systems.

HEX55A596
Decimal85165150
Binary10101011010010110010110
Octal125245226

Shades and tints

Shades of #55A596

#55A596
(85,165,150)
#4E9689
(78,150,137)
#47877C
(71,135,124)
#40786F
(64,120,111)
#396962
(57,105,98)
#325A55
(50,90,85)
#2B4B48
(43,75,72)
#243C3B
(36,60,59)
#1D2D2E
(29,45,46)
#161E21
(22,30,33)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #55A596

#55A596
(85,165,150)
#64AD9F
(100,173,159)
#73B5A8
(115,181,168)
#82BDB1
(130,189,177)
#91C5BA
(145,197,186)
#A0CDC3
(160,205,195)
#AFD5CC
(175,213,204)
#BEDDD5
(190,221,213)
#CDE5DE
(205,229,222)
#DCEDE7
(220,237,231)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55A596; }

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

This text font color is #55A596.


Background Color

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

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

This div background color is #55A596.


Border color

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

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

This div border color is #55A596.


Opacity

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

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

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

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

This text has shadow with #55A596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A596 on black background.


Color preview on white background

This text has color #55A596 on white background.



Black color preview on #55A596 background

This text has black color on #55A596 background.


White color preview on #55A596 background

This text has white color on #55A596 background.