COLOR #536AB5

HEX: #536AB5
RGB: (83,106,181)

Color info

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

RGB color model

#536AB5 color RGB value is (83,106,181).

  • red value is 83;
  • green value is 106;
  • blue value is 181.
RGB:
(83,106,181)
(33%,42%,71%)

RGB channels and saturation

R 83 of 255 = 33%
G 106 of 255 = 42%
B 181 of 255 = 71%

83
106
181

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

Portions of RGB colors in percentages

R + G + B =
83 + 106 + 181 = 370 (100%)
R 83 of 370 ~ 22.43%
G 106 of 370 ~ 28.65%
B 181 of 370 ~ 48.92%

%22.43
%28.65
%48.92

CMYK color model

#536AB5 color CMYK value is (54,41,0,29).

  • cyan value is 54.14%
  • magenta value is 41.44%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(54,41,0,29)
C54M41Y0K29 
(54%,41%,0%,29%)
(0.54/0.41/0.00/0.29)	

CMYK percentages

%54.14
%41.44
%0
%29.02

Codes

Color #536AB5 in popluar color models

536AB5
RGB83106181
HSL226°39.84%51.76%
HSB/HSV226°54.14%70.98%
CMYK54.14%41.44%0.00%
29.02%

Color #536AB5 in popluar number systems.

HEX536AB5
Decimal83106181
Binary1010011110101010110101
Octal123152265

Shades and tints

Shades of #536AB5

#536AB5
(83,106,181)
#4C61A5
(76,97,165)
#455895
(69,88,149)
#3E4F85
(62,79,133)
#374675
(55,70,117)
#303D65
(48,61,101)
#293455
(41,52,85)
#222B45
(34,43,69)
#1B2235
(27,34,53)
#141925
(20,25,37)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #536AB5

#536AB5
(83,106,181)
#6277BB
(98,119,187)
#7184C1
(113,132,193)
#8091C7
(128,145,199)
#8F9ECD
(143,158,205)
#9EABD3
(158,171,211)
#ADB8D9
(173,184,217)
#BCC5DF
(188,197,223)
#CBD2E5
(203,210,229)
#DADFEB
(218,223,235)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536AB5 color. Also use rgb(83,106,181) instead hex code.

Text Font Color

.myTextColor { color: #536AB5; }

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

This text font color is #536AB5.


Background Color

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

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

This div background color is #536AB5.


Border color

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

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

This div border color is #536AB5.


Opacity

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

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

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

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

This text has shadow with #536AB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536AB5 on black background.


Color preview on white background

This text has color #536AB5 on white background.



Black color preview on #536AB5 background

This text has black color on #536AB5 background.


White color preview on #536AB5 background

This text has white color on #536AB5 background.