COLOR #554558

HEX: #554558
RGB: (85,69,88)

Color info

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

RGB color model

#554558 color RGB value is (85,69,88).

  • red value is 85;
  • green value is 69;
  • blue value is 88.
RGB:
(85,69,88)
(33%,27%,35%)

RGB channels and saturation

R 85 of 255 = 33%
G 69 of 255 = 27%
B 88 of 255 = 35%

85
69
88

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

Portions of RGB colors in percentages

R + G + B =
85 + 69 + 88 = 242 (100%)
R 85 of 242 ~ 35.12%
G 69 of 242 ~ 28.51%
B 88 of 242 ~ 36.36%

%35.12
%28.51
%36.36

CMYK color model

#554558 color CMYK value is (3,22,0,65).

  • cyan value is 3.41%
  • magenta value is 21.59%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(3,22,0,65)
C3M22Y0K65 
(3%,22%,0%,65%)
(0.03/0.22/0.00/0.65)	

CMYK percentages

%3.41
%21.59
%0
%65.49

Codes

Color #554558 in popluar color models

554558
RGB856988
HSL291°12.10%30.78%
HSB/HSV291°21.59%34.51%
CMYK3.41%21.59%0.00%
65.49%

Color #554558 in popluar number systems.

HEX554558
Decimal856988
Binary101010110001011011000
Octal125105130

Shades and tints

Shades of #554558

#554558
(85,69,88)
#4E3F50
(78,63,80)
#473948
(71,57,72)
#403340
(64,51,64)
#392D38
(57,45,56)
#322730
(50,39,48)
#2B2128
(43,33,40)
#241B20
(36,27,32)
#1D1518
(29,21,24)
#160F10
(22,15,16)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #554558

#554558
(85,69,88)
#645567
(100,85,103)
#736576
(115,101,118)
#827585
(130,117,133)
#918594
(145,133,148)
#A095A3
(160,149,163)
#AFA5B2
(175,165,178)
#BEB5C1
(190,181,193)
#CDC5D0
(205,197,208)
#DCD5DF
(220,213,223)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554558 color. Also use rgb(85,69,88) instead hex code.

Text Font Color

.myTextColor { color: #554558; }

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

This text font color is #554558.


Background Color

.myBgColor { background-color: #554558; }

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

This div background color is #554558.


Border color

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

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

This div border color is #554558.


Opacity

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

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

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

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

This text has shadow with #554558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554558 on black background.


Color preview on white background

This text has color #554558 on white background.



Black color preview on #554558 background

This text has black color on #554558 background.


White color preview on #554558 background

This text has white color on #554558 background.