COLOR #554A58

HEX: #554A58
RGB: (85,74,88)

Color info

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

RGB color model

#554A58 color RGB value is (85,74,88).

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

RGB channels and saturation

R 85 of 255 = 33%
G 74 of 255 = 29%
B 88 of 255 = 35%

85
74
88

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

Portions of RGB colors in percentages

R + G + B =
85 + 74 + 88 = 247 (100%)
R 85 of 247 ~ 34.41%
G 74 of 247 ~ 29.96%
B 88 of 247 ~ 35.63%

%34.41
%29.96
%35.63

CMYK color model

#554A58 color CMYK value is (3,16,0,65).

  • cyan value is 3.41%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(3,16,0,65)
C3M16Y0K65 
(3%,16%,0%,65%)
(0.03/0.16/0.00/0.65)	

CMYK percentages

%3.41
%15.91
%0
%65.49

Codes

Color #554A58 in popluar color models

554A58
RGB857488
HSL287°8.64%31.76%
HSB/HSV287°15.91%34.51%
CMYK3.41%15.91%0.00%
65.49%

Color #554A58 in popluar number systems.

HEX554A58
Decimal857488
Binary101010110010101011000
Octal125112130

Shades and tints

Shades of #554A58

#554A58
(85,74,88)
#4E4450
(78,68,80)
#473E48
(71,62,72)
#403840
(64,56,64)
#393238
(57,50,56)
#322C30
(50,44,48)
#2B2628
(43,38,40)
#242020
(36,32,32)
#1D1A18
(29,26,24)
#161410
(22,20,16)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #554A58

#554A58
(85,74,88)
#645A67
(100,90,103)
#736A76
(115,106,118)
#827A85
(130,122,133)
#918A94
(145,138,148)
#A09AA3
(160,154,163)
#AFAAB2
(175,170,178)
#BEBAC1
(190,186,193)
#CDCAD0
(205,202,208)
#DCDADF
(220,218,223)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554A58; }

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

This text font color is #554A58.


Background Color

.myBgColor { background-color: #554A58; }

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

This div background color is #554A58.


Border color

.myBorderColor { border: 1px solid #554A58; }

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

This div border color is #554A58.


Opacity

.myOpacity80 { color: #554A58; opacity: 0.8; }

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

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

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

This text has shadow with #554A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554A58 on black background.


Color preview on white background

This text has color #554A58 on white background.



Black color preview on #554A58 background

This text has black color on #554A58 background.


White color preview on #554A58 background

This text has white color on #554A58 background.