COLOR #539CC2

HEX: #539CC2
RGB: (83,156,194)

Color info

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

RGB color model

#539CC2 color RGB value is (83,156,194).

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

RGB channels and saturation

R 83 of 255 = 33%
G 156 of 255 = 61%
B 194 of 255 = 76%

83
156
194

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

Portions of RGB colors in percentages

R + G + B =
83 + 156 + 194 = 433 (100%)
R 83 of 433 ~ 19.17%
G 156 of 433 ~ 36.03%
B 194 of 433 ~ 44.8%

%19.17
%36.03
%44.8

CMYK color model

#539CC2 color CMYK value is (57,20,0,24).

  • cyan value is 57.22%
  • magenta value is 19.59%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(57,20,0,24)
C57M20Y0K24 
(57%,20%,0%,24%)
(0.57/0.20/0.00/0.24)	

CMYK percentages

%57.22
%19.59
%0
%23.92

Codes

Color #539CC2 in popluar color models

539CC2
RGB83156194
HSL201°47.64%54.31%
HSB/HSV201°57.22%76.08%
CMYK57.22%19.59%0.00%
23.92%

Color #539CC2 in popluar number systems.

HEX539CC2
Decimal83156194
Binary10100111001110011000010
Octal123234302

Shades and tints

Shades of #539CC2

#539CC2
(83,156,194)
#4C8EB1
(76,142,177)
#4580A0
(69,128,160)
#3E728F
(62,114,143)
#37647E
(55,100,126)
#30566D
(48,86,109)
#29485C
(41,72,92)
#223A4B
(34,58,75)
#1B2C3A
(27,44,58)
#141E29
(20,30,41)
#0D1018
(13,16,24)
#000000
(0,0,0)

Tints of #539CC2

#539CC2
(83,156,194)
#62A5C7
(98,165,199)
#71AECC
(113,174,204)
#80B7D1
(128,183,209)
#8FC0D6
(143,192,214)
#9EC9DB
(158,201,219)
#ADD2E0
(173,210,224)
#BCDBE5
(188,219,229)
#CBE4EA
(203,228,234)
#DAEDEF
(218,237,239)
#E9F6F4
(233,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #539CC2; }

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

This text font color is #539CC2.


Background Color

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

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

This div background color is #539CC2.


Border color

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

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

This div border color is #539CC2.


Opacity

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

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

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

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

This text has shadow with #539CC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539CC2 on black background.


Color preview on white background

This text has color #539CC2 on white background.



Black color preview on #539CC2 background

This text has black color on #539CC2 background.


White color preview on #539CC2 background

This text has white color on #539CC2 background.