COLOR #536EAB

HEX: #536EAB
RGB: (83,110,171)

Color info

#536EAB contains mainly blue color. Web safe color of #536EAB is #666699 (or #669).

RGB color model

#536EAB color RGB value is (83,110,171).

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

RGB channels and saturation

R 83 of 255 = 33%
G 110 of 255 = 43%
B 171 of 255 = 67%

83
110
171

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

Portions of RGB colors in percentages

R + G + B =
83 + 110 + 171 = 364 (100%)
R 83 of 364 ~ 22.8%
G 110 of 364 ~ 30.22%
B 171 of 364 ~ 46.98%

%22.8
%30.22
%46.98

CMYK color model

#536EAB color CMYK value is (51,36,0,33).

  • cyan value is 51.46%
  • magenta value is 35.67%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(51,36,0,33)
C51M36Y0K33 
(51%,36%,0%,33%)
(0.51/0.36/0.00/0.33)	

CMYK percentages

%51.46
%35.67
%0
%32.94

Codes

Color #536EAB in popluar color models

536EAB
RGB83110171
HSL222°34.65%49.80%
HSB/HSV222°51.46%67.06%
CMYK51.46%35.67%0.00%
32.94%

Color #536EAB in popluar number systems.

HEX536EAB
Decimal83110171
Binary1010011110111010101011
Octal123156253

Shades and tints

Shades of #536EAB

#536EAB
(83,110,171)
#4C649C
(76,100,156)
#455A8D
(69,90,141)
#3E507E
(62,80,126)
#37466F
(55,70,111)
#303C60
(48,60,96)
#293251
(41,50,81)
#222842
(34,40,66)
#1B1E33
(27,30,51)
#141424
(20,20,36)
#0D0A15
(13,10,21)
#000000
(0,0,0)

Tints of #536EAB

#536EAB
(83,110,171)
#627BB2
(98,123,178)
#7188B9
(113,136,185)
#8095C0
(128,149,192)
#8FA2C7
(143,162,199)
#9EAFCE
(158,175,206)
#ADBCD5
(173,188,213)
#BCC9DC
(188,201,220)
#CBD6E3
(203,214,227)
#DAE3EA
(218,227,234)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536EAB; }

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

This text font color is #536EAB.


Background Color

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

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

This div background color is #536EAB.


Border color

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

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

This div border color is #536EAB.


Opacity

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

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

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

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

This text has shadow with #536EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536EAB on black background.


Color preview on white background

This text has color #536EAB on white background.



Black color preview on #536EAB background

This text has black color on #536EAB background.


White color preview on #536EAB background

This text has white color on #536EAB background.