COLOR #539CBE

HEX: #539CBE
RGB: (83,156,190)

Color info

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

RGB color model

#539CBE color RGB value is (83,156,190).

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

RGB channels and saturation

R 83 of 255 = 33%
G 156 of 255 = 61%
B 190 of 255 = 75%

83
156
190

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

Portions of RGB colors in percentages

R + G + B =
83 + 156 + 190 = 429 (100%)
R 83 of 429 ~ 19.35%
G 156 of 429 ~ 36.36%
B 190 of 429 ~ 44.29%

%19.35
%36.36
%44.29

CMYK color model

#539CBE color CMYK value is (56,18,0,25).

  • cyan value is 56.32%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(56,18,0,25)
C56M18Y0K25 
(56%,18%,0%,25%)
(0.56/0.18/0.00/0.25)	

CMYK percentages

%56.32
%17.89
%0
%25.49

Codes

Color #539CBE in popluar color models

539CBE
RGB83156190
HSL199°45.15%53.53%
HSB/HSV199°56.32%74.51%
CMYK56.32%17.89%0.00%
25.49%

Color #539CBE in popluar number systems.

HEX539CBE
Decimal83156190
Binary10100111001110010111110
Octal123234276

Shades and tints

Shades of #539CBE

#539CBE
(83,156,190)
#4C8EAD
(76,142,173)
#45809C
(69,128,156)
#3E728B
(62,114,139)
#37647A
(55,100,122)
#305669
(48,86,105)
#294858
(41,72,88)
#223A47
(34,58,71)
#1B2C36
(27,44,54)
#141E25
(20,30,37)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #539CBE

#539CBE
(83,156,190)
#62A5C3
(98,165,195)
#71AEC8
(113,174,200)
#80B7CD
(128,183,205)
#8FC0D2
(143,192,210)
#9EC9D7
(158,201,215)
#ADD2DC
(173,210,220)
#BCDBE1
(188,219,225)
#CBE4E6
(203,228,230)
#DAEDEB
(218,237,235)
#E9F6F0
(233,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #539CBE; }

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

This text font color is #539CBE.


Background Color

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

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

This div background color is #539CBE.


Border color

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

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

This div border color is #539CBE.


Opacity

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

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

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

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

This text has shadow with #539CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539CBE on black background.


Color preview on white background

This text has color #539CBE on white background.



Black color preview on #539CBE background

This text has black color on #539CBE background.


White color preview on #539CBE background

This text has white color on #539CBE background.