COLOR #55757A

HEX: #55757A
RGB: (85,117,122)

Color info

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

RGB color model

#55757A color RGB value is (85,117,122).

  • red value is 85;
  • green value is 117;
  • blue value is 122.
RGB:
(85,117,122)
(33%,46%,48%)

RGB channels and saturation

R 85 of 255 = 33%
G 117 of 255 = 46%
B 122 of 255 = 48%

85
117
122

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

Portions of RGB colors in percentages

R + G + B =
85 + 117 + 122 = 324 (100%)
R 85 of 324 ~ 26.23%
G 117 of 324 ~ 36.11%
B 122 of 324 ~ 37.65%

%26.23
%36.11
%37.65

CMYK color model

#55757A color CMYK value is (30,4,0,52).

  • cyan value is 30.33%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(30,4,0,52)
C30M4Y0K52 
(30%,4%,0%,52%)
(0.30/0.04/0.00/0.52)	

CMYK percentages

%30.33
%4.1
%0
%52.16

Codes

Color #55757A in popluar color models

55757A
RGB85117122
HSL188°17.87%40.59%
HSB/HSV188°30.33%47.84%
CMYK30.33%4.10%0.00%
52.16%

Color #55757A in popluar number systems.

HEX55757A
Decimal85117122
Binary101010111101011111010
Octal125165172

Shades and tints

Shades of #55757A

#55757A
(85,117,122)
#4E6B6F
(78,107,111)
#476164
(71,97,100)
#405759
(64,87,89)
#394D4E
(57,77,78)
#324343
(50,67,67)
#2B3938
(43,57,56)
#242F2D
(36,47,45)
#1D2522
(29,37,34)
#161B17
(22,27,23)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #55757A

#55757A
(85,117,122)
#648186
(100,129,134)
#738D92
(115,141,146)
#82999E
(130,153,158)
#91A5AA
(145,165,170)
#A0B1B6
(160,177,182)
#AFBDC2
(175,189,194)
#BEC9CE
(190,201,206)
#CDD5DA
(205,213,218)
#DCE1E6
(220,225,230)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55757A; }

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

This text font color is #55757A.


Background Color

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

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

This div background color is #55757A.


Border color

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

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

This div border color is #55757A.


Opacity

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

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

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

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

This text has shadow with #55757A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55757A on black background.


Color preview on white background

This text has color #55757A on white background.



Black color preview on #55757A background

This text has black color on #55757A background.


White color preview on #55757A background

This text has white color on #55757A background.