COLOR #554164

HEX: #554164
RGB: (85,65,100)

Color info

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

RGB color model

#554164 color RGB value is (85,65,100).

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

RGB channels and saturation

R 85 of 255 = 33%
G 65 of 255 = 25%
B 100 of 255 = 39%

85
65
100

R + G + B ~ 32%. #554164 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 65 + 100 = 250 (100%)
R 85 of 250 ~ 34%
G 65 of 250 ~ 26%
B 100 of 250 ~ 40%

%34
%26
%40

CMYK color model

#554164 color CMYK value is (15,35,0,61).

  • cyan value is 15.00%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(15,35,0,61)
C15M35Y0K61 
(15%,35%,0%,61%)
(0.15/0.35/0.00/0.61)	

CMYK percentages

%15
%35
%0
%60.78

Codes

Color #554164 in popluar color models

554164
RGB8565100
HSL274°21.21%32.35%
HSB/HSV274°35.00%39.22%
CMYK15.00%35.00%0.00%
60.78%

Color #554164 in popluar number systems.

HEX554164
Decimal8565100
Binary101010110000011100100
Octal125101144

Shades and tints

Shades of #554164

#554164
(85,65,100)
#4E3C5B
(78,60,91)
#473752
(71,55,82)
#403249
(64,50,73)
#392D40
(57,45,64)
#322837
(50,40,55)
#2B232E
(43,35,46)
#241E25
(36,30,37)
#1D191C
(29,25,28)
#161413
(22,20,19)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #554164

#554164
(85,65,100)
#645272
(100,82,114)
#736380
(115,99,128)
#82748E
(130,116,142)
#91859C
(145,133,156)
#A096AA
(160,150,170)
#AFA7B8
(175,167,184)
#BEB8C6
(190,184,198)
#CDC9D4
(205,201,212)
#DCDAE2
(220,218,226)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554164; }

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

This text font color is #554164.


Background Color

.myBgColor { background-color: #554164; }

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

This div background color is #554164.


Border color

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

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

This div border color is #554164.


Opacity

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

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

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

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

This text has shadow with #554164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554164 on black background.


Color preview on white background

This text has color #554164 on white background.



Black color preview on #554164 background

This text has black color on #554164 background.


White color preview on #554164 background

This text has white color on #554164 background.