COLOR #55859C

HEX: #55859C
RGB: (85,133,156)

Color info

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

RGB color model

#55859C color RGB value is (85,133,156).

  • red value is 85;
  • green value is 133;
  • blue value is 156.
RGB:
(85,133,156)
(33%,52%,61%)

RGB channels and saturation

R 85 of 255 = 33%
G 133 of 255 = 52%
B 156 of 255 = 61%

85
133
156

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

Portions of RGB colors in percentages

R + G + B =
85 + 133 + 156 = 374 (100%)
R 85 of 374 ~ 22.73%
G 133 of 374 ~ 35.56%
B 156 of 374 ~ 41.71%

%22.73
%35.56
%41.71

CMYK color model

#55859C color CMYK value is (46,15,0,39).

  • cyan value is 45.51%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(46,15,0,39)
C46M15Y0K39 
(46%,15%,0%,39%)
(0.46/0.15/0.00/0.39)	

CMYK percentages

%45.51
%14.74
%0
%38.82

Codes

Color #55859C in popluar color models

55859C
RGB85133156
HSL199°29.46%47.25%
HSB/HSV199°45.51%61.18%
CMYK45.51%14.74%0.00%
38.82%

Color #55859C in popluar number systems.

HEX55859C
Decimal85133156
Binary10101011000010110011100
Octal125205234

Shades and tints

Shades of #55859C

#55859C
(85,133,156)
#4E798E
(78,121,142)
#476D80
(71,109,128)
#406172
(64,97,114)
#395564
(57,85,100)
#324956
(50,73,86)
#2B3D48
(43,61,72)
#24313A
(36,49,58)
#1D252C
(29,37,44)
#16191E
(22,25,30)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #55859C

#55859C
(85,133,156)
#6490A5
(100,144,165)
#739BAE
(115,155,174)
#82A6B7
(130,166,183)
#91B1C0
(145,177,192)
#A0BCC9
(160,188,201)
#AFC7D2
(175,199,210)
#BED2DB
(190,210,219)
#CDDDE4
(205,221,228)
#DCE8ED
(220,232,237)
#EBF3F6
(235,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55859C color. Also use rgb(85,133,156) instead hex code.

Text Font Color

.myTextColor { color: #55859C; }

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

This text font color is #55859C.


Background Color

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

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

This div background color is #55859C.


Border color

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

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

This div border color is #55859C.


Opacity

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

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

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

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

This text has shadow with #55859C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55859C on black background.


Color preview on white background

This text has color #55859C on white background.



Black color preview on #55859C background

This text has black color on #55859C background.


White color preview on #55859C background

This text has white color on #55859C background.