COLOR #554858

HEX: #554858
RGB: (85,72,88)

Color info

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

RGB color model

#554858 color RGB value is (85,72,88).

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

RGB channels and saturation

R 85 of 255 = 33%
G 72 of 255 = 28%
B 88 of 255 = 35%

85
72
88

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

Portions of RGB colors in percentages

R + G + B =
85 + 72 + 88 = 245 (100%)
R 85 of 245 ~ 34.69%
G 72 of 245 ~ 29.39%
B 88 of 245 ~ 35.92%

%34.69
%29.39
%35.92

CMYK color model

#554858 color CMYK value is (3,18,0,65).

  • cyan value is 3.41%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(3,18,0,65)
C3M18Y0K65 
(3%,18%,0%,65%)
(0.03/0.18/0.00/0.65)	

CMYK percentages

%3.41
%18.18
%0
%65.49

Codes

Color #554858 in popluar color models

554858
RGB857288
HSL289°10.00%31.37%
HSB/HSV289°18.18%34.51%
CMYK3.41%18.18%0.00%
65.49%

Color #554858 in popluar number systems.

HEX554858
Decimal857288
Binary101010110010001011000
Octal125110130

Shades and tints

Shades of #554858

#554858
(85,72,88)
#4E4250
(78,66,80)
#473C48
(71,60,72)
#403640
(64,54,64)
#393038
(57,48,56)
#322A30
(50,42,48)
#2B2428
(43,36,40)
#241E20
(36,30,32)
#1D1818
(29,24,24)
#161210
(22,18,16)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #554858

#554858
(85,72,88)
#645867
(100,88,103)
#736876
(115,104,118)
#827885
(130,120,133)
#918894
(145,136,148)
#A098A3
(160,152,163)
#AFA8B2
(175,168,178)
#BEB8C1
(190,184,193)
#CDC8D0
(205,200,208)
#DCD8DF
(220,216,223)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554858; }

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

This text font color is #554858.


Background Color

.myBgColor { background-color: #554858; }

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

This div background color is #554858.


Border color

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

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

This div border color is #554858.


Opacity

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

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

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

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

This text has shadow with #554858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554858 on black background.


Color preview on white background

This text has color #554858 on white background.



Black color preview on #554858 background

This text has black color on #554858 background.


White color preview on #554858 background

This text has white color on #554858 background.