COLOR #539AA6

HEX: #539AA6 RGB: (83,154,166)

Color info

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

RGB color model

#539AA6 color RGB value is (83,154,166).

RGB: (83,154,166) (33%, 60%, 65%)

RGB channels and saturation

R 83 of 255 = 33%
G 154 of 255 = 60%
B 166 of 255 = 65%

83
154
166

R + G + B ~ 53%. #539AA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 83 + 154 + 166 = 403 (100%)
R 83 of 403 ~ 20.6%
G 154 of 403 ~ 38.21%
B 166 of 403 ~ 41.19'%

%20.6
%38.21
%41.19

CMYK color model

#539AA6 color CMYK value is (50,7,0,35).

  • cyan value is 50.00%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (50,7,0,35)
C50M7Y0K35 (50%, 7%, 0%, 35%)
(0.50 / 0.07 / 0.00 / 0.35)

CMYK percentages

%50
%7.23
%0
%34.9

Codes

Color #539AA6 in popluar color models

53 9A A6
RGB 83 154 166
HSL 189° 33.33% 48.82%
HSB/HSV 189° 50.00% 65.10%
CMYK 50.00% 7.23% 0.00%
34.90%

Color #539AA6 in popluar number systems.

HEX 53 9A A6
Decimal 83 154 166
Binary 1010011 10011010 10100110
Octal 123 232 246

Shades and tints

Shades of #539AA6

#539AA6
(83,154,166)
#4C8C97
(76,140,151)
#457E88
(69,126,136)
#3E7079
(62,112,121)
#37626A
(55,98,106)
#30545B
(48,84,91)
#29464C
(41,70,76)
#22383D
(34,56,61)
#1B2A2E
(27,42,46)
#141C1F
(20,28,31)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #539AA6

#539AA6
(83,154,166)
#62A3AE
(98,163,174)
#71ACB6
(113,172,182)
#80B5BE
(128,181,190)
#8FBEC6
(143,190,198)
#9EC7CE
(158,199,206)
#ADD0D6
(173,208,214)
#BCD9DE
(188,217,222)
#CBE2E6
(203,226,230)
#DAEBEE
(218,235,238)
#E9F4F6
(233,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #539AA6 color. Also use rgb(83,154,166) instead hex code.

Text Font Color

.myTextColor { color: #539AA6; }

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

This text font color is #539AA6.

Background Color

.myBgColor { background-color: #539AA6; }

<div style="background-color:#539AA6">Inner text</div>

This div background color is #539AA6.

Border color

.myBorderColor { border: 1px solid #539AA6; }

<div style="border:3px solid #539AA6">Div</div>

This div border color is #539AA6.

Opacity

.myOpacity80 { color: #539AA6; opacity: 0.8; }

<p style="color:#539AA6;opacity:0.8;">80%</p>

Text with #539AA6 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 #539AA6;}

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

This text has shadow with #539AA6 color.


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

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

This text has shadow with #539AA6 primary color and red secondary color.


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

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

This text has shadow with #539AA6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #539AA6.

Preview

Color preview on black background

This text has color #539AA6 on black background.


Color preview on white background

This text has color #539AA6 on white background.


Black color preview on #539AA6 background

This text has black color on #539AA6 background.


White color preview on #539AA6 background

This text has white color on #539AA6 background.


Related colors

Complementary color

Complementary color for #hex is #AC6559.


I love getcolorcode.com

Triadic colors

1 #A6539A and #9AA653 with #539AA6 are triadic colors.

2 #A69A53 and #9A53A6 with #539AA6 are triadic colors.