COLOR #555165

HEX: #555165
RGB: (85,81,101)

Color info

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

RGB color model

#555165 color RGB value is (85,81,101).

  • red value is 85;
  • green value is 81;
  • blue value is 101.
RGB:
(85,81,101)
(33%,32%,40%)

RGB channels and saturation

R 85 of 255 = 33%
G 81 of 255 = 32%
B 101 of 255 = 40%

85
81
101

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

Portions of RGB colors in percentages

R + G + B =
85 + 81 + 101 = 267 (100%)
R 85 of 267 ~ 31.84%
G 81 of 267 ~ 30.34%
B 101 of 267 ~ 37.83%

%31.84
%30.34
%37.83

CMYK color model

#555165 color CMYK value is (16,20,0,60).

  • cyan value is 15.84%
  • magenta value is 19.80%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(16,20,0,60)
C16M20Y0K60 
(16%,20%,0%,60%)
(0.16/0.20/0.00/0.60)	

CMYK percentages

%15.84
%19.8
%0
%60.39

Codes

Color #555165 in popluar color models

555165
RGB8581101
HSL252°10.99%35.69%
HSB/HSV252°19.80%39.61%
CMYK15.84%19.80%0.00%
60.39%

Color #555165 in popluar number systems.

HEX555165
Decimal8581101
Binary101010110100011100101
Octal125121145

Shades and tints

Shades of #555165

#555165
(85,81,101)
#4E4A5C
(78,74,92)
#474353
(71,67,83)
#403C4A
(64,60,74)
#393541
(57,53,65)
#322E38
(50,46,56)
#2B272F
(43,39,47)
#242026
(36,32,38)
#1D191D
(29,25,29)
#161214
(22,18,20)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #555165

#555165
(85,81,101)
#646073
(100,96,115)
#736F81
(115,111,129)
#827E8F
(130,126,143)
#918D9D
(145,141,157)
#A09CAB
(160,156,171)
#AFABB9
(175,171,185)
#BEBAC7
(190,186,199)
#CDC9D5
(205,201,213)
#DCD8E3
(220,216,227)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555165; }

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

This text font color is #555165.


Background Color

.myBgColor { background-color: #555165; }

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

This div background color is #555165.


Border color

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

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

This div border color is #555165.


Opacity

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

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

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

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

This text has shadow with #555165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555165 on black background.


Color preview on white background

This text has color #555165 on white background.



Black color preview on #555165 background

This text has black color on #555165 background.


White color preview on #555165 background

This text has white color on #555165 background.