COLOR #536FA6

HEX: #536FA6
RGB: (83,111,166)

Color info

#536FA6 contains mainly green and blue colors. Web safe color of #536FA6 is #666699 (or #669).

RGB color model

#536FA6 color RGB value is (83,111,166).

  • red value is 83;
  • green value is 111;
  • blue value is 166.
RGB:
(83,111,166)
(33%,44%,65%)

RGB channels and saturation

R 83 of 255 = 33%
G 111 of 255 = 44%
B 166 of 255 = 65%

83
111
166

R + G + B ~ 47%. #536FA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 111 + 166 = 360 (100%)
R 83 of 360 ~ 23.06%
G 111 of 360 ~ 30.83%
B 166 of 360 ~ 46.11%

%23.06
%30.83
%46.11

CMYK color model

#536FA6 color CMYK value is (50,33,0,35).

  • cyan value is 50.00%
  • magenta value is 33.13%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(50,33,0,35)
C50M33Y0K35 
(50%,33%,0%,35%)
(0.50/0.33/0.00/0.35)	

CMYK percentages

%50
%33.13
%0
%34.9

Codes

Color #536FA6 in popluar color models

536FA6
RGB83111166
HSL220°33.33%48.82%
HSB/HSV220°50.00%65.10%
CMYK50.00%33.13%0.00%
34.90%

Color #536FA6 in popluar number systems.

HEX536FA6
Decimal83111166
Binary1010011110111110100110
Octal123157246

Shades and tints

Shades of #536FA6

#536FA6
(83,111,166)
#4C6597
(76,101,151)
#455B88
(69,91,136)
#3E5179
(62,81,121)
#37476A
(55,71,106)
#303D5B
(48,61,91)
#29334C
(41,51,76)
#22293D
(34,41,61)
#1B1F2E
(27,31,46)
#14151F
(20,21,31)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #536FA6

#536FA6
(83,111,166)
#627CAE
(98,124,174)
#7189B6
(113,137,182)
#8096BE
(128,150,190)
#8FA3C6
(143,163,198)
#9EB0CE
(158,176,206)
#ADBDD6
(173,189,214)
#BCCADE
(188,202,222)
#CBD7E6
(203,215,230)
#DAE4EE
(218,228,238)
#E9F1F6
(233,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536FA6 color. Also use rgb(83,111,166) instead hex code.

Text Font Color

.myTextColor { color: #536FA6; }

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

This text font color is #536FA6.


Background Color

.myBgColor { background-color: #536FA6; }

<div style="background-color:#536FA6">Inner text</div>

This div background color is #536FA6.


Border color

.myBorderColor { border: 1px solid #536FA6; }

<div style="border:3px solid #536FA6">Div</div>

This div border color is #536FA6.


Opacity

.myOpacity80 { color: #536FA6; opacity: 0.8; }

<p style="color:#536FA6;opacity:0.8;">80%</p>

Text with #536FA6 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 #536FA6;}

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

This text has shadow with #536FA6 color.

.textShadow {text-shadow: 3px 3px 1px #536FA6, 3px 3px 1px red;}

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

This text has shadow with #536FA6 primary color and red secondary color.


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

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

This text has shadow with #536FA6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536FA6 on black background.


Color preview on white background

This text has color #536FA6 on white background.



Black color preview on #536FA6 background

This text has black color on #536FA6 background.


White color preview on #536FA6 background

This text has white color on #536FA6 background.