COLOR #54595B

HEX: #54595B RGB: (84,89,91)

Color info

#54595B contains red, green and blue colors in about the same proportion. Web safe color of #54595B is #666666 (or #666).

RGB color model

#54595B color RGB value is (84,89,91).

RGB: (84,89,91) (33%, 35%, 36%)

RGB channels and saturation

R 84 of 255 = 33%
G 89 of 255 = 35%
B 91 of 255 = 36%

84
89
91

R + G + B ~ 35%. #54595B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 89 + 91 = 264 (100%)
R 84 of 264 ~ 31.82%
G 89 of 264 ~ 33.71%
B 91 of 264 ~ 34.47'%

%31.82
%33.71
%34.47

CMYK color model

#54595B color CMYK value is (8,2,0,64).

  • cyan value is 7.69%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (8,2,0,64)
C8M2Y0K64 (8%, 2%, 0%, 64%)
(0.08 / 0.02 / 0.00 / 0.64)

CMYK percentages

%7.69
%2.2
%0
%64.31

Codes

Color #54595B in popluar color models

54 59 5B
RGB 84 89 91
HSL 197° 4.00% 34.31%
HSB/HSV 197° 7.69% 35.69%
CMYK 7.69% 2.20% 0.00%
64.31%

Color #54595B in popluar number systems.

HEX 54 59 5B
Decimal 84 89 91
Binary 1010100 1011001 1011011
Octal 124 131 133

Shades and tints

Shades of #54595B

#54595B
(84,89,91)
#4D5153
(77,81,83)
#46494B
(70,73,75)
#3F4143
(63,65,67)
#38393B
(56,57,59)
#313133
(49,49,51)
#2A292B
(42,41,43)
#232123
(35,33,35)
#1C191B
(28,25,27)
#151113
(21,17,19)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #54595B

#54595B
(84,89,91)
#636869
(99,104,105)
#727777
(114,119,119)
#818685
(129,134,133)
#909593
(144,149,147)
#9FA4A1
(159,164,161)
#AEB3AF
(174,179,175)
#BDC2BD
(189,194,189)
#CCD1CB
(204,209,203)
#DBE0D9
(219,224,217)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54595B color. Also use rgb(84,89,91) instead hex code.

Text Font Color

.myTextColor { color: #54595B; }

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

This text font color is #54595B.

Background Color

.myBgColor { background-color: #54595B; }

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

This div background color is #54595B.

Border color

.myBorderColor { border: 1px solid #54595B; }

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

This div border color is #54595B.

Opacity

.myOpacity80 { color: #54595B; opacity: 0.8; }

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

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

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

This text has shadow with #54595B color.


.textShadow {text-shadow: 3px 3px 1px #54595B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #54595B; -webkit-box-shadow: 1px 1px 3px 2px #54595B; box-shadow:1px 1px 3px 2px #54595B;">
Div content here
</div>

This div box has shadow with color #54595B.

Preview

Color preview on black background

This text has color #54595B on black background.


Color preview on white background

This text has color #54595B on white background.


Black color preview on #54595B background

This text has black color on #54595B background.


White color preview on #54595B background

This text has white color on #54595B background.


Related colors

Complementary color

Complementary color for #hex is #ABA6A4.


I love getcolorcode.com

Triadic colors

1 #5B5459 and #595B54 with #54595B are triadic colors.

2 #5B5954 and #59545B with #54595B are triadic colors.