COLOR #554B54

HEX: #554B54
RGB: (85,75,84)

Color info

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

RGB color model

#554B54 color RGB value is (85,75,84).

  • red value is 85;
  • green value is 75;
  • blue value is 84.
RGB:
(85,75,84)
(33%,29%,33%)

RGB channels and saturation

R 85 of 255 = 33%
G 75 of 255 = 29%
B 84 of 255 = 33%

85
75
84

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

Portions of RGB colors in percentages

R + G + B =
85 + 75 + 84 = 244 (100%)
R 85 of 244 ~ 34.84%
G 75 of 244 ~ 30.74%
B 84 of 244 ~ 34.43%

%34.84
%30.74
%34.43

CMYK color model

#554B54 color CMYK value is (0,12,1,67).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 1.18%
  • key color value is 66.67%
CMYK:
(0,12,1,67)
C0M12Y1K67 
(0%,12%,1%,67%)
(0.00/0.12/0.01/0.67)	

CMYK percentages

%0
%11.76
%1.18
%66.67

Codes

Color #554B54 in popluar color models

554B54
RGB857584
HSL306°6.25%31.37%
HSB/HSV306°11.76%33.33%
CMYK0.00%11.76%1.18%
66.67%

Color #554B54 in popluar number systems.

HEX554B54
Decimal857584
Binary101010110010111010100
Octal125113124

Shades and tints

Shades of #554B54

#554B54
(85,75,84)
#4E454D
(78,69,77)
#473F46
(71,63,70)
#40393F
(64,57,63)
#393338
(57,51,56)
#322D31
(50,45,49)
#2B272A
(43,39,42)
#242123
(36,33,35)
#1D1B1C
(29,27,28)
#161515
(22,21,21)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #554B54

#554B54
(85,75,84)
#645B63
(100,91,99)
#736B72
(115,107,114)
#827B81
(130,123,129)
#918B90
(145,139,144)
#A09B9F
(160,155,159)
#AFABAE
(175,171,174)
#BEBBBD
(190,187,189)
#CDCBCC
(205,203,204)
#DCDBDB
(220,219,219)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554B54 color. Also use rgb(85,75,84) instead hex code.

Text Font Color

.myTextColor { color: #554B54; }

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

This text font color is #554B54.


Background Color

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

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

This div background color is #554B54.


Border color

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

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

This div border color is #554B54.


Opacity

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

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

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

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

This text has shadow with #554B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554B54 on black background.


Color preview on white background

This text has color #554B54 on white background.



Black color preview on #554B54 background

This text has black color on #554B54 background.


White color preview on #554B54 background

This text has white color on #554B54 background.