COLOR #54A5AB

HEX: #54A5AB RGB: (84,165,171)

Color info

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

RGB color model

#54A5AB color RGB value is (84,165,171).

RGB: (84,165,171) (33%, 65%, 67%)

RGB channels and saturation

R 84 of 255 = 33%
G 165 of 255 = 65%
B 171 of 255 = 67%

84
165
171

R + G + B ~ 55%. #54A5AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 84 + 165 + 171 = 420 (100%)
R 84 of 420 ~ 20%
G 165 of 420 ~ 39.29%
B 171 of 420 ~ 40.71'%

%20
%39.29
%40.71

CMYK color model

#54A5AB color CMYK value is (51,4,0,33).

  • cyan value is 50.88%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (51,4,0,33)
C51M4Y0K33 (51%, 4%, 0%, 33%)
(0.51 / 0.04 / 0.00 / 0.33)

CMYK percentages

%50.88
%3.51
%0
%32.94

Codes

Color #54A5AB in popluar color models

54 A5 AB
RGB 84 165 171
HSL 184° 34.12% 50.00%
HSB/HSV 184° 50.88% 67.06%
CMYK 50.88% 3.51% 0.00%
32.94%

Color #54A5AB in popluar number systems.

HEX 54 A5 AB
Decimal 84 165 171
Binary 1010100 10100101 10101011
Octal 124 245 253

Shades and tints

Shades of #54A5AB

#54A5AB
(84,165,171)
#4D969C
(77,150,156)
#46878D
(70,135,141)
#3F787E
(63,120,126)
#38696F
(56,105,111)
#315A60
(49,90,96)
#2A4B51
(42,75,81)
#233C42
(35,60,66)
#1C2D33
(28,45,51)
#151E24
(21,30,36)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #54A5AB

#54A5AB
(84,165,171)
#63ADB2
(99,173,178)
#72B5B9
(114,181,185)
#81BDC0
(129,189,192)
#90C5C7
(144,197,199)
#9FCDCE
(159,205,206)
#AED5D5
(174,213,213)
#BDDDDC
(189,221,220)
#CCE5E3
(204,229,227)
#DBEDEA
(219,237,234)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54A5AB color. Also use rgb(84,165,171) instead hex code.

Text Font Color

.myTextColor { color: #54A5AB; }

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

This text font color is #54A5AB.

Background Color

.myBgColor { background-color: #54A5AB; }

<div style="background-color:#54A5AB">Inner text</div>

This div background color is #54A5AB.

Border color

.myBorderColor { border: 1px solid #54A5AB; }

<div style="border:3px solid #54A5AB">Div</div>

This div border color is #54A5AB.

Opacity

.myOpacity80 { color: #54A5AB; opacity: 0.8; }

<p style="color:#54A5AB;opacity:0.8;">80%</p>

Text with #54A5AB 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 #54A5AB;}

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

This text has shadow with #54A5AB color.


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

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

This text has shadow with #54A5AB primary color and red secondary color.


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

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

This text has shadow with #54A5AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #54A5AB.

Preview

Color preview on black background

This text has color #54A5AB on black background.


Color preview on white background

This text has color #54A5AB on white background.


Black color preview on #54A5AB background

This text has black color on #54A5AB background.


White color preview on #54A5AB background

This text has white color on #54A5AB background.


Related colors

Complementary color

Complementary color for #hex is #AB5A54.


I love getcolorcode.com

Triadic colors

1 #AB54A5 and #A5AB54 with #54A5AB are triadic colors.

2 #ABA554 and #A554AB with #54A5AB are triadic colors.