COLOR #55848E

HEX: #55848E
RGB: (85,132,142)

Color info

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

RGB color model

#55848E color RGB value is (85,132,142).

  • red value is 85;
  • green value is 132;
  • blue value is 142.
RGB:
(85,132,142)
(33%,52%,56%)

RGB channels and saturation

R 85 of 255 = 33%
G 132 of 255 = 52%
B 142 of 255 = 56%

85
132
142

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

Portions of RGB colors in percentages

R + G + B =
85 + 132 + 142 = 359 (100%)
R 85 of 359 ~ 23.68%
G 132 of 359 ~ 36.77%
B 142 of 359 ~ 39.55%

%23.68
%36.77
%39.55

CMYK color model

#55848E color CMYK value is (40,7,0,44).

  • cyan value is 40.14%
  • magenta value is 7.04%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(40,7,0,44)
C40M7Y0K44 
(40%,7%,0%,44%)
(0.40/0.07/0.00/0.44)	

CMYK percentages

%40.14
%7.04
%0
%44.31

Codes

Color #55848E in popluar color models

55848E
RGB85132142
HSL191°25.11%44.51%
HSB/HSV191°40.14%55.69%
CMYK40.14%7.04%0.00%
44.31%

Color #55848E in popluar number systems.

HEX55848E
Decimal85132142
Binary10101011000010010001110
Octal125204216

Shades and tints

Shades of #55848E

#55848E
(85,132,142)
#4E7882
(78,120,130)
#476C76
(71,108,118)
#40606A
(64,96,106)
#39545E
(57,84,94)
#324852
(50,72,82)
#2B3C46
(43,60,70)
#24303A
(36,48,58)
#1D242E
(29,36,46)
#161822
(22,24,34)
#0F0C16
(15,12,22)
#000000
(0,0,0)

Tints of #55848E

#55848E
(85,132,142)
#648F98
(100,143,152)
#739AA2
(115,154,162)
#82A5AC
(130,165,172)
#91B0B6
(145,176,182)
#A0BBC0
(160,187,192)
#AFC6CA
(175,198,202)
#BED1D4
(190,209,212)
#CDDCDE
(205,220,222)
#DCE7E8
(220,231,232)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55848E color. Also use rgb(85,132,142) instead hex code.

Text Font Color

.myTextColor { color: #55848E; }

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

This text font color is #55848E.


Background Color

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

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

This div background color is #55848E.


Border color

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

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

This div border color is #55848E.


Opacity

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

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

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

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

This text has shadow with #55848E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55848E on black background.


Color preview on white background

This text has color #55848E on white background.



Black color preview on #55848E background

This text has black color on #55848E background.


White color preview on #55848E background

This text has white color on #55848E background.