COLOR #554666

HEX: #554666
RGB: (85,70,102)

Color info

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

RGB color model

#554666 color RGB value is (85,70,102).

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

RGB channels and saturation

R 85 of 255 = 33%
G 70 of 255 = 27%
B 102 of 255 = 40%

85
70
102

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

Portions of RGB colors in percentages

R + G + B =
85 + 70 + 102 = 257 (100%)
R 85 of 257 ~ 33.07%
G 70 of 257 ~ 27.24%
B 102 of 257 ~ 39.69%

%33.07
%27.24
%39.69

CMYK color model

#554666 color CMYK value is (17,31,0,60).

  • cyan value is 16.67%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(17,31,0,60)
C17M31Y0K60 
(17%,31%,0%,60%)
(0.17/0.31/0.00/0.60)	

CMYK percentages

%16.67
%31.37
%0
%60

Codes

Color #554666 in popluar color models

554666
RGB8570102
HSL268°18.60%33.73%
HSB/HSV268°31.37%40.00%
CMYK16.67%31.37%0.00%
60.00%

Color #554666 in popluar number systems.

HEX554666
Decimal8570102
Binary101010110001101100110
Octal125106146

Shades and tints

Shades of #554666

#554666
(85,70,102)
#4E405D
(78,64,93)
#473A54
(71,58,84)
#40344B
(64,52,75)
#392E42
(57,46,66)
#322839
(50,40,57)
#2B2230
(43,34,48)
#241C27
(36,28,39)
#1D161E
(29,22,30)
#161015
(22,16,21)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #554666

#554666
(85,70,102)
#645673
(100,86,115)
#736680
(115,102,128)
#82768D
(130,118,141)
#91869A
(145,134,154)
#A096A7
(160,150,167)
#AFA6B4
(175,166,180)
#BEB6C1
(190,182,193)
#CDC6CE
(205,198,206)
#DCD6DB
(220,214,219)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554666; }

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

This text font color is #554666.


Background Color

.myBgColor { background-color: #554666; }

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

This div background color is #554666.


Border color

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

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

This div border color is #554666.


Opacity

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

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

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

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

This text has shadow with #554666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554666 on black background.


Color preview on white background

This text has color #554666 on white background.



Black color preview on #554666 background

This text has black color on #554666 background.


White color preview on #554666 background

This text has white color on #554666 background.