COLOR #539AB9

HEX: #539AB9
RGB: (83,154,185)

Color info

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

RGB color model

#539AB9 color RGB value is (83,154,185).

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

RGB channels and saturation

R 83 of 255 = 33%
G 154 of 255 = 60%
B 185 of 255 = 73%

83
154
185

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

Portions of RGB colors in percentages

R + G + B =
83 + 154 + 185 = 422 (100%)
R 83 of 422 ~ 19.67%
G 154 of 422 ~ 36.49%
B 185 of 422 ~ 43.84%

%19.67
%36.49
%43.84

CMYK color model

#539AB9 color CMYK value is (55,17,0,27).

  • cyan value is 55.14%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(55,17,0,27)
C55M17Y0K27 
(55%,17%,0%,27%)
(0.55/0.17/0.00/0.27)	

CMYK percentages

%55.14
%16.76
%0
%27.45

Codes

Color #539AB9 in popluar color models

539AB9
RGB83154185
HSL198°42.15%52.55%
HSB/HSV198°55.14%72.55%
CMYK55.14%16.76%0.00%
27.45%

Color #539AB9 in popluar number systems.

HEX539AB9
Decimal83154185
Binary10100111001101010111001
Octal123232271

Shades and tints

Shades of #539AB9

#539AB9
(83,154,185)
#4C8CA9
(76,140,169)
#457E99
(69,126,153)
#3E7089
(62,112,137)
#376279
(55,98,121)
#305469
(48,84,105)
#294659
(41,70,89)
#223849
(34,56,73)
#1B2A39
(27,42,57)
#141C29
(20,28,41)
#0D0E19
(13,14,25)
#000000
(0,0,0)

Tints of #539AB9

#539AB9
(83,154,185)
#62A3BF
(98,163,191)
#71ACC5
(113,172,197)
#80B5CB
(128,181,203)
#8FBED1
(143,190,209)
#9EC7D7
(158,199,215)
#ADD0DD
(173,208,221)
#BCD9E3
(188,217,227)
#CBE2E9
(203,226,233)
#DAEBEF
(218,235,239)
#E9F4F5
(233,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #539AB9; }

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

This text font color is #539AB9.


Background Color

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

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

This div background color is #539AB9.


Border color

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

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

This div border color is #539AB9.


Opacity

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

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

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

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

This text has shadow with #539AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539AB9 on black background.


Color preview on white background

This text has color #539AB9 on white background.



Black color preview on #539AB9 background

This text has black color on #539AB9 background.


White color preview on #539AB9 background

This text has white color on #539AB9 background.