COLOR #538EB6

HEX: #538EB6
RGB: (83,142,182)

Color info

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

RGB color model

#538EB6 color RGB value is (83,142,182).

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

RGB channels and saturation

R 83 of 255 = 33%
G 142 of 255 = 56%
B 182 of 255 = 71%

83
142
182

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

Portions of RGB colors in percentages

R + G + B =
83 + 142 + 182 = 407 (100%)
R 83 of 407 ~ 20.39%
G 142 of 407 ~ 34.89%
B 182 of 407 ~ 44.72%

%20.39
%34.89
%44.72

CMYK color model

#538EB6 color CMYK value is (54,22,0,29).

  • cyan value is 54.40%
  • magenta value is 21.98%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(54,22,0,29)
C54M22Y0K29 
(54%,22%,0%,29%)
(0.54/0.22/0.00/0.29)	

CMYK percentages

%54.4
%21.98
%0
%28.63

Codes

Color #538EB6 in popluar color models

538EB6
RGB83142182
HSL204°40.41%51.96%
HSB/HSV204°54.40%71.37%
CMYK54.40%21.98%0.00%
28.63%

Color #538EB6 in popluar number systems.

HEX538EB6
Decimal83142182
Binary10100111000111010110110
Octal123216266

Shades and tints

Shades of #538EB6

#538EB6
(83,142,182)
#4C82A6
(76,130,166)
#457696
(69,118,150)
#3E6A86
(62,106,134)
#375E76
(55,94,118)
#305266
(48,82,102)
#294656
(41,70,86)
#223A46
(34,58,70)
#1B2E36
(27,46,54)
#142226
(20,34,38)
#0D1616
(13,22,22)
#000000
(0,0,0)

Tints of #538EB6

#538EB6
(83,142,182)
#6298BC
(98,152,188)
#71A2C2
(113,162,194)
#80ACC8
(128,172,200)
#8FB6CE
(143,182,206)
#9EC0D4
(158,192,212)
#ADCADA
(173,202,218)
#BCD4E0
(188,212,224)
#CBDEE6
(203,222,230)
#DAE8EC
(218,232,236)
#E9F2F2
(233,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538EB6; }

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

This text font color is #538EB6.


Background Color

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

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

This div background color is #538EB6.


Border color

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

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

This div border color is #538EB6.


Opacity

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

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

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

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

This text has shadow with #538EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538EB6 on black background.


Color preview on white background

This text has color #538EB6 on white background.



Black color preview on #538EB6 background

This text has black color on #538EB6 background.


White color preview on #538EB6 background

This text has white color on #538EB6 background.