COLOR #554676

HEX: #554676
RGB: (85,70,118)

Color info

#554676 contains red, green and blue colors in about the same proportion. Web safe color of #554676 is #663366 (or #636).

RGB color model

#554676 color RGB value is (85,70,118).

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

RGB channels and saturation

R 85 of 255 = 33%
G 70 of 255 = 27%
B 118 of 255 = 46%

85
70
118

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

Portions of RGB colors in percentages

R + G + B =
85 + 70 + 118 = 273 (100%)
R 85 of 273 ~ 31.14%
G 70 of 273 ~ 25.64%
B 118 of 273 ~ 43.22%

%31.14
%25.64
%43.22

CMYK color model

#554676 color CMYK value is (28,41,0,54).

  • cyan value is 27.97%
  • magenta value is 40.68%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(28,41,0,54)
C28M41Y0K54 
(28%,41%,0%,54%)
(0.28/0.41/0.00/0.54)	

CMYK percentages

%27.97
%40.68
%0
%53.73

Codes

Color #554676 in popluar color models

554676
RGB8570118
HSL259°25.53%36.86%
HSB/HSV259°40.68%46.27%
CMYK27.97%40.68%0.00%
53.73%

Color #554676 in popluar number systems.

HEX554676
Decimal8570118
Binary101010110001101110110
Octal125106166

Shades and tints

Shades of #554676

#554676
(85,70,118)
#4E406C
(78,64,108)
#473A62
(71,58,98)
#403458
(64,52,88)
#392E4E
(57,46,78)
#322844
(50,40,68)
#2B223A
(43,34,58)
#241C30
(36,28,48)
#1D1626
(29,22,38)
#16101C
(22,16,28)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #554676

#554676
(85,70,118)
#645682
(100,86,130)
#73668E
(115,102,142)
#82769A
(130,118,154)
#9186A6
(145,134,166)
#A096B2
(160,150,178)
#AFA6BE
(175,166,190)
#BEB6CA
(190,182,202)
#CDC6D6
(205,198,214)
#DCD6E2
(220,214,226)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554676; }

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

This text font color is #554676.


Background Color

.myBgColor { background-color: #554676; }

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

This div background color is #554676.


Border color

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

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

This div border color is #554676.


Opacity

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

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

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

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

This text has shadow with #554676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554676 on black background.


Color preview on white background

This text has color #554676 on white background.



Black color preview on #554676 background

This text has black color on #554676 background.


White color preview on #554676 background

This text has white color on #554676 background.