COLOR #55958A

HEX: #55958A
RGB: (85,149,138)

Color info

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

RGB color model

#55958A color RGB value is (85,149,138).

  • red value is 85;
  • green value is 149;
  • blue value is 138.
RGB:
(85,149,138)
(33%,58%,54%)

RGB channels and saturation

R 85 of 255 = 33%
G 149 of 255 = 58%
B 138 of 255 = 54%

85
149
138

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

Portions of RGB colors in percentages

R + G + B =
85 + 149 + 138 = 372 (100%)
R 85 of 372 ~ 22.85%
G 149 of 372 ~ 40.05%
B 138 of 372 ~ 37.1%

%22.85
%40.05
%37.1

CMYK color model

#55958A color CMYK value is (43,0,7,42).

  • cyan value is 42.95%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • key color value is 41.57%
CMYK:
(43,0,7,42)
C43M0Y7K42 
(43%,0%,7%,42%)
(0.43/0.00/0.07/0.42)	

CMYK percentages

%42.95
%0
%7.38
%41.57

Codes

Color #55958A in popluar color models

55958A
RGB85149138
HSL170°27.35%45.88%
HSB/HSV170°42.95%58.43%
CMYK42.95%0.00%7.38%
41.57%

Color #55958A in popluar number systems.

HEX55958A
Decimal85149138
Binary10101011001010110001010
Octal125225212

Shades and tints

Shades of #55958A

#55958A
(85,149,138)
#4E887E
(78,136,126)
#477B72
(71,123,114)
#406E66
(64,110,102)
#39615A
(57,97,90)
#32544E
(50,84,78)
#2B4742
(43,71,66)
#243A36
(36,58,54)
#1D2D2A
(29,45,42)
#16201E
(22,32,30)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #55958A

#55958A
(85,149,138)
#649E94
(100,158,148)
#73A79E
(115,167,158)
#82B0A8
(130,176,168)
#91B9B2
(145,185,178)
#A0C2BC
(160,194,188)
#AFCBC6
(175,203,198)
#BED4D0
(190,212,208)
#CDDDDA
(205,221,218)
#DCE6E4
(220,230,228)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55958A color. Also use rgb(85,149,138) instead hex code.

Text Font Color

.myTextColor { color: #55958A; }

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

This text font color is #55958A.


Background Color

.myBgColor { background-color: #55958A; }

<div style="background-color:#55958A">Inner text</div>

This div background color is #55958A.


Border color

.myBorderColor { border: 1px solid #55958A; }

<div style="border:3px solid #55958A">Div</div>

This div border color is #55958A.


Opacity

.myOpacity80 { color: #55958A; opacity: 0.8; }

<p style="color:#55958A;opacity:0.8;">80%</p>

Text with #55958A 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 #55958A;}

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

This text has shadow with #55958A color.

.textShadow {text-shadow: 3px 3px 1px #55958A, 3px 3px 1px red;}

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

This text has shadow with #55958A primary color and red secondary color.


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

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

This text has shadow with #55958A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55958A on black background.


Color preview on white background

This text has color #55958A on white background.



Black color preview on #55958A background

This text has black color on #55958A background.


White color preview on #55958A background

This text has white color on #55958A background.