COLOR #554658

HEX: #554658
RGB: (85,70,88)

Color info

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

RGB color model

#554658 color RGB value is (85,70,88).

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

RGB channels and saturation

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

85
70
88

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

Portions of RGB colors in percentages

R + G + B =
85 + 70 + 88 = 243 (100%)
R 85 of 243 ~ 34.98%
G 70 of 243 ~ 28.81%
B 88 of 243 ~ 36.21%

%34.98
%28.81
%36.21

CMYK color model

#554658 color CMYK value is (3,20,0,65).

  • cyan value is 3.41%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(3,20,0,65)
C3M20Y0K65 
(3%,20%,0%,65%)
(0.03/0.20/0.00/0.65)	

CMYK percentages

%3.41
%20.45
%0
%65.49

Codes

Color #554658 in popluar color models

554658
RGB857088
HSL290°11.39%30.98%
HSB/HSV290°20.45%34.51%
CMYK3.41%20.45%0.00%
65.49%

Color #554658 in popluar number systems.

HEX554658
Decimal857088
Binary101010110001101011000
Octal125106130

Shades and tints

Shades of #554658

#554658
(85,70,88)
#4E4050
(78,64,80)
#473A48
(71,58,72)
#403440
(64,52,64)
#392E38
(57,46,56)
#322830
(50,40,48)
#2B2228
(43,34,40)
#241C20
(36,28,32)
#1D1618
(29,22,24)
#161010
(22,16,16)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #554658

#554658
(85,70,88)
#645667
(100,86,103)
#736676
(115,102,118)
#827685
(130,118,133)
#918694
(145,134,148)
#A096A3
(160,150,163)
#AFA6B2
(175,166,178)
#BEB6C1
(190,182,193)
#CDC6D0
(205,198,208)
#DCD6DF
(220,214,223)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554658; }

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

This text font color is #554658.


Background Color

.myBgColor { background-color: #554658; }

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

This div background color is #554658.


Border color

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

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

This div border color is #554658.


Opacity

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

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

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

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

This text has shadow with #554658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554658 on black background.


Color preview on white background

This text has color #554658 on white background.



Black color preview on #554658 background

This text has black color on #554658 background.


White color preview on #554658 background

This text has white color on #554658 background.