COLOR #555159

HEX: #555159
RGB: (85,81,89)

Color info

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

RGB color model

#555159 color RGB value is (85,81,89).

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

RGB channels and saturation

R 85 of 255 = 33%
G 81 of 255 = 32%
B 89 of 255 = 35%

85
81
89

R + G + B ~ 33%. #555159 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 81 + 89 = 255 (100%)
R 85 of 255 ~ 33.33%
G 81 of 255 ~ 31.76%
B 89 of 255 ~ 34.9%

%33.33
%31.76
%34.9

CMYK color model

#555159 color CMYK value is (4,9,0,65).

  • cyan value is 4.49%
  • magenta value is 8.99%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(4,9,0,65)
C4M9Y0K65 
(4%,9%,0%,65%)
(0.04/0.09/0.00/0.65)	

CMYK percentages

%4.49
%8.99
%0
%65.1

Codes

Color #555159 in popluar color models

555159
RGB858189
HSL270°4.71%33.33%
HSB/HSV270°8.99%34.90%
CMYK4.49%8.99%0.00%
65.10%

Color #555159 in popluar number systems.

HEX555159
Decimal858189
Binary101010110100011011001
Octal125121131

Shades and tints

Shades of #555159

#555159
(85,81,89)
#4E4A51
(78,74,81)
#474349
(71,67,73)
#403C41
(64,60,65)
#393539
(57,53,57)
#322E31
(50,46,49)
#2B2729
(43,39,41)
#242021
(36,32,33)
#1D1919
(29,25,25)
#161211
(22,18,17)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #555159

#555159
(85,81,89)
#646068
(100,96,104)
#736F77
(115,111,119)
#827E86
(130,126,134)
#918D95
(145,141,149)
#A09CA4
(160,156,164)
#AFABB3
(175,171,179)
#BEBAC2
(190,186,194)
#CDC9D1
(205,201,209)
#DCD8E0
(220,216,224)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555159; }

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

This text font color is #555159.


Background Color

.myBgColor { background-color: #555159; }

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

This div background color is #555159.


Border color

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

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

This div border color is #555159.


Opacity

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

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

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

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

This text has shadow with #555159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555159 on black background.


Color preview on white background

This text has color #555159 on white background.



Black color preview on #555159 background

This text has black color on #555159 background.


White color preview on #555159 background

This text has white color on #555159 background.