COLOR #55908C

HEX: #55908C
RGB: (85,144,140)

Color info

#55908C contains red, green and blue colors in about the same proportion. Web safe color of #55908C is #669999 (or #699).

RGB color model

#55908C color RGB value is (85,144,140).

  • red value is 85;
  • green value is 144;
  • blue value is 140.
RGB:
(85,144,140)
(33%,56%,55%)

RGB channels and saturation

R 85 of 255 = 33%
G 144 of 255 = 56%
B 140 of 255 = 55%

85
144
140

R + G + B ~ 48%. #55908C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 144 + 140 = 369 (100%)
R 85 of 369 ~ 23.04%
G 144 of 369 ~ 39.02%
B 140 of 369 ~ 37.94%

%23.04
%39.02
%37.94

CMYK color model

#55908C color CMYK value is (41,0,3,44).

  • cyan value is 40.97%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 43.53%
CMYK:
(41,0,3,44)
C41M0Y3K44 
(41%,0%,3%,44%)
(0.41/0.00/0.03/0.44)	

CMYK percentages

%40.97
%0
%2.78
%43.53

Codes

Color #55908C in popluar color models

55908C
RGB85144140
HSL176°25.76%44.90%
HSB/HSV176°40.97%56.47%
CMYK40.97%0.00%2.78%
43.53%

Color #55908C in popluar number systems.

HEX55908C
Decimal85144140
Binary10101011001000010001100
Octal125220214

Shades and tints

Shades of #55908C

#55908C
(85,144,140)
#4E8380
(78,131,128)
#477674
(71,118,116)
#406968
(64,105,104)
#395C5C
(57,92,92)
#324F50
(50,79,80)
#2B4244
(43,66,68)
#243538
(36,53,56)
#1D282C
(29,40,44)
#161B20
(22,27,32)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #55908C

#55908C
(85,144,140)
#649A96
(100,154,150)
#73A4A0
(115,164,160)
#82AEAA
(130,174,170)
#91B8B4
(145,184,180)
#A0C2BE
(160,194,190)
#AFCCC8
(175,204,200)
#BED6D2
(190,214,210)
#CDE0DC
(205,224,220)
#DCEAE6
(220,234,230)
#EBF4F0
(235,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55908C color. Also use rgb(85,144,140) instead hex code.

Text Font Color

.myTextColor { color: #55908C; }

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

This text font color is #55908C.


Background Color

.myBgColor { background-color: #55908C; }

<div style="background-color:#55908C">Inner text</div>

This div background color is #55908C.


Border color

.myBorderColor { border: 1px solid #55908C; }

<div style="border:3px solid #55908C">Div</div>

This div border color is #55908C.


Opacity

.myOpacity80 { color: #55908C; opacity: 0.8; }

<p style="color:#55908C;opacity:0.8;">80%</p>

Text with #55908C 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 #55908C;}

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

This text has shadow with #55908C color.

.textShadow {text-shadow: 3px 3px 1px #55908C, 3px 3px 1px red;}

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

This text has shadow with #55908C primary color and red secondary color.


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

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

This text has shadow with #55908C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55908C on black background.


Color preview on white background

This text has color #55908C on white background.



Black color preview on #55908C background

This text has black color on #55908C background.


White color preview on #55908C background

This text has white color on #55908C background.