COLOR #539CD8

HEX: #539CD8
RGB: (83,156,216)

Color info

#539CD8 contains mainly blue color. Web safe color of #539CD8 is #6699CC (or #69C).

RGB color model

#539CD8 color RGB value is (83,156,216).

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

RGB channels and saturation

R 83 of 255 = 33%
G 156 of 255 = 61%
B 216 of 255 = 85%

83
156
216

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

Portions of RGB colors in percentages

R + G + B =
83 + 156 + 216 = 455 (100%)
R 83 of 455 ~ 18.24%
G 156 of 455 ~ 34.29%
B 216 of 455 ~ 47.47%

%18.24
%34.29
%47.47

CMYK color model

#539CD8 color CMYK value is (62,28,0,15).

  • cyan value is 61.57%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(62,28,0,15)
C62M28Y0K15 
(62%,28%,0%,15%)
(0.62/0.28/0.00/0.15)	

CMYK percentages

%61.57
%27.78
%0
%15.29

Codes

Color #539CD8 in popluar color models

539CD8
RGB83156216
HSL207°63.03%58.63%
HSB/HSV207°61.57%84.71%
CMYK61.57%27.78%0.00%
15.29%

Color #539CD8 in popluar number systems.

HEX539CD8
Decimal83156216
Binary10100111001110011011000
Octal123234330

Shades and tints

Shades of #539CD8

#539CD8
(83,156,216)
#4C8EC5
(76,142,197)
#4580B2
(69,128,178)
#3E729F
(62,114,159)
#37648C
(55,100,140)
#305679
(48,86,121)
#294866
(41,72,102)
#223A53
(34,58,83)
#1B2C40
(27,44,64)
#141E2D
(20,30,45)
#0D101A
(13,16,26)
#000000
(0,0,0)

Tints of #539CD8

#539CD8
(83,156,216)
#62A5DB
(98,165,219)
#71AEDE
(113,174,222)
#80B7E1
(128,183,225)
#8FC0E4
(143,192,228)
#9EC9E7
(158,201,231)
#ADD2EA
(173,210,234)
#BCDBED
(188,219,237)
#CBE4F0
(203,228,240)
#DAEDF3
(218,237,243)
#E9F6F6
(233,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #539CD8; }

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

This text font color is #539CD8.


Background Color

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

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

This div background color is #539CD8.


Border color

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

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

This div border color is #539CD8.


Opacity

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

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

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

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

This text has shadow with #539CD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539CD8 on black background.


Color preview on white background

This text has color #539CD8 on white background.



Black color preview on #539CD8 background

This text has black color on #539CD8 background.


White color preview on #539CD8 background

This text has white color on #539CD8 background.