COLOR #555376

HEX: #555376
RGB: (85,83,118)

Color info

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

RGB color model

#555376 color RGB value is (85,83,118).

  • red value is 85;
  • green value is 83;
  • blue value is 118.
RGB:
(85,83,118)
(33%,33%,46%)

RGB channels and saturation

R 85 of 255 = 33%
G 83 of 255 = 33%
B 118 of 255 = 46%

85
83
118

R + G + B ~ 37%. #555376 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 83 + 118 = 286 (100%)
R 85 of 286 ~ 29.72%
G 83 of 286 ~ 29.02%
B 118 of 286 ~ 41.26%

%29.72
%29.02
%41.26

CMYK color model

#555376 color CMYK value is (28,30,0,54).

  • cyan value is 27.97%
  • magenta value is 29.66%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(28,30,0,54)
C28M30Y0K54 
(28%,30%,0%,54%)
(0.28/0.30/0.00/0.54)	

CMYK percentages

%27.97
%29.66
%0
%53.73

Codes

Color #555376 in popluar color models

555376
RGB8583118
HSL243°17.41%39.41%
HSB/HSV243°29.66%46.27%
CMYK27.97%29.66%0.00%
53.73%

Color #555376 in popluar number systems.

HEX555376
Decimal8583118
Binary101010110100111110110
Octal125123166

Shades and tints

Shades of #555376

#555376
(85,83,118)
#4E4C6C
(78,76,108)
#474562
(71,69,98)
#403E58
(64,62,88)
#39374E
(57,55,78)
#323044
(50,48,68)
#2B293A
(43,41,58)
#242230
(36,34,48)
#1D1B26
(29,27,38)
#16141C
(22,20,28)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #555376

#555376
(85,83,118)
#646282
(100,98,130)
#73718E
(115,113,142)
#82809A
(130,128,154)
#918FA6
(145,143,166)
#A09EB2
(160,158,178)
#AFADBE
(175,173,190)
#BEBCCA
(190,188,202)
#CDCBD6
(205,203,214)
#DCDAE2
(220,218,226)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555376; }

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

This text font color is #555376.


Background Color

.myBgColor { background-color: #555376; }

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

This div background color is #555376.


Border color

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

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

This div border color is #555376.


Opacity

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

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

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

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

This text has shadow with #555376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555376 on black background.


Color preview on white background

This text has color #555376 on white background.



Black color preview on #555376 background

This text has black color on #555376 background.


White color preview on #555376 background

This text has white color on #555376 background.