COLOR #555568

HEX: #555568 RGB: (85,85,104)

Color info

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

RGB color model

#555568 color RGB value is (85,85,104).

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

RGB channels and saturation

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

85
85
104

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

Portions of RGB colors in percentages

R + G + B = 85 + 85 + 104 = 274 (100%)
R 85 of 274 ~ 31.02%
G 85 of 274 ~ 31.02%
B 104 of 274 ~ 37.96'%

%31.02
%31.02
%37.96

CMYK color model

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

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

CMYK percentages

%18.27
%18.27
%0
%59.22

Codes

Color #555568 in popluar color models

55 55 68
RGB 85 85 104
HSL 240° 10.05% 37.06%
HSB/HSV 240° 18.27% 40.78%
CMYK 18.27% 18.27% 0.00%
59.22%

Color #555568 in popluar number systems.

HEX 55 55 68
Decimal 85 85 104
Binary 1010101 1010101 1101000
Octal 125 125 150

Shades and tints

Shades of #555568

#555568
(85,85,104)
#4E4E5F
(78,78,95)
#474756
(71,71,86)
#40404D
(64,64,77)
#393944
(57,57,68)
#32323B
(50,50,59)
#2B2B32
(43,43,50)
#242429
(36,36,41)
#1D1D20
(29,29,32)
#161617
(22,22,23)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #555568

#555568
(85,85,104)
#646475
(100,100,117)
#737382
(115,115,130)
#82828F
(130,130,143)
#91919C
(145,145,156)
#A0A0A9
(160,160,169)
#AFAFB6
(175,175,182)
#BEBEC3
(190,190,195)
#CDCDD0
(205,205,208)
#DCDCDD
(220,220,221)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555568; }

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

This text font color is #555568.

Background Color

.myBgColor { background-color: #555568; }

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

This div background color is #555568.

Border color

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

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

This div border color is #555568.

Opacity

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

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

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

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

This text has shadow with #555568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555568.

Preview

Color preview on black background

This text has color #555568 on black background.


Color preview on white background

This text has color #555568 on white background.


Black color preview on #555568 background

This text has black color on #555568 background.


White color preview on #555568 background

This text has white color on #555568 background.


Related colors

Complementary color

Complementary color for #hex is #AAAA97.


I love getcolorcode.com