COLOR #555468

HEX: #555468 RGB: (85,84,104)

Color info

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

RGB color model

#555468 color RGB value is (85,84,104).

RGB: (85,84,104) (33%, 33%, 41%)

RGB channels and saturation

R 85 of 255 = 33%
G 84 of 255 = 33%
B 104 of 255 = 41%

85
84
104

R + G + B ~ 36%. #555468 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 84 + 104 = 273 (100%)
R 85 of 273 ~ 31.14%
G 84 of 273 ~ 30.77%
B 104 of 273 ~ 38.1'%

%31.14
%30.77
%38.1

CMYK color model

#555468 color CMYK value is (18,19,0,59).

  • cyan value is 18.27%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK: (18,19,0,59) C18M19Y0K59 (18%,19%,0%,59%) (0.18/0.19/0.00/0.59) 

CMYK percentages

%18.27
%19.23
%0
%59.22

Codes

Color #555468 in popluar color models

55 54 68
RGB 85 84 104
HSL 243° 10.64% 36.86%
HSB/HSV 243° 19.23% 40.78%
CMYK 18.27% 19.23% 0.00%
59.22%

Color #555468 in popluar number systems.

HEX 55 54 68
Decimal 85 84 104
Binary 1010101 1010100 1101000
Octal 125 124 150

Shades and tints

Shades of #555468

#555468
(85,84,104)
#4E4D5F
(78,77,95)
#474656
(71,70,86)
#403F4D
(64,63,77)
#393844
(57,56,68)
#32313B
(50,49,59)
#2B2A32
(43,42,50)
#242329
(36,35,41)
#1D1C20
(29,28,32)
#161517
(22,21,23)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #555468

#555468
(85,84,104)
#646375
(100,99,117)
#737282
(115,114,130)
#82818F
(130,129,143)
#91909C
(145,144,156)
#A09FA9
(160,159,169)
#AFAEB6
(175,174,182)
#BEBDC3
(190,189,195)
#CDCCD0
(205,204,208)
#DCDBDD
(220,219,221)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555468; }

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

This text font color is #555468.

Background Color

.myBgColor { background-color: #555468; }

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

This div background color is #555468.

Border color

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

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

This div border color is #555468.

Opacity

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

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

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

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

This text has shadow with #555468 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555468.

Preview

Color preview on black background

This text has color #555468 on black background.


Color preview on white background

This text has color #555468 on white background.


Black color preview on #555468 background

This text has black color on #555468 background.


White color preview on #555468 background

This text has white color on #555468 background.


Related colors

Complementary color

Complementary color for #hex is #AAAB97.


I love getcolorcode.com

Triadic colors

1 #685554 and #546855 with #555468 are triadic colors.

2 #685455 and #545568 with #555468 are triadic colors.