COLOR #536BA2

HEX: #536BA2 RGB: (83,107,162)

Color info

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

RGB color model

#536BA2 color RGB value is (83,107,162).

RGB: (83,107,162) (33%, 42%, 64%)

RGB channels and saturation

R 83 of 255 = 33%
G 107 of 255 = 42%
B 162 of 255 = 64%

83
107
162

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

Portions of RGB colors in percentages

R + G + B = 83 + 107 + 162 = 352 (100%)
R 83 of 352 ~ 23.58%
G 107 of 352 ~ 30.4%
B 162 of 352 ~ 46.02'%

%23.58
%30.4
%46.02

CMYK color model

#536BA2 color CMYK value is (49,34,0,36).

  • cyan value is 48.77%
  • magenta value is 33.95%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (49,34,0,36)
C49M34Y0K36 (49%, 34%, 0%, 36%)
(0.49 / 0.34 / 0.00 / 0.36)

CMYK percentages

%48.77
%33.95
%0
%36.47

Codes

Color #536BA2 in popluar color models

53 6B A2
RGB 83 107 162
HSL 222° 32.24% 48.04%
HSB/HSV 222° 48.77% 63.53%
CMYK 48.77% 33.95% 0.00%
36.47%

Color #536BA2 in popluar number systems.

HEX 53 6B A2
Decimal 83 107 162
Binary 1010011 1101011 10100010
Octal 123 153 242

Shades and tints

Shades of #536BA2

#536BA2
(83,107,162)
#4C6294
(76,98,148)
#455986
(69,89,134)
#3E5078
(62,80,120)
#37476A
(55,71,106)
#303E5C
(48,62,92)
#29354E
(41,53,78)
#222C40
(34,44,64)
#1B2332
(27,35,50)
#141A24
(20,26,36)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #536BA2

#536BA2
(83,107,162)
#6278AA
(98,120,170)
#7185B2
(113,133,178)
#8092BA
(128,146,186)
#8F9FC2
(143,159,194)
#9EACCA
(158,172,202)
#ADB9D2
(173,185,210)
#BCC6DA
(188,198,218)
#CBD3E2
(203,211,226)
#DAE0EA
(218,224,234)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536BA2 color. Also use rgb(83,107,162) instead hex code.

Text Font Color

.myTextColor { color: #536BA2; }

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

This text font color is #536BA2.

Background Color

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

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

This div background color is #536BA2.

Border color

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

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

This div border color is #536BA2.

Opacity

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

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

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

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

This text has shadow with #536BA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #536BA2.

Preview

Color preview on black background

This text has color #536BA2 on black background.


Color preview on white background

This text has color #536BA2 on white background.


Black color preview on #536BA2 background

This text has black color on #536BA2 background.


White color preview on #536BA2 background

This text has white color on #536BA2 background.


Related colors

Complementary color

Complementary color for #hex is #AC945D.


I love getcolorcode.com

Triadic colors

1 #A2536B and #6BA253 with #536BA2 are triadic colors.

2 #A26B53 and #6B53A2 with #536BA2 are triadic colors.