COLOR #55857A

HEX: #55857A RGB: (85,133,122)

Color info

#55857A contains red, green and blue colors in about the same proportion. Web safe color of #55857A is #669966 (or #696).

RGB color model

#55857A color RGB value is (85,133,122).

RGB: (85,133,122) (33%, 52%, 48%)

RGB channels and saturation

R 85 of 255 = 33%
G 133 of 255 = 52%
B 122 of 255 = 48%

85
133
122

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

Portions of RGB colors in percentages

R + G + B = 85 + 133 + 122 = 340 (100%)
R 85 of 340 ~ 25%
G 133 of 340 ~ 39.12%
B 122 of 340 ~ 35.88'%

%25
%39.12
%35.88

CMYK color model

#55857A color CMYK value is (36,0,8,48).

  • cyan value is 36.09%
  • magenta value is 0.00%
  • yellow value is 8.27%
  • key color value is 47.84%

CMYK: (36,0,8,48)
C36M0Y8K48 (36%, 0%, 8%, 48%)
(0.36 / 0.00 / 0.08 / 0.48)

CMYK percentages

%36.09
%0
%8.27
%47.84

Codes

Color #55857A in popluar color models

55 85 7A
RGB 85 133 122
HSL 166° 22.02% 42.75%
HSB/HSV 166° 36.09% 52.16%
CMYK 36.09% 0.00% 8.27%
47.84%

Color #55857A in popluar number systems.

HEX 55 85 7A
Decimal 85 133 122
Binary 1010101 10000101 1111010
Octal 125 205 172

Shades and tints

Shades of #55857A

#55857A
(85,133,122)
#4E796F
(78,121,111)
#476D64
(71,109,100)
#406159
(64,97,89)
#39554E
(57,85,78)
#324943
(50,73,67)
#2B3D38
(43,61,56)
#24312D
(36,49,45)
#1D2522
(29,37,34)
#161917
(22,25,23)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #55857A

#55857A
(85,133,122)
#649086
(100,144,134)
#739B92
(115,155,146)
#82A69E
(130,166,158)
#91B1AA
(145,177,170)
#A0BCB6
(160,188,182)
#AFC7C2
(175,199,194)
#BED2CE
(190,210,206)
#CDDDDA
(205,221,218)
#DCE8E6
(220,232,230)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55857A color. Also use rgb(85,133,122) instead hex code.

Text Font Color

.myTextColor { color: #55857A; }

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

This text font color is #55857A.

Background Color

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

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

This div background color is #55857A.

Border color

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

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

This div border color is #55857A.

Opacity

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

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

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

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

This text has shadow with #55857A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55857A.

Preview

Color preview on black background

This text has color #55857A on black background.


Color preview on white background

This text has color #55857A on white background.


Black color preview on #55857A background

This text has black color on #55857A background.


White color preview on #55857A background

This text has white color on #55857A background.


Related colors

Complementary color

Complementary color for #hex is #AA7A85.


I love getcolorcode.com

Triadic colors

1 #7A5585 and #857A55 with #55857A are triadic colors.

2 #7A8555 and #85557A with #55857A are triadic colors.