COLOR #536799

HEX: #536799
RGB: (83,103,153)

Color info

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

RGB color model

#536799 color RGB value is (83,103,153).

  • red value is 83;
  • green value is 103;
  • blue value is 153.
RGB:
(83,103,153)
(33%,40%,60%)

RGB channels and saturation

R 83 of 255 = 33%
G 103 of 255 = 40%
B 153 of 255 = 60%

83
103
153

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

Portions of RGB colors in percentages

R + G + B =
83 + 103 + 153 = 339 (100%)
R 83 of 339 ~ 24.48%
G 103 of 339 ~ 30.38%
B 153 of 339 ~ 45.13%

%24.48
%30.38
%45.13

CMYK color model

#536799 color CMYK value is (46,33,0,40).

  • cyan value is 45.75%
  • magenta value is 32.68%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(46,33,0,40)
C46M33Y0K40 
(46%,33%,0%,40%)
(0.46/0.33/0.00/0.40)	

CMYK percentages

%45.75
%32.68
%0
%40

Codes

Color #536799 in popluar color models

536799
RGB83103153
HSL223°29.66%46.27%
HSB/HSV223°45.75%60.00%
CMYK45.75%32.68%0.00%
40.00%

Color #536799 in popluar number systems.

HEX536799
Decimal83103153
Binary1010011110011110011001
Octal123147231

Shades and tints

Shades of #536799

#536799
(83,103,153)
#4C5E8C
(76,94,140)
#45557F
(69,85,127)
#3E4C72
(62,76,114)
#374365
(55,67,101)
#303A58
(48,58,88)
#29314B
(41,49,75)
#22283E
(34,40,62)
#1B1F31
(27,31,49)
#141624
(20,22,36)
#0D0D17
(13,13,23)
#000000
(0,0,0)

Tints of #536799

#536799
(83,103,153)
#6274A2
(98,116,162)
#7181AB
(113,129,171)
#808EB4
(128,142,180)
#8F9BBD
(143,155,189)
#9EA8C6
(158,168,198)
#ADB5CF
(173,181,207)
#BCC2D8
(188,194,216)
#CBCFE1
(203,207,225)
#DADCEA
(218,220,234)
#E9E9F3
(233,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536799 color. Also use rgb(83,103,153) instead hex code.

Text Font Color

.myTextColor { color: #536799; }

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

This text font color is #536799.


Background Color

.myBgColor { background-color: #536799; }

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

This div background color is #536799.


Border color

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

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

This div border color is #536799.


Opacity

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

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

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

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

This text has shadow with #536799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536799 on black background.


Color preview on white background

This text has color #536799 on white background.



Black color preview on #536799 background

This text has black color on #536799 background.


White color preview on #536799 background

This text has white color on #536799 background.