COLOR #539CB1

HEX: #539CB1
RGB: (83,156,177)

Color info

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

RGB color model

#539CB1 color RGB value is (83,156,177).

  • red value is 83;
  • green value is 156;
  • blue value is 177.
RGB:
(83,156,177)
(33%,61%,69%)

RGB channels and saturation

R 83 of 255 = 33%
G 156 of 255 = 61%
B 177 of 255 = 69%

83
156
177

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

Portions of RGB colors in percentages

R + G + B =
83 + 156 + 177 = 416 (100%)
R 83 of 416 ~ 19.95%
G 156 of 416 ~ 37.5%
B 177 of 416 ~ 42.55%

%19.95
%37.5
%42.55

CMYK color model

#539CB1 color CMYK value is (53,12,0,31).

  • cyan value is 53.11%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(53,12,0,31)
C53M12Y0K31 
(53%,12%,0%,31%)
(0.53/0.12/0.00/0.31)	

CMYK percentages

%53.11
%11.86
%0
%30.59

Codes

Color #539CB1 in popluar color models

539CB1
RGB83156177
HSL193°37.60%50.98%
HSB/HSV193°53.11%69.41%
CMYK53.11%11.86%0.00%
30.59%

Color #539CB1 in popluar number systems.

HEX539CB1
Decimal83156177
Binary10100111001110010110001
Octal123234261

Shades and tints

Shades of #539CB1

#539CB1
(83,156,177)
#4C8EA1
(76,142,161)
#458091
(69,128,145)
#3E7281
(62,114,129)
#376471
(55,100,113)
#305661
(48,86,97)
#294851
(41,72,81)
#223A41
(34,58,65)
#1B2C31
(27,44,49)
#141E21
(20,30,33)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #539CB1

#539CB1
(83,156,177)
#62A5B8
(98,165,184)
#71AEBF
(113,174,191)
#80B7C6
(128,183,198)
#8FC0CD
(143,192,205)
#9EC9D4
(158,201,212)
#ADD2DB
(173,210,219)
#BCDBE2
(188,219,226)
#CBE4E9
(203,228,233)
#DAEDF0
(218,237,240)
#E9F6F7
(233,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #539CB1 color. Also use rgb(83,156,177) instead hex code.

Text Font Color

.myTextColor { color: #539CB1; }

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

This text font color is #539CB1.


Background Color

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

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

This div background color is #539CB1.


Border color

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

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

This div border color is #539CB1.


Opacity

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

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

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

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

This text has shadow with #539CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539CB1 on black background.


Color preview on white background

This text has color #539CB1 on white background.



Black color preview on #539CB1 background

This text has black color on #539CB1 background.


White color preview on #539CB1 background

This text has white color on #539CB1 background.