COLOR #555169

HEX: #555169
RGB: (85,81,105)

Color info

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

RGB color model

#555169 color RGB value is (85,81,105).

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

RGB channels and saturation

R 85 of 255 = 33%
G 81 of 255 = 32%
B 105 of 255 = 41%

85
81
105

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

Portions of RGB colors in percentages

R + G + B =
85 + 81 + 105 = 271 (100%)
R 85 of 271 ~ 31.37%
G 81 of 271 ~ 29.89%
B 105 of 271 ~ 38.75%

%31.37
%29.89
%38.75

CMYK color model

#555169 color CMYK value is (19,23,0,59).

  • cyan value is 19.05%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(19,23,0,59)
C19M23Y0K59 
(19%,23%,0%,59%)
(0.19/0.23/0.00/0.59)	

CMYK percentages

%19.05
%22.86
%0
%58.82

Codes

Color #555169 in popluar color models

555169
RGB8581105
HSL250°12.90%36.47%
HSB/HSV250°22.86%41.18%
CMYK19.05%22.86%0.00%
58.82%

Color #555169 in popluar number systems.

HEX555169
Decimal8581105
Binary101010110100011101001
Octal125121151

Shades and tints

Shades of #555169

#555169
(85,81,105)
#4E4A60
(78,74,96)
#474357
(71,67,87)
#403C4E
(64,60,78)
#393545
(57,53,69)
#322E3C
(50,46,60)
#2B2733
(43,39,51)
#24202A
(36,32,42)
#1D1921
(29,25,33)
#161218
(22,18,24)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #555169

#555169
(85,81,105)
#646076
(100,96,118)
#736F83
(115,111,131)
#827E90
(130,126,144)
#918D9D
(145,141,157)
#A09CAA
(160,156,170)
#AFABB7
(175,171,183)
#BEBAC4
(190,186,196)
#CDC9D1
(205,201,209)
#DCD8DE
(220,216,222)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555169; }

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

This text font color is #555169.


Background Color

.myBgColor { background-color: #555169; }

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

This div background color is #555169.


Border color

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

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

This div border color is #555169.


Opacity

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

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

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

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

This text has shadow with #555169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555169 on black background.


Color preview on white background

This text has color #555169 on white background.



Black color preview on #555169 background

This text has black color on #555169 background.


White color preview on #555169 background

This text has white color on #555169 background.