COLOR #554973

HEX: #554973
RGB: (85,73,115)

Color info

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

RGB color model

#554973 color RGB value is (85,73,115).

  • red value is 85;
  • green value is 73;
  • blue value is 115.
RGB:
(85,73,115)
(33%,29%,45%)

RGB channels and saturation

R 85 of 255 = 33%
G 73 of 255 = 29%
B 115 of 255 = 45%

85
73
115

R + G + B ~ 36%. #554973 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 73 + 115 = 273 (100%)
R 85 of 273 ~ 31.14%
G 73 of 273 ~ 26.74%
B 115 of 273 ~ 42.12%

%31.14
%26.74
%42.12

CMYK color model

#554973 color CMYK value is (26,37,0,55).

  • cyan value is 26.09%
  • magenta value is 36.52%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(26,37,0,55)
C26M37Y0K55 
(26%,37%,0%,55%)
(0.26/0.37/0.00/0.55)	

CMYK percentages

%26.09
%36.52
%0
%54.9

Codes

Color #554973 in popluar color models

554973
RGB8573115
HSL257°22.34%36.86%
HSB/HSV257°36.52%45.10%
CMYK26.09%36.52%0.00%
54.90%

Color #554973 in popluar number systems.

HEX554973
Decimal8573115
Binary101010110010011110011
Octal125111163

Shades and tints

Shades of #554973

#554973
(85,73,115)
#4E4369
(78,67,105)
#473D5F
(71,61,95)
#403755
(64,55,85)
#39314B
(57,49,75)
#322B41
(50,43,65)
#2B2537
(43,37,55)
#241F2D
(36,31,45)
#1D1923
(29,25,35)
#161319
(22,19,25)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #554973

#554973
(85,73,115)
#64597F
(100,89,127)
#73698B
(115,105,139)
#827997
(130,121,151)
#9189A3
(145,137,163)
#A099AF
(160,153,175)
#AFA9BB
(175,169,187)
#BEB9C7
(190,185,199)
#CDC9D3
(205,201,211)
#DCD9DF
(220,217,223)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554973 color. Also use rgb(85,73,115) instead hex code.

Text Font Color

.myTextColor { color: #554973; }

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

This text font color is #554973.


Background Color

.myBgColor { background-color: #554973; }

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

This div background color is #554973.


Border color

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

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

This div border color is #554973.


Opacity

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

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

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

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

This text has shadow with #554973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554973 on black background.


Color preview on white background

This text has color #554973 on white background.



Black color preview on #554973 background

This text has black color on #554973 background.


White color preview on #554973 background

This text has white color on #554973 background.