COLOR #539EA0

HEX: #539EA0 RGB: (83,158,160)

Color info

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

RGB color model

#539EA0 color RGB value is (83,158,160).

RGB: (83,158,160) (33%, 62%, 63%)

RGB channels and saturation

R 83 of 255 = 33%
G 158 of 255 = 62%
B 160 of 255 = 63%

83
158
160

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

Portions of RGB colors in percentages

R + G + B = 83 + 158 + 160 = 401 (100%)
R 83 of 401 ~ 20.7%
G 158 of 401 ~ 39.4%
B 160 of 401 ~ 39.9'%

%20.7
%39.4
%39.9

CMYK color model

#539EA0 color CMYK value is (48,1,0,37).

  • cyan value is 48.13%
  • magenta value is 1.25%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (48,1,0,37)
C48M1Y0K37 (48%, 1%, 0%, 37%)
(0.48 / 0.01 / 0.00 / 0.37)

CMYK percentages

%48.13
%1.25
%0
%37.25

Codes

Color #539EA0 in popluar color models

53 9E A0
RGB 83 158 160
HSL 182° 31.69% 47.65%
HSB/HSV 182° 48.13% 62.75%
CMYK 48.13% 1.25% 0.00%
37.25%

Color #539EA0 in popluar number systems.

HEX 53 9E A0
Decimal 83 158 160
Binary 1010011 10011110 10100000
Octal 123 236 240

Shades and tints

Shades of #539EA0

#539EA0
(83,158,160)
#4C9092
(76,144,146)
#458284
(69,130,132)
#3E7476
(62,116,118)
#376668
(55,102,104)
#30585A
(48,88,90)
#294A4C
(41,74,76)
#223C3E
(34,60,62)
#1B2E30
(27,46,48)
#142022
(20,32,34)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #539EA0

#539EA0
(83,158,160)
#62A6A8
(98,166,168)
#71AEB0
(113,174,176)
#80B6B8
(128,182,184)
#8FBEC0
(143,190,192)
#9EC6C8
(158,198,200)
#ADCED0
(173,206,208)
#BCD6D8
(188,214,216)
#CBDEE0
(203,222,224)
#DAE6E8
(218,230,232)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #539EA0 color. Also use rgb(83,158,160) instead hex code.

Text Font Color

.myTextColor { color: #539EA0; }

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

This text font color is #539EA0.

Background Color

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

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

This div background color is #539EA0.

Border color

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

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

This div border color is #539EA0.

Opacity

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

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

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

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

This text has shadow with #539EA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #539EA0.

Preview

Color preview on black background

This text has color #539EA0 on black background.


Color preview on white background

This text has color #539EA0 on white background.


Black color preview on #539EA0 background

This text has black color on #539EA0 background.


White color preview on #539EA0 background

This text has white color on #539EA0 background.


Related colors

Complementary color

Complementary color for #hex is #AC615F.


I love getcolorcode.com

Triadic colors

1 #A0539E and #9EA053 with #539EA0 are triadic colors.

2 #A09E53 and #9E53A0 with #539EA0 are triadic colors.