COLOR #54537B

HEX: #54537B
RGB: (84,83,123)

Color info

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

RGB color model

#54537B color RGB value is (84,83,123).

  • red value is 84;
  • green value is 83;
  • blue value is 123.
RGB:
(84,83,123)
(33%,33%,48%)

RGB channels and saturation

R 84 of 255 = 33%
G 83 of 255 = 33%
B 123 of 255 = 48%

84
83
123

R + G + B ~ 38%. #54537B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 83 + 123 = 290 (100%)
R 84 of 290 ~ 28.97%
G 83 of 290 ~ 28.62%
B 123 of 290 ~ 42.41%

%28.97
%28.62
%42.41

CMYK color model

#54537B color CMYK value is (32,33,0,52).

  • cyan value is 31.71%
  • magenta value is 32.52%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(32,33,0,52)
C32M33Y0K52 
(32%,33%,0%,52%)
(0.32/0.33/0.00/0.52)	

CMYK percentages

%31.71
%32.52
%0
%51.76

Codes

Color #54537B in popluar color models

54537B
RGB8483123
HSL242°19.42%40.39%
HSB/HSV242°32.52%48.24%
CMYK31.71%32.52%0.00%
51.76%

Color #54537B in popluar number systems.

HEX54537B
Decimal8483123
Binary101010010100111111011
Octal124123173

Shades and tints

Shades of #54537B

#54537B
(84,83,123)
#4D4C70
(77,76,112)
#464565
(70,69,101)
#3F3E5A
(63,62,90)
#38374F
(56,55,79)
#313044
(49,48,68)
#2A2939
(42,41,57)
#23222E
(35,34,46)
#1C1B23
(28,27,35)
#151418
(21,20,24)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #54537B

#54537B
(84,83,123)
#636287
(99,98,135)
#727193
(114,113,147)
#81809F
(129,128,159)
#908FAB
(144,143,171)
#9F9EB7
(159,158,183)
#AEADC3
(174,173,195)
#BDBCCF
(189,188,207)
#CCCBDB
(204,203,219)
#DBDAE7
(219,218,231)
#EAE9F3
(234,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54537B color. Also use rgb(84,83,123) instead hex code.

Text Font Color

.myTextColor { color: #54537B; }

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

This text font color is #54537B.


Background Color

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

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

This div background color is #54537B.


Border color

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

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

This div border color is #54537B.


Opacity

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

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

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

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

This text has shadow with #54537B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54537B on black background.


Color preview on white background

This text has color #54537B on white background.



Black color preview on #54537B background

This text has black color on #54537B background.


White color preview on #54537B background

This text has white color on #54537B background.