COLOR #54858C

HEX: #54858C RGB: (84,133,140)

Color info

#54858C contains red, green and blue colors in about the same proportion. Web safe color of #54858C is #669999 (or #699).

RGB color model

#54858C color RGB value is (84,133,140).

RGB: (84,133,140) (33%, 52%, 55%)

RGB channels and saturation

R 84 of 255 = 33%
G 133 of 255 = 52%
B 140 of 255 = 55%

84
133
140

R + G + B ~ 47%. #54858C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 84 + 133 + 140 = 357 (100%)
R 84 of 357 ~ 23.53%
G 133 of 357 ~ 37.25%
B 140 of 357 ~ 39.22'%

%23.53
%37.25
%39.22

CMYK color model

#54858C color CMYK value is (40,5,0,45).

  • cyan value is 40.00%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (40,5,0,45)
C40M5Y0K45 (40%, 5%, 0%, 45%)
(0.40 / 0.05 / 0.00 / 0.45)

CMYK percentages

%40
%5
%0
%45.1

Codes

Color #54858C in popluar color models

54 85 8C
RGB 84 133 140
HSL 188° 25.00% 43.92%
HSB/HSV 188° 40.00% 54.90%
CMYK 40.00% 5.00% 0.00%
45.10%

Color #54858C in popluar number systems.

HEX 54 85 8C
Decimal 84 133 140
Binary 1010100 10000101 10001100
Octal 124 205 214

Shades and tints

Shades of #54858C

#54858C
(84,133,140)
#4D7980
(77,121,128)
#466D74
(70,109,116)
#3F6168
(63,97,104)
#38555C
(56,85,92)
#314950
(49,73,80)
#2A3D44
(42,61,68)
#233138
(35,49,56)
#1C252C
(28,37,44)
#151920
(21,25,32)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #54858C

#54858C
(84,133,140)
#639096
(99,144,150)
#729BA0
(114,155,160)
#81A6AA
(129,166,170)
#90B1B4
(144,177,180)
#9FBCBE
(159,188,190)
#AEC7C8
(174,199,200)
#BDD2D2
(189,210,210)
#CCDDDC
(204,221,220)
#DBE8E6
(219,232,230)
#EAF3F0
(234,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54858C color. Also use rgb(84,133,140) instead hex code.

Text Font Color

.myTextColor { color: #54858C; }

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

This text font color is #54858C.

Background Color

.myBgColor { background-color: #54858C; }

<div style="background-color:#54858C">Inner text</div>

This div background color is #54858C.

Border color

.myBorderColor { border: 1px solid #54858C; }

<div style="border:3px solid #54858C">Div</div>

This div border color is #54858C.

Opacity

.myOpacity80 { color: #54858C; opacity: 0.8; }

<p style="color:#54858C;opacity:0.8;">80%</p>

Text with #54858C 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 #54858C;}

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

This text has shadow with #54858C color.


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

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

This text has shadow with #54858C primary color and red secondary color.


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

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

This text has shadow with #54858C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #54858C.

Preview

Color preview on black background

This text has color #54858C on black background.


Color preview on white background

This text has color #54858C on white background.


Black color preview on #54858C background

This text has black color on #54858C background.


White color preview on #54858C background

This text has white color on #54858C background.


Related colors

Complementary color

Complementary color for #hex is #AB7A73.


I love getcolorcode.com

Triadic colors

1 #8C5485 and #858C54 with #54858C are triadic colors.

2 #8C8554 and #85548C with #54858C are triadic colors.