COLOR #554071

HEX: #554071
RGB: (85,64,113)

Color info

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

RGB color model

#554071 color RGB value is (85,64,113).

  • red value is 85;
  • green value is 64;
  • blue value is 113.
RGB:
(85,64,113)
(33%,25%,44%)

RGB channels and saturation

R 85 of 255 = 33%
G 64 of 255 = 25%
B 113 of 255 = 44%

85
64
113

R + G + B ~ 34%. #554071 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 64 + 113 = 262 (100%)
R 85 of 262 ~ 32.44%
G 64 of 262 ~ 24.43%
B 113 of 262 ~ 43.13%

%32.44
%24.43
%43.13

CMYK color model

#554071 color CMYK value is (25,43,0,56).

  • cyan value is 24.78%
  • magenta value is 43.36%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(25,43,0,56)
C25M43Y0K56 
(25%,43%,0%,56%)
(0.25/0.43/0.00/0.56)	

CMYK percentages

%24.78
%43.36
%0
%55.69

Codes

Color #554071 in popluar color models

554071
RGB8564113
HSL266°27.68%34.71%
HSB/HSV266°43.36%44.31%
CMYK24.78%43.36%0.00%
55.69%

Color #554071 in popluar number systems.

HEX554071
Decimal8564113
Binary101010110000001110001
Octal125100161

Shades and tints

Shades of #554071

#554071
(85,64,113)
#4E3B67
(78,59,103)
#47365D
(71,54,93)
#403153
(64,49,83)
#392C49
(57,44,73)
#32273F
(50,39,63)
#2B2235
(43,34,53)
#241D2B
(36,29,43)
#1D1821
(29,24,33)
#161317
(22,19,23)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #554071

#554071
(85,64,113)
#64517D
(100,81,125)
#736289
(115,98,137)
#827395
(130,115,149)
#9184A1
(145,132,161)
#A095AD
(160,149,173)
#AFA6B9
(175,166,185)
#BEB7C5
(190,183,197)
#CDC8D1
(205,200,209)
#DCD9DD
(220,217,221)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554071 color. Also use rgb(85,64,113) instead hex code.

Text Font Color

.myTextColor { color: #554071; }

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

This text font color is #554071.


Background Color

.myBgColor { background-color: #554071; }

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

This div background color is #554071.


Border color

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

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

This div border color is #554071.


Opacity

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

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

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

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

This text has shadow with #554071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554071 on black background.


Color preview on white background

This text has color #554071 on white background.



Black color preview on #554071 background

This text has black color on #554071 background.


White color preview on #554071 background

This text has white color on #554071 background.