COLOR #554864

HEX: #554864
RGB: (85,72,100)

Color info

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

RGB color model

#554864 color RGB value is (85,72,100).

  • red value is 85;
  • green value is 72;
  • blue value is 100.
RGB:
(85,72,100)
(33%,28%,39%)

RGB channels and saturation

R 85 of 255 = 33%
G 72 of 255 = 28%
B 100 of 255 = 39%

85
72
100

R + G + B ~ 33%. #554864 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 72 + 100 = 257 (100%)
R 85 of 257 ~ 33.07%
G 72 of 257 ~ 28.02%
B 100 of 257 ~ 38.91%

%33.07
%28.02
%38.91

CMYK color model

#554864 color CMYK value is (15,28,0,61).

  • cyan value is 15.00%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(15,28,0,61)
C15M28Y0K61 
(15%,28%,0%,61%)
(0.15/0.28/0.00/0.61)	

CMYK percentages

%15
%28
%0
%60.78

Codes

Color #554864 in popluar color models

554864
RGB8572100
HSL268°16.28%33.73%
HSB/HSV268°28.00%39.22%
CMYK15.00%28.00%0.00%
60.78%

Color #554864 in popluar number systems.

HEX554864
Decimal8572100
Binary101010110010001100100
Octal125110144

Shades and tints

Shades of #554864

#554864
(85,72,100)
#4E425B
(78,66,91)
#473C52
(71,60,82)
#403649
(64,54,73)
#393040
(57,48,64)
#322A37
(50,42,55)
#2B242E
(43,36,46)
#241E25
(36,30,37)
#1D181C
(29,24,28)
#161213
(22,18,19)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #554864

#554864
(85,72,100)
#645872
(100,88,114)
#736880
(115,104,128)
#82788E
(130,120,142)
#91889C
(145,136,156)
#A098AA
(160,152,170)
#AFA8B8
(175,168,184)
#BEB8C6
(190,184,198)
#CDC8D4
(205,200,212)
#DCD8E2
(220,216,226)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554864 color. Also use rgb(85,72,100) instead hex code.

Text Font Color

.myTextColor { color: #554864; }

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

This text font color is #554864.


Background Color

.myBgColor { background-color: #554864; }

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

This div background color is #554864.


Border color

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

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

This div border color is #554864.


Opacity

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

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

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

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

This text has shadow with #554864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554864 on black background.


Color preview on white background

This text has color #554864 on white background.



Black color preview on #554864 background

This text has black color on #554864 background.


White color preview on #554864 background

This text has white color on #554864 background.