COLOR #536EB8

HEX: #536EB8
RGB: (83,110,184)

Color info

#536EB8 contains mainly blue color. Web safe color of #536EB8 is #6666CC (or #66C).

RGB color model

#536EB8 color RGB value is (83,110,184).

  • red value is 83;
  • green value is 110;
  • blue value is 184.
RGB:
(83,110,184)
(33%,43%,72%)

RGB channels and saturation

R 83 of 255 = 33%
G 110 of 255 = 43%
B 184 of 255 = 72%

83
110
184

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

Portions of RGB colors in percentages

R + G + B =
83 + 110 + 184 = 377 (100%)
R 83 of 377 ~ 22.02%
G 110 of 377 ~ 29.18%
B 184 of 377 ~ 48.81%

%22.02
%29.18
%48.81

CMYK color model

#536EB8 color CMYK value is (55,40,0,28).

  • cyan value is 54.89%
  • magenta value is 40.22%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(55,40,0,28)
C55M40Y0K28 
(55%,40%,0%,28%)
(0.55/0.40/0.00/0.28)	

CMYK percentages

%54.89
%40.22
%0
%27.84

Codes

Color #536EB8 in popluar color models

536EB8
RGB83110184
HSL224°41.56%52.35%
HSB/HSV224°54.89%72.16%
CMYK54.89%40.22%0.00%
27.84%

Color #536EB8 in popluar number systems.

HEX536EB8
Decimal83110184
Binary1010011110111010111000
Octal123156270

Shades and tints

Shades of #536EB8

#536EB8
(83,110,184)
#4C64A8
(76,100,168)
#455A98
(69,90,152)
#3E5088
(62,80,136)
#374678
(55,70,120)
#303C68
(48,60,104)
#293258
(41,50,88)
#222848
(34,40,72)
#1B1E38
(27,30,56)
#141428
(20,20,40)
#0D0A18
(13,10,24)
#000000
(0,0,0)

Tints of #536EB8

#536EB8
(83,110,184)
#627BBE
(98,123,190)
#7188C4
(113,136,196)
#8095CA
(128,149,202)
#8FA2D0
(143,162,208)
#9EAFD6
(158,175,214)
#ADBCDC
(173,188,220)
#BCC9E2
(188,201,226)
#CBD6E8
(203,214,232)
#DAE3EE
(218,227,238)
#E9F0F4
(233,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536EB8 color. Also use rgb(83,110,184) instead hex code.

Text Font Color

.myTextColor { color: #536EB8; }

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

This text font color is #536EB8.


Background Color

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

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

This div background color is #536EB8.


Border color

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

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

This div border color is #536EB8.


Opacity

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

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

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

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

This text has shadow with #536EB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536EB8 on black background.


Color preview on white background

This text has color #536EB8 on white background.



Black color preview on #536EB8 background

This text has black color on #536EB8 background.


White color preview on #536EB8 background

This text has white color on #536EB8 background.