COLOR #54597A

HEX: #54597A
RGB: (84,89,122)

Color info

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

RGB color model

#54597A color RGB value is (84,89,122).

  • red value is 84;
  • green value is 89;
  • blue value is 122.
RGB:
(84,89,122)
(33%,35%,48%)

RGB channels and saturation

R 84 of 255 = 33%
G 89 of 255 = 35%
B 122 of 255 = 48%

84
89
122

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

Portions of RGB colors in percentages

R + G + B =
84 + 89 + 122 = 295 (100%)
R 84 of 295 ~ 28.47%
G 89 of 295 ~ 30.17%
B 122 of 295 ~ 41.36%

%28.47
%30.17
%41.36

CMYK color model

#54597A color CMYK value is (31,27,0,52).

  • cyan value is 31.15%
  • magenta value is 27.05%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(31,27,0,52)
C31M27Y0K52 
(31%,27%,0%,52%)
(0.31/0.27/0.00/0.52)	

CMYK percentages

%31.15
%27.05
%0
%52.16

Codes

Color #54597A in popluar color models

54597A
RGB8489122
HSL232°18.45%40.39%
HSB/HSV232°31.15%47.84%
CMYK31.15%27.05%0.00%
52.16%

Color #54597A in popluar number systems.

HEX54597A
Decimal8489122
Binary101010010110011111010
Octal124131172

Shades and tints

Shades of #54597A

#54597A
(84,89,122)
#4D516F
(77,81,111)
#464964
(70,73,100)
#3F4159
(63,65,89)
#38394E
(56,57,78)
#313143
(49,49,67)
#2A2938
(42,41,56)
#23212D
(35,33,45)
#1C1922
(28,25,34)
#151117
(21,17,23)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #54597A

#54597A
(84,89,122)
#636886
(99,104,134)
#727792
(114,119,146)
#81869E
(129,134,158)
#9095AA
(144,149,170)
#9FA4B6
(159,164,182)
#AEB3C2
(174,179,194)
#BDC2CE
(189,194,206)
#CCD1DA
(204,209,218)
#DBE0E6
(219,224,230)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54597A; }

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

This text font color is #54597A.


Background Color

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

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

This div background color is #54597A.


Border color

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

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

This div border color is #54597A.


Opacity

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

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

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

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

This text has shadow with #54597A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54597A on black background.


Color preview on white background

This text has color #54597A on white background.



Black color preview on #54597A background

This text has black color on #54597A background.


White color preview on #54597A background

This text has white color on #54597A background.