COLOR #538CB6

HEX: #538CB6
RGB: (83,140,182)

Color info

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

RGB color model

#538CB6 color RGB value is (83,140,182).

  • red value is 83;
  • green value is 140;
  • blue value is 182.
RGB:
(83,140,182)
(33%,55%,71%)

RGB channels and saturation

R 83 of 255 = 33%
G 140 of 255 = 55%
B 182 of 255 = 71%

83
140
182

R + G + B ~ 53%. #538CB6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 140 + 182 = 405 (100%)
R 83 of 405 ~ 20.49%
G 140 of 405 ~ 34.57%
B 182 of 405 ~ 44.94%

%20.49
%34.57
%44.94

CMYK color model

#538CB6 color CMYK value is (54,23,0,29).

  • cyan value is 54.40%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(54,23,0,29)
C54M23Y0K29 
(54%,23%,0%,29%)
(0.54/0.23/0.00/0.29)	

CMYK percentages

%54.4
%23.08
%0
%28.63

Codes

Color #538CB6 in popluar color models

538CB6
RGB83140182
HSL205°40.41%51.96%
HSB/HSV205°54.40%71.37%
CMYK54.40%23.08%0.00%
28.63%

Color #538CB6 in popluar number systems.

HEX538CB6
Decimal83140182
Binary10100111000110010110110
Octal123214266

Shades and tints

Shades of #538CB6

#538CB6
(83,140,182)
#4C80A6
(76,128,166)
#457496
(69,116,150)
#3E6886
(62,104,134)
#375C76
(55,92,118)
#305066
(48,80,102)
#294456
(41,68,86)
#223846
(34,56,70)
#1B2C36
(27,44,54)
#142026
(20,32,38)
#0D1416
(13,20,22)
#000000
(0,0,0)

Tints of #538CB6

#538CB6
(83,140,182)
#6296BC
(98,150,188)
#71A0C2
(113,160,194)
#80AAC8
(128,170,200)
#8FB4CE
(143,180,206)
#9EBED4
(158,190,212)
#ADC8DA
(173,200,218)
#BCD2E0
(188,210,224)
#CBDCE6
(203,220,230)
#DAE6EC
(218,230,236)
#E9F0F2
(233,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538CB6 color. Also use rgb(83,140,182) instead hex code.

Text Font Color

.myTextColor { color: #538CB6; }

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

This text font color is #538CB6.


Background Color

.myBgColor { background-color: #538CB6; }

<div style="background-color:#538CB6">Inner text</div>

This div background color is #538CB6.


Border color

.myBorderColor { border: 1px solid #538CB6; }

<div style="border:3px solid #538CB6">Div</div>

This div border color is #538CB6.


Opacity

.myOpacity80 { color: #538CB6; opacity: 0.8; }

<p style="color:#538CB6;opacity:0.8;">80%</p>

Text with #538CB6 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 #538CB6;}

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

This text has shadow with #538CB6 color.

.textShadow {text-shadow: 3px 3px 1px #538CB6, 3px 3px 1px red;}

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

This text has shadow with #538CB6 primary color and red secondary color.


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

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

This text has shadow with #538CB6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538CB6 on black background.


Color preview on white background

This text has color #538CB6 on white background.



Black color preview on #538CB6 background

This text has black color on #538CB6 background.


White color preview on #538CB6 background

This text has white color on #538CB6 background.