COLOR #555162

HEX: #555162 RGB: (85,81,98)

Color info

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

RGB color model

#555162 color RGB value is (85,81,98).

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

RGB channels and saturation

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

85
81
98

R + G + B ~ 34%. #555162 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 81 + 98 = 264 (100%)
R 85 of 264 ~ 32.2%
G 81 of 264 ~ 30.68%
B 98 of 264 ~ 37.12'%

%32.2
%30.68
%37.12

CMYK color model

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

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

CMYK: (13,17,0,62)
C13M17Y0K62 (13%, 17%, 0%, 62%)
(0.13 / 0.17 / 0.00 / 0.62)

CMYK percentages

%13.27
%17.35
%0
%61.57

Codes

Color #555162 in popluar color models

55 51 62
RGB 85 81 98
HSL 254° 9.50% 35.10%
HSB/HSV 254° 17.35% 38.43%
CMYK 13.27% 17.35% 0.00%
61.57%

Color #555162 in popluar number systems.

HEX 55 51 62
Decimal 85 81 98
Binary 1010101 1010001 1100010
Octal 125 121 142

Shades and tints

Shades of #555162

#555162
(85,81,98)
#4E4A5A
(78,74,90)
#474352
(71,67,82)
#403C4A
(64,60,74)
#393542
(57,53,66)
#322E3A
(50,46,58)
#2B2732
(43,39,50)
#24202A
(36,32,42)
#1D1922
(29,25,34)
#16121A
(22,18,26)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #555162

#555162
(85,81,98)
#646070
(100,96,112)
#736F7E
(115,111,126)
#827E8C
(130,126,140)
#918D9A
(145,141,154)
#A09CA8
(160,156,168)
#AFABB6
(175,171,182)
#BEBAC4
(190,186,196)
#CDC9D2
(205,201,210)
#DCD8E0
(220,216,224)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555162; }

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

This text font color is #555162.

Background Color

.myBgColor { background-color: #555162; }

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

This div background color is #555162.

Border color

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

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

This div border color is #555162.

Opacity

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

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

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

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

This text has shadow with #555162 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555162.

Preview

Color preview on black background

This text has color #555162 on black background.


Color preview on white background

This text has color #555162 on white background.


Black color preview on #555162 background

This text has black color on #555162 background.


White color preview on #555162 background

This text has white color on #555162 background.


Related colors

Complementary color

Complementary color for #hex is #AAAE9D.


I love getcolorcode.com

Triadic colors

1 #625551 and #516255 with #555162 are triadic colors.

2 #625155 and #515562 with #555162 are triadic colors.