COLOR #55667A

HEX: #55667A
RGB: (85,102,122)

Color info

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

RGB color model

#55667A color RGB value is (85,102,122).

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

RGB channels and saturation

R 85 of 255 = 33%
G 102 of 255 = 40%
B 122 of 255 = 48%

85
102
122

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

Portions of RGB colors in percentages

R + G + B =
85 + 102 + 122 = 309 (100%)
R 85 of 309 ~ 27.51%
G 102 of 309 ~ 33.01%
B 122 of 309 ~ 39.48%

%27.51
%33.01
%39.48

CMYK color model

#55667A color CMYK value is (30,16,0,52).

  • cyan value is 30.33%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(30,16,0,52)
C30M16Y0K52 
(30%,16%,0%,52%)
(0.30/0.16/0.00/0.52)	

CMYK percentages

%30.33
%16.39
%0
%52.16

Codes

Color #55667A in popluar color models

55667A
RGB85102122
HSL212°17.87%40.59%
HSB/HSV212°30.33%47.84%
CMYK30.33%16.39%0.00%
52.16%

Color #55667A in popluar number systems.

HEX55667A
Decimal85102122
Binary101010111001101111010
Octal125146172

Shades and tints

Shades of #55667A

#55667A
(85,102,122)
#4E5D6F
(78,93,111)
#475464
(71,84,100)
#404B59
(64,75,89)
#39424E
(57,66,78)
#323943
(50,57,67)
#2B3038
(43,48,56)
#24272D
(36,39,45)
#1D1E22
(29,30,34)
#161517
(22,21,23)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #55667A

#55667A
(85,102,122)
#647386
(100,115,134)
#738092
(115,128,146)
#828D9E
(130,141,158)
#919AAA
(145,154,170)
#A0A7B6
(160,167,182)
#AFB4C2
(175,180,194)
#BEC1CE
(190,193,206)
#CDCEDA
(205,206,218)
#DCDBE6
(220,219,230)
#EBE8F2
(235,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55667A; }

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

This text font color is #55667A.


Background Color

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

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

This div background color is #55667A.


Border color

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

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

This div border color is #55667A.


Opacity

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

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

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

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

This text has shadow with #55667A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55667A on black background.


Color preview on white background

This text has color #55667A on white background.



Black color preview on #55667A background

This text has black color on #55667A background.


White color preview on #55667A background

This text has white color on #55667A background.