COLOR #55929E

HEX: #55929E
RGB: (85,146,158)

Color info

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

RGB color model

#55929E color RGB value is (85,146,158).

  • red value is 85;
  • green value is 146;
  • blue value is 158.
RGB:
(85,146,158)
(33%,57%,62%)

RGB channels and saturation

R 85 of 255 = 33%
G 146 of 255 = 57%
B 158 of 255 = 62%

85
146
158

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

Portions of RGB colors in percentages

R + G + B =
85 + 146 + 158 = 389 (100%)
R 85 of 389 ~ 21.85%
G 146 of 389 ~ 37.53%
B 158 of 389 ~ 40.62%

%21.85
%37.53
%40.62

CMYK color model

#55929E color CMYK value is (46,8,0,38).

  • cyan value is 46.20%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(46,8,0,38)
C46M8Y0K38 
(46%,8%,0%,38%)
(0.46/0.08/0.00/0.38)	

CMYK percentages

%46.2
%7.59
%0
%38.04

Codes

Color #55929E in popluar color models

55929E
RGB85146158
HSL190°30.04%47.65%
HSB/HSV190°46.20%61.96%
CMYK46.20%7.59%0.00%
38.04%

Color #55929E in popluar number systems.

HEX55929E
Decimal85146158
Binary10101011001001010011110
Octal125222236

Shades and tints

Shades of #55929E

#55929E
(85,146,158)
#4E8590
(78,133,144)
#477882
(71,120,130)
#406B74
(64,107,116)
#395E66
(57,94,102)
#325158
(50,81,88)
#2B444A
(43,68,74)
#24373C
(36,55,60)
#1D2A2E
(29,42,46)
#161D20
(22,29,32)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #55929E

#55929E
(85,146,158)
#649BA6
(100,155,166)
#73A4AE
(115,164,174)
#82ADB6
(130,173,182)
#91B6BE
(145,182,190)
#A0BFC6
(160,191,198)
#AFC8CE
(175,200,206)
#BED1D6
(190,209,214)
#CDDADE
(205,218,222)
#DCE3E6
(220,227,230)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55929E color. Also use rgb(85,146,158) instead hex code.

Text Font Color

.myTextColor { color: #55929E; }

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

This text font color is #55929E.


Background Color

.myBgColor { background-color: #55929E; }

<div style="background-color:#55929E">Inner text</div>

This div background color is #55929E.


Border color

.myBorderColor { border: 1px solid #55929E; }

<div style="border:3px solid #55929E">Div</div>

This div border color is #55929E.


Opacity

.myOpacity80 { color: #55929E; opacity: 0.8; }

<p style="color:#55929E;opacity:0.8;">80%</p>

Text with #55929E 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 #55929E;}

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

This text has shadow with #55929E color.

.textShadow {text-shadow: 3px 3px 1px #55929E, 3px 3px 1px red;}

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

This text has shadow with #55929E primary color and red secondary color.


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

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

This text has shadow with #55929E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55929E on black background.


Color preview on white background

This text has color #55929E on white background.



Black color preview on #55929E background

This text has black color on #55929E background.


White color preview on #55929E background

This text has white color on #55929E background.