COLOR #54829C

HEX: #54829C RGB: (84,130,156)

Color info

#54829C contains mainly green and blue colors. Web safe color of #54829C is #669999 (or #699).

RGB color model

#54829C color RGB value is (84,130,156).

RGB: (84,130,156) (33%, 51%, 61%)

RGB channels and saturation

R 84 of 255 = 33%
G 130 of 255 = 51%
B 156 of 255 = 61%

84
130
156

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

Portions of RGB colors in percentages

R + G + B = 84 + 130 + 156 = 370 (100%)
R 84 of 370 ~ 22.7%
G 130 of 370 ~ 35.14%
B 156 of 370 ~ 42.16'%

%22.7
%35.14
%42.16

CMYK color model

#54829C color CMYK value is (46,17,0,39).

  • cyan value is 46.15%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (46,17,0,39)
C46M17Y0K39 (46%, 17%, 0%, 39%)
(0.46 / 0.17 / 0.00 / 0.39)

CMYK percentages

%46.15
%16.67
%0
%38.82

Codes

Color #54829C in popluar color models

54 82 9C
RGB 84 130 156
HSL 202° 30.00% 47.06%
HSB/HSV 202° 46.15% 61.18%
CMYK 46.15% 16.67% 0.00%
38.82%

Color #54829C in popluar number systems.

HEX 54 82 9C
Decimal 84 130 156
Binary 1010100 10000010 10011100
Octal 124 202 234

Shades and tints

Shades of #54829C

#54829C
(84,130,156)
#4D778E
(77,119,142)
#466C80
(70,108,128)
#3F6172
(63,97,114)
#385664
(56,86,100)
#314B56
(49,75,86)
#2A4048
(42,64,72)
#23353A
(35,53,58)
#1C2A2C
(28,42,44)
#151F1E
(21,31,30)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #54829C

#54829C
(84,130,156)
#638DA5
(99,141,165)
#7298AE
(114,152,174)
#81A3B7
(129,163,183)
#90AEC0
(144,174,192)
#9FB9C9
(159,185,201)
#AEC4D2
(174,196,210)
#BDCFDB
(189,207,219)
#CCDAE4
(204,218,228)
#DBE5ED
(219,229,237)
#EAF0F6
(234,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54829C color. Also use rgb(84,130,156) instead hex code.

Text Font Color

.myTextColor { color: #54829C; }

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

This text font color is #54829C.

Background Color

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

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

This div background color is #54829C.

Border color

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

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

This div border color is #54829C.

Opacity

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

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

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

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

This text has shadow with #54829C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54829C.

Preview

Color preview on black background

This text has color #54829C on black background.


Color preview on white background

This text has color #54829C on white background.


Black color preview on #54829C background

This text has black color on #54829C background.


White color preview on #54829C background

This text has white color on #54829C background.


Related colors

Complementary color

Complementary color for #hex is #AB7D63.


I love getcolorcode.com

Triadic colors

1 #9C5482 and #829C54 with #54829C are triadic colors.

2 #9C8254 and #82549C with #54829C are triadic colors.