COLOR #555466

HEX: #555466 RGB: (85,84,102)

Color info

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

RGB color model

#555466 color RGB value is (85,84,102).

RGB: (85,84,102) (33%, 33%, 40%)

RGB channels and saturation

R 85 of 255 = 33%
G 84 of 255 = 33%
B 102 of 255 = 40%

85
84
102

R + G + B ~ 35%. #555466 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 84 + 102 = 271 (100%)
R 85 of 271 ~ 31.37%
G 84 of 271 ~ 31%
B 102 of 271 ~ 37.64'%

%31.37
%31
%37.64

CMYK color model

#555466 color CMYK value is (17,18,0,60).

  • cyan value is 16.67%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK: (17,18,0,60) C17M18Y0K60 (17%,18%,0%,60%) (0.17/0.18/0.00/0.60) 

CMYK percentages

%16.67
%17.65
%0
%60

Codes

Color #555466 in popluar color models

55 54 66
RGB 85 84 102
HSL 243° 9.68% 36.47%
HSB/HSV 243° 17.65% 40.00%
CMYK 16.67% 17.65% 0.00%
60.00%

Color #555466 in popluar number systems.

HEX 55 54 66
Decimal 85 84 102
Binary 1010101 1010100 1100110
Octal 125 124 146

Shades and tints

Shades of #555466

#555466
(85,84,102)
#4E4D5D
(78,77,93)
#474654
(71,70,84)
#403F4B
(64,63,75)
#393842
(57,56,66)
#323139
(50,49,57)
#2B2A30
(43,42,48)
#242327
(36,35,39)
#1D1C1E
(29,28,30)
#161515
(22,21,21)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #555466

#555466
(85,84,102)
#646373
(100,99,115)
#737280
(115,114,128)
#82818D
(130,129,141)
#91909A
(145,144,154)
#A09FA7
(160,159,167)
#AFAEB4
(175,174,180)
#BEBDC1
(190,189,193)
#CDCCCE
(205,204,206)
#DCDBDB
(220,219,219)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555466; }

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

This text font color is #555466.

Background Color

.myBgColor { background-color: #555466; }

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

This div background color is #555466.

Border color

.myBorderColor { border: 1px solid #555466; }

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

This div border color is #555466.

Opacity

.myOpacity80 { color: #555466; opacity: 0.8; }

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

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

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

This text has shadow with #555466 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555466.

Preview

Color preview on black background

This text has color #555466 on black background.


Color preview on white background

This text has color #555466 on white background.


Black color preview on #555466 background

This text has black color on #555466 background.


White color preview on #555466 background

This text has white color on #555466 background.


Related colors

Complementary color

Complementary color for #hex is #AAAB99.


I love getcolorcode.com

Triadic colors

1 #665554 and #546655 with #555466 are triadic colors.

2 #665455 and #545566 with #555466 are triadic colors.