COLOR #554668

HEX: #554668
RGB: (85,70,104)

Color info

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

RGB color model

#554668 color RGB value is (85,70,104).

  • red value is 85;
  • green value is 70;
  • blue value is 104.
RGB:
(85,70,104)
(33%,27%,41%)

RGB channels and saturation

R 85 of 255 = 33%
G 70 of 255 = 27%
B 104 of 255 = 41%

85
70
104

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

Portions of RGB colors in percentages

R + G + B =
85 + 70 + 104 = 259 (100%)
R 85 of 259 ~ 32.82%
G 70 of 259 ~ 27.03%
B 104 of 259 ~ 40.15%

%32.82
%27.03
%40.15

CMYK color model

#554668 color CMYK value is (18,33,0,59).

  • cyan value is 18.27%
  • magenta value is 32.69%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(18,33,0,59)
C18M33Y0K59 
(18%,33%,0%,59%)
(0.18/0.33/0.00/0.59)	

CMYK percentages

%18.27
%32.69
%0
%59.22

Codes

Color #554668 in popluar color models

554668
RGB8570104
HSL266°19.54%34.12%
HSB/HSV266°32.69%40.78%
CMYK18.27%32.69%0.00%
59.22%

Color #554668 in popluar number systems.

HEX554668
Decimal8570104
Binary101010110001101101000
Octal125106150

Shades and tints

Shades of #554668

#554668
(85,70,104)
#4E405F
(78,64,95)
#473A56
(71,58,86)
#40344D
(64,52,77)
#392E44
(57,46,68)
#32283B
(50,40,59)
#2B2232
(43,34,50)
#241C29
(36,28,41)
#1D1620
(29,22,32)
#161017
(22,16,23)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #554668

#554668
(85,70,104)
#645675
(100,86,117)
#736682
(115,102,130)
#82768F
(130,118,143)
#91869C
(145,134,156)
#A096A9
(160,150,169)
#AFA6B6
(175,166,182)
#BEB6C3
(190,182,195)
#CDC6D0
(205,198,208)
#DCD6DD
(220,214,221)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554668 color. Also use rgb(85,70,104) instead hex code.

Text Font Color

.myTextColor { color: #554668; }

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

This text font color is #554668.


Background Color

.myBgColor { background-color: #554668; }

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

This div background color is #554668.


Border color

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

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

This div border color is #554668.


Opacity

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

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

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

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

This text has shadow with #554668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554668 on black background.


Color preview on white background

This text has color #554668 on white background.



Black color preview on #554668 background

This text has black color on #554668 background.


White color preview on #554668 background

This text has white color on #554668 background.