COLOR #555562

HEX: #555562 RGB: (85,85,98)

Color info

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

RGB color model

#555562 color RGB value is (85,85,98).

RGB: (85,85,98) (33%, 33%, 38%)

RGB channels and saturation

R 85 of 255 = 33%
G 85 of 255 = 33%
B 98 of 255 = 38%

85
85
98

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

Portions of RGB colors in percentages

R + G + B = 85 + 85 + 98 = 268 (100%)
R 85 of 268 ~ 31.72%
G 85 of 268 ~ 31.72%
B 98 of 268 ~ 36.57'%

%31.72
%31.72
%36.57

CMYK color model

#555562 color CMYK value is (13,13,0,62).

  • cyan value is 13.27%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (13,13,0,62)
C13M13Y0K62 (13%, 13%, 0%, 62%)
(0.13 / 0.13 / 0.00 / 0.62)

CMYK percentages

%13.27
%13.27
%0
%61.57

Codes

Color #555562 in popluar color models

55 55 62
RGB 85 85 98
HSL 240° 7.10% 35.88%
HSB/HSV 240° 13.27% 38.43%
CMYK 13.27% 13.27% 0.00%
61.57%

Color #555562 in popluar number systems.

HEX 55 55 62
Decimal 85 85 98
Binary 1010101 1010101 1100010
Octal 125 125 142

Shades and tints

Shades of #555562

#555562
(85,85,98)
#4E4E5A
(78,78,90)
#474752
(71,71,82)
#40404A
(64,64,74)
#393942
(57,57,66)
#32323A
(50,50,58)
#2B2B32
(43,43,50)
#24242A
(36,36,42)
#1D1D22
(29,29,34)
#16161A
(22,22,26)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #555562

#555562
(85,85,98)
#646470
(100,100,112)
#73737E
(115,115,126)
#82828C
(130,130,140)
#91919A
(145,145,154)
#A0A0A8
(160,160,168)
#AFAFB6
(175,175,182)
#BEBEC4
(190,190,196)
#CDCDD2
(205,205,210)
#DCDCE0
(220,220,224)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555562; }

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

This text font color is #555562.

Background Color

.myBgColor { background-color: #555562; }

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

This div background color is #555562.

Border color

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

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

This div border color is #555562.

Opacity

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

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

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

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

This text has shadow with #555562 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555562.

Preview

Color preview on black background

This text has color #555562 on black background.


Color preview on white background

This text has color #555562 on white background.


Black color preview on #555562 background

This text has black color on #555562 background.


White color preview on #555562 background

This text has white color on #555562 background.


Related colors

Complementary color

Complementary color for #hex is #AAAA9D.


I love getcolorcode.com