COLOR #554165

HEX: #554165
RGB: (85,65,101)

Color info

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

RGB color model

#554165 color RGB value is (85,65,101).

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

RGB channels and saturation

R 85 of 255 = 33%
G 65 of 255 = 25%
B 101 of 255 = 40%

85
65
101

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

Portions of RGB colors in percentages

R + G + B =
85 + 65 + 101 = 251 (100%)
R 85 of 251 ~ 33.86%
G 65 of 251 ~ 25.9%
B 101 of 251 ~ 40.24%

%33.86
%25.9
%40.24

CMYK color model

#554165 color CMYK value is (16,36,0,60).

  • cyan value is 15.84%
  • magenta value is 35.64%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(16,36,0,60)
C16M36Y0K60 
(16%,36%,0%,60%)
(0.16/0.36/0.00/0.60)	

CMYK percentages

%15.84
%35.64
%0
%60.39

Codes

Color #554165 in popluar color models

554165
RGB8565101
HSL273°21.69%32.55%
HSB/HSV273°35.64%39.61%
CMYK15.84%35.64%0.00%
60.39%

Color #554165 in popluar number systems.

HEX554165
Decimal8565101
Binary101010110000011100101
Octal125101145

Shades and tints

Shades of #554165

#554165
(85,65,101)
#4E3C5C
(78,60,92)
#473753
(71,55,83)
#40324A
(64,50,74)
#392D41
(57,45,65)
#322838
(50,40,56)
#2B232F
(43,35,47)
#241E26
(36,30,38)
#1D191D
(29,25,29)
#161414
(22,20,20)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #554165

#554165
(85,65,101)
#645273
(100,82,115)
#736381
(115,99,129)
#82748F
(130,116,143)
#91859D
(145,133,157)
#A096AB
(160,150,171)
#AFA7B9
(175,167,185)
#BEB8C7
(190,184,199)
#CDC9D5
(205,201,213)
#DCDAE3
(220,218,227)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554165; }

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

This text font color is #554165.


Background Color

.myBgColor { background-color: #554165; }

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

This div background color is #554165.


Border color

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

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

This div border color is #554165.


Opacity

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

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

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

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

This text has shadow with #554165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554165 on black background.


Color preview on white background

This text has color #554165 on white background.



Black color preview on #554165 background

This text has black color on #554165 background.


White color preview on #554165 background

This text has white color on #554165 background.