COLOR #55797A

HEX: #55797A RGB: (85,121,122)

Color info

#55797A contains red, green and blue colors in about the same proportion. Web safe color of #55797A is #666666 (or #666).

RGB color model

#55797A color RGB value is (85,121,122).

RGB: (85,121,122) (33%, 47%, 48%)

RGB channels and saturation

R 85 of 255 = 33%
G 121 of 255 = 47%
B 122 of 255 = 48%

85
121
122

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

Portions of RGB colors in percentages

R + G + B = 85 + 121 + 122 = 328 (100%)
R 85 of 328 ~ 25.91%
G 121 of 328 ~ 36.89%
B 122 of 328 ~ 37.2'%

%25.91
%36.89
%37.2

CMYK color model

#55797A color CMYK value is (30,1,0,52).

  • cyan value is 30.33%
  • magenta value is 0.82%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (30,1,0,52)
C30M1Y0K52 (30%, 1%, 0%, 52%)
(0.30 / 0.01 / 0.00 / 0.52)

CMYK percentages

%30.33
%0.82
%0
%52.16

Codes

Color #55797A in popluar color models

55 79 7A
RGB 85 121 122
HSL 182° 17.87% 40.59%
HSB/HSV 182° 30.33% 47.84%
CMYK 30.33% 0.82% 0.00%
52.16%

Color #55797A in popluar number systems.

HEX 55 79 7A
Decimal 85 121 122
Binary 1010101 1111001 1111010
Octal 125 171 172

Shades and tints

Shades of #55797A

#55797A
(85,121,122)
#4E6E6F
(78,110,111)
#476364
(71,99,100)
#405859
(64,88,89)
#394D4E
(57,77,78)
#324243
(50,66,67)
#2B3738
(43,55,56)
#242C2D
(36,44,45)
#1D2122
(29,33,34)
#161617
(22,22,23)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #55797A

#55797A
(85,121,122)
#648586
(100,133,134)
#739192
(115,145,146)
#829D9E
(130,157,158)
#91A9AA
(145,169,170)
#A0B5B6
(160,181,182)
#AFC1C2
(175,193,194)
#BECDCE
(190,205,206)
#CDD9DA
(205,217,218)
#DCE5E6
(220,229,230)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55797A; }

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

This text font color is #55797A.

Background Color

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

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

This div background color is #55797A.

Border color

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

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

This div border color is #55797A.

Opacity

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

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

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

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

This text has shadow with #55797A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55797A.

Preview

Color preview on black background

This text has color #55797A on black background.


Color preview on white background

This text has color #55797A on white background.


Black color preview on #55797A background

This text has black color on #55797A background.


White color preview on #55797A background

This text has white color on #55797A background.


Related colors

Complementary color

Complementary color for #hex is #AA8685.


I love getcolorcode.com

Triadic colors

1 #7A5579 and #797A55 with #55797A are triadic colors.

2 #7A7955 and #79557A with #55797A are triadic colors.