COLOR #536983

HEX: #536983
RGB: (83,105,131)

Color info

#536983 contains red, green and blue colors in about the same proportion. Web safe color of #536983 is #666699 (or #669).

RGB color model

#536983 color RGB value is (83,105,131).

  • red value is 83;
  • green value is 105;
  • blue value is 131.
RGB:
(83,105,131)
(33%,41%,51%)

RGB channels and saturation

R 83 of 255 = 33%
G 105 of 255 = 41%
B 131 of 255 = 51%

83
105
131

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

Portions of RGB colors in percentages

R + G + B =
83 + 105 + 131 = 319 (100%)
R 83 of 319 ~ 26.02%
G 105 of 319 ~ 32.92%
B 131 of 319 ~ 41.07%

%26.02
%32.92
%41.07

CMYK color model

#536983 color CMYK value is (37,20,0,49).

  • cyan value is 36.64%
  • magenta value is 19.85%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(37,20,0,49)
C37M20Y0K49 
(37%,20%,0%,49%)
(0.37/0.20/0.00/0.49)	

CMYK percentages

%36.64
%19.85
%0
%48.63

Codes

Color #536983 in popluar color models

536983
RGB83105131
HSL213°22.43%41.96%
HSB/HSV213°36.64%51.37%
CMYK36.64%19.85%0.00%
48.63%

Color #536983 in popluar number systems.

HEX536983
Decimal83105131
Binary1010011110100110000011
Octal123151203

Shades and tints

Shades of #536983

#536983
(83,105,131)
#4C6078
(76,96,120)
#45576D
(69,87,109)
#3E4E62
(62,78,98)
#374557
(55,69,87)
#303C4C
(48,60,76)
#293341
(41,51,65)
#222A36
(34,42,54)
#1B212B
(27,33,43)
#141820
(20,24,32)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #536983

#536983
(83,105,131)
#62768E
(98,118,142)
#718399
(113,131,153)
#8090A4
(128,144,164)
#8F9DAF
(143,157,175)
#9EAABA
(158,170,186)
#ADB7C5
(173,183,197)
#BCC4D0
(188,196,208)
#CBD1DB
(203,209,219)
#DADEE6
(218,222,230)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536983 color. Also use rgb(83,105,131) instead hex code.

Text Font Color

.myTextColor { color: #536983; }

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

This text font color is #536983.


Background Color

.myBgColor { background-color: #536983; }

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

This div background color is #536983.


Border color

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

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

This div border color is #536983.


Opacity

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

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

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

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

This text has shadow with #536983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536983 on black background.


Color preview on white background

This text has color #536983 on white background.



Black color preview on #536983 background

This text has black color on #536983 background.


White color preview on #536983 background

This text has white color on #536983 background.