COLOR #55999B

HEX: #55999B
RGB: (85,153,155)

Color info

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

RGB color model

#55999B color RGB value is (85,153,155).

  • red value is 85;
  • green value is 153;
  • blue value is 155.
RGB:
(85,153,155)
(33%,60%,61%)

RGB channels and saturation

R 85 of 255 = 33%
G 153 of 255 = 60%
B 155 of 255 = 61%

85
153
155

R + G + B ~ 51%. #55999B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 153 + 155 = 393 (100%)
R 85 of 393 ~ 21.63%
G 153 of 393 ~ 38.93%
B 155 of 393 ~ 39.44%

%21.63
%38.93
%39.44

CMYK color model

#55999B color CMYK value is (45,1,0,39).

  • cyan value is 45.16%
  • magenta value is 1.29%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(45,1,0,39)
C45M1Y0K39 
(45%,1%,0%,39%)
(0.45/0.01/0.00/0.39)	

CMYK percentages

%45.16
%1.29
%0
%39.22

Codes

Color #55999B in popluar color models

55999B
RGB85153155
HSL182°29.17%47.06%
HSB/HSV182°45.16%60.78%
CMYK45.16%1.29%0.00%
39.22%

Color #55999B in popluar number systems.

HEX55999B
Decimal85153155
Binary10101011001100110011011
Octal125231233

Shades and tints

Shades of #55999B

#55999B
(85,153,155)
#4E8C8D
(78,140,141)
#477F7F
(71,127,127)
#407271
(64,114,113)
#396563
(57,101,99)
#325855
(50,88,85)
#2B4B47
(43,75,71)
#243E39
(36,62,57)
#1D312B
(29,49,43)
#16241D
(22,36,29)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #55999B

#55999B
(85,153,155)
#64A2A4
(100,162,164)
#73ABAD
(115,171,173)
#82B4B6
(130,180,182)
#91BDBF
(145,189,191)
#A0C6C8
(160,198,200)
#AFCFD1
(175,207,209)
#BED8DA
(190,216,218)
#CDE1E3
(205,225,227)
#DCEAEC
(220,234,236)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55999B color. Also use rgb(85,153,155) instead hex code.

Text Font Color

.myTextColor { color: #55999B; }

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

This text font color is #55999B.


Background Color

.myBgColor { background-color: #55999B; }

<div style="background-color:#55999B">Inner text</div>

This div background color is #55999B.


Border color

.myBorderColor { border: 1px solid #55999B; }

<div style="border:3px solid #55999B">Div</div>

This div border color is #55999B.


Opacity

.myOpacity80 { color: #55999B; opacity: 0.8; }

<p style="color:#55999B;opacity:0.8;">80%</p>

Text with #55999B 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 #55999B;}

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

This text has shadow with #55999B color.

.textShadow {text-shadow: 3px 3px 1px #55999B, 3px 3px 1px red;}

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

This text has shadow with #55999B primary color and red secondary color.


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

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

This text has shadow with #55999B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55999B on black background.


Color preview on white background

This text has color #55999B on white background.



Black color preview on #55999B background

This text has black color on #55999B background.


White color preview on #55999B background

This text has white color on #55999B background.