COLOR #54639F

HEX: #54639F
RGB: (84,99,159)

Color info

#54639F contains mainly blue color. Web safe color of #54639F is #666699 (or #669).

RGB color model

#54639F color RGB value is (84,99,159).

  • red value is 84;
  • green value is 99;
  • blue value is 159.
RGB:
(84,99,159)
(33%,39%,62%)

RGB channels and saturation

R 84 of 255 = 33%
G 99 of 255 = 39%
B 159 of 255 = 62%

84
99
159

R + G + B ~ 45%. #54639F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 99 + 159 = 342 (100%)
R 84 of 342 ~ 24.56%
G 99 of 342 ~ 28.95%
B 159 of 342 ~ 46.49%

%24.56
%28.95
%46.49

CMYK color model

#54639F color CMYK value is (47,38,0,38).

  • cyan value is 47.17%
  • magenta value is 37.74%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(47,38,0,38)
C47M38Y0K38 
(47%,38%,0%,38%)
(0.47/0.38/0.00/0.38)	

CMYK percentages

%47.17
%37.74
%0
%37.65

Codes

Color #54639F in popluar color models

54639F
RGB8499159
HSL228°30.86%47.65%
HSB/HSV228°47.17%62.35%
CMYK47.17%37.74%0.00%
37.65%

Color #54639F in popluar number systems.

HEX54639F
Decimal8499159
Binary1010100110001110011111
Octal124143237

Shades and tints

Shades of #54639F

#54639F
(84,99,159)
#4D5A91
(77,90,145)
#465183
(70,81,131)
#3F4875
(63,72,117)
#383F67
(56,63,103)
#313659
(49,54,89)
#2A2D4B
(42,45,75)
#23243D
(35,36,61)
#1C1B2F
(28,27,47)
#151221
(21,18,33)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #54639F

#54639F
(84,99,159)
#6371A7
(99,113,167)
#727FAF
(114,127,175)
#818DB7
(129,141,183)
#909BBF
(144,155,191)
#9FA9C7
(159,169,199)
#AEB7CF
(174,183,207)
#BDC5D7
(189,197,215)
#CCD3DF
(204,211,223)
#DBE1E7
(219,225,231)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54639F color. Also use rgb(84,99,159) instead hex code.

Text Font Color

.myTextColor { color: #54639F; }

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

This text font color is #54639F.


Background Color

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

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

This div background color is #54639F.


Border color

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

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

This div border color is #54639F.


Opacity

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

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

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

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

This text has shadow with #54639F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54639F on black background.


Color preview on white background

This text has color #54639F on white background.



Black color preview on #54639F background

This text has black color on #54639F background.


White color preview on #54639F background

This text has white color on #54639F background.