COLOR #536896

HEX: #536896
RGB: (83,104,150)

Color info

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

RGB color model

#536896 color RGB value is (83,104,150).

  • red value is 83;
  • green value is 104;
  • blue value is 150.
RGB:
(83,104,150)
(33%,41%,59%)

RGB channels and saturation

R 83 of 255 = 33%
G 104 of 255 = 41%
B 150 of 255 = 59%

83
104
150

R + G + B ~ 44%. #536896 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 104 + 150 = 337 (100%)
R 83 of 337 ~ 24.63%
G 104 of 337 ~ 30.86%
B 150 of 337 ~ 44.51%

%24.63
%30.86
%44.51

CMYK color model

#536896 color CMYK value is (45,31,0,41).

  • cyan value is 44.67%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(45,31,0,41)
C45M31Y0K41 
(45%,31%,0%,41%)
(0.45/0.31/0.00/0.41)	

CMYK percentages

%44.67
%30.67
%0
%41.18

Codes

Color #536896 in popluar color models

536896
RGB83104150
HSL221°28.76%45.69%
HSB/HSV221°44.67%58.82%
CMYK44.67%30.67%0.00%
41.18%

Color #536896 in popluar number systems.

HEX536896
Decimal83104150
Binary1010011110100010010110
Octal123150226

Shades and tints

Shades of #536896

#536896
(83,104,150)
#4C5F89
(76,95,137)
#45567C
(69,86,124)
#3E4D6F
(62,77,111)
#374462
(55,68,98)
#303B55
(48,59,85)
#293248
(41,50,72)
#22293B
(34,41,59)
#1B202E
(27,32,46)
#141721
(20,23,33)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #536896

#536896
(83,104,150)
#62759F
(98,117,159)
#7182A8
(113,130,168)
#808FB1
(128,143,177)
#8F9CBA
(143,156,186)
#9EA9C3
(158,169,195)
#ADB6CC
(173,182,204)
#BCC3D5
(188,195,213)
#CBD0DE
(203,208,222)
#DADDE7
(218,221,231)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536896 color. Also use rgb(83,104,150) instead hex code.

Text Font Color

.myTextColor { color: #536896; }

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

This text font color is #536896.


Background Color

.myBgColor { background-color: #536896; }

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

This div background color is #536896.


Border color

.myBorderColor { border: 1px solid #536896; }

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

This div border color is #536896.


Opacity

.myOpacity80 { color: #536896; opacity: 0.8; }

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

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

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

This text has shadow with #536896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536896 on black background.


Color preview on white background

This text has color #536896 on white background.



Black color preview on #536896 background

This text has black color on #536896 background.


White color preview on #536896 background

This text has white color on #536896 background.