COLOR #54597F

HEX: #54597F RGB: (84,89,127)

Color info

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

RGB color model

#54597F color RGB value is (84,89,127).

RGB: (84,89,127) (33%, 35%, 50%)

RGB channels and saturation

R 84 of 255 = 33%
G 89 of 255 = 35%
B 127 of 255 = 50%

84
89
127

R + G + B ~ 39%. #54597F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 89 + 127 = 300 (100%)
R 84 of 300 ~ 28%
G 89 of 300 ~ 29.67%
B 127 of 300 ~ 42.33'%

%28
%29.67
%42.33

CMYK color model

#54597F color CMYK value is (34,30,0,50).

  • cyan value is 33.86%
  • magenta value is 29.92%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (34,30,0,50)
C34M30Y0K50 (34%, 30%, 0%, 50%)
(0.34 / 0.30 / 0.00 / 0.50)

CMYK percentages

%33.86
%29.92
%0
%50.2

Codes

Color #54597F in popluar color models

54 59 7F
RGB 84 89 127
HSL 233° 20.38% 41.37%
HSB/HSV 233° 33.86% 49.80%
CMYK 33.86% 29.92% 0.00%
50.20%

Color #54597F in popluar number systems.

HEX 54 59 7F
Decimal 84 89 127
Binary 1010100 1011001 1111111
Octal 124 131 177

Shades and tints

Shades of #54597F

#54597F
(84,89,127)
#4D5174
(77,81,116)
#464969
(70,73,105)
#3F415E
(63,65,94)
#383953
(56,57,83)
#313148
(49,49,72)
#2A293D
(42,41,61)
#232132
(35,33,50)
#1C1927
(28,25,39)
#15111C
(21,17,28)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #54597F

#54597F
(84,89,127)
#63688A
(99,104,138)
#727795
(114,119,149)
#8186A0
(129,134,160)
#9095AB
(144,149,171)
#9FA4B6
(159,164,182)
#AEB3C1
(174,179,193)
#BDC2CC
(189,194,204)
#CCD1D7
(204,209,215)
#DBE0E2
(219,224,226)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54597F color. Also use rgb(84,89,127) instead hex code.

Text Font Color

.myTextColor { color: #54597F; }

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

This text font color is #54597F.

Background Color

.myBgColor { background-color: #54597F; }

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

This div background color is #54597F.

Border color

.myBorderColor { border: 1px solid #54597F; }

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

This div border color is #54597F.

Opacity

.myOpacity80 { color: #54597F; opacity: 0.8; }

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

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

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

This text has shadow with #54597F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54597F.

Preview

Color preview on black background

This text has color #54597F on black background.


Color preview on white background

This text has color #54597F on white background.


Black color preview on #54597F background

This text has black color on #54597F background.


White color preview on #54597F background

This text has white color on #54597F background.


Related colors

Complementary color

Complementary color for #hex is #ABA680.


I love getcolorcode.com

Triadic colors

1 #7F5459 and #597F54 with #54597F are triadic colors.

2 #7F5954 and #59547F with #54597F are triadic colors.