COLOR #536697

HEX: #536697
RGB: (83,102,151)

Color info

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

RGB color model

#536697 color RGB value is (83,102,151).

  • red value is 83;
  • green value is 102;
  • blue value is 151.
RGB:
(83,102,151)
(33%,40%,59%)

RGB channels and saturation

R 83 of 255 = 33%
G 102 of 255 = 40%
B 151 of 255 = 59%

83
102
151

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

Portions of RGB colors in percentages

R + G + B =
83 + 102 + 151 = 336 (100%)
R 83 of 336 ~ 24.7%
G 102 of 336 ~ 30.36%
B 151 of 336 ~ 44.94%

%24.7
%30.36
%44.94

CMYK color model

#536697 color CMYK value is (45,32,0,41).

  • cyan value is 45.03%
  • magenta value is 32.45%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(45,32,0,41)
C45M32Y0K41 
(45%,32%,0%,41%)
(0.45/0.32/0.00/0.41)	

CMYK percentages

%45.03
%32.45
%0
%40.78

Codes

Color #536697 in popluar color models

536697
RGB83102151
HSL223°29.06%45.88%
HSB/HSV223°45.03%59.22%
CMYK45.03%32.45%0.00%
40.78%

Color #536697 in popluar number systems.

HEX536697
Decimal83102151
Binary1010011110011010010111
Octal123146227

Shades and tints

Shades of #536697

#536697
(83,102,151)
#4C5D8A
(76,93,138)
#45547D
(69,84,125)
#3E4B70
(62,75,112)
#374263
(55,66,99)
#303956
(48,57,86)
#293049
(41,48,73)
#22273C
(34,39,60)
#1B1E2F
(27,30,47)
#141522
(20,21,34)
#0D0C15
(13,12,21)
#000000
(0,0,0)

Tints of #536697

#536697
(83,102,151)
#6273A0
(98,115,160)
#7180A9
(113,128,169)
#808DB2
(128,141,178)
#8F9ABB
(143,154,187)
#9EA7C4
(158,167,196)
#ADB4CD
(173,180,205)
#BCC1D6
(188,193,214)
#CBCEDF
(203,206,223)
#DADBE8
(218,219,232)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536697 color. Also use rgb(83,102,151) instead hex code.

Text Font Color

.myTextColor { color: #536697; }

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

This text font color is #536697.


Background Color

.myBgColor { background-color: #536697; }

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

This div background color is #536697.


Border color

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

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

This div border color is #536697.


Opacity

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

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

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

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

This text has shadow with #536697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536697 on black background.


Color preview on white background

This text has color #536697 on white background.



Black color preview on #536697 background

This text has black color on #536697 background.


White color preview on #536697 background

This text has white color on #536697 background.