COLOR #539AB6

HEX: #539AB6
RGB: (83,154,182)

Color info

#539AB6 contains mainly green and blue colors. Web safe color of #539AB6 is #6699CC (or #69C).

RGB color model

#539AB6 color RGB value is (83,154,182).

  • red value is 83;
  • green value is 154;
  • blue value is 182.
RGB:
(83,154,182)
(33%,60%,71%)

RGB channels and saturation

R 83 of 255 = 33%
G 154 of 255 = 60%
B 182 of 255 = 71%

83
154
182

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

Portions of RGB colors in percentages

R + G + B =
83 + 154 + 182 = 419 (100%)
R 83 of 419 ~ 19.81%
G 154 of 419 ~ 36.75%
B 182 of 419 ~ 43.44%

%19.81
%36.75
%43.44

CMYK color model

#539AB6 color CMYK value is (54,15,0,29).

  • cyan value is 54.40%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(54,15,0,29)
C54M15Y0K29 
(54%,15%,0%,29%)
(0.54/0.15/0.00/0.29)	

CMYK percentages

%54.4
%15.38
%0
%28.63

Codes

Color #539AB6 in popluar color models

539AB6
RGB83154182
HSL197°40.41%51.96%
HSB/HSV197°54.40%71.37%
CMYK54.40%15.38%0.00%
28.63%

Color #539AB6 in popluar number systems.

HEX539AB6
Decimal83154182
Binary10100111001101010110110
Octal123232266

Shades and tints

Shades of #539AB6

#539AB6
(83,154,182)
#4C8CA6
(76,140,166)
#457E96
(69,126,150)
#3E7086
(62,112,134)
#376276
(55,98,118)
#305466
(48,84,102)
#294656
(41,70,86)
#223846
(34,56,70)
#1B2A36
(27,42,54)
#141C26
(20,28,38)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #539AB6

#539AB6
(83,154,182)
#62A3BC
(98,163,188)
#71ACC2
(113,172,194)
#80B5C8
(128,181,200)
#8FBECE
(143,190,206)
#9EC7D4
(158,199,212)
#ADD0DA
(173,208,218)
#BCD9E0
(188,217,224)
#CBE2E6
(203,226,230)
#DAEBEC
(218,235,236)
#E9F4F2
(233,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #539AB6; }

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

This text font color is #539AB6.


Background Color

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

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

This div background color is #539AB6.


Border color

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

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

This div border color is #539AB6.


Opacity

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

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

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

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

This text has shadow with #539AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539AB6 on black background.


Color preview on white background

This text has color #539AB6 on white background.



Black color preview on #539AB6 background

This text has black color on #539AB6 background.


White color preview on #539AB6 background

This text has white color on #539AB6 background.