COLOR #536C98

HEX: #536C98
RGB: (83,108,152)

Color info

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

RGB color model

#536C98 color RGB value is (83,108,152).

  • red value is 83;
  • green value is 108;
  • blue value is 152.
RGB:
(83,108,152)
(33%,42%,60%)

RGB channels and saturation

R 83 of 255 = 33%
G 108 of 255 = 42%
B 152 of 255 = 60%

83
108
152

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

Portions of RGB colors in percentages

R + G + B =
83 + 108 + 152 = 343 (100%)
R 83 of 343 ~ 24.2%
G 108 of 343 ~ 31.49%
B 152 of 343 ~ 44.31%

%24.2
%31.49
%44.31

CMYK color model

#536C98 color CMYK value is (45,29,0,40).

  • cyan value is 45.39%
  • magenta value is 28.95%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(45,29,0,40)
C45M29Y0K40 
(45%,29%,0%,40%)
(0.45/0.29/0.00/0.40)	

CMYK percentages

%45.39
%28.95
%0
%40.39

Codes

Color #536C98 in popluar color models

536C98
RGB83108152
HSL218°29.36%46.08%
HSB/HSV218°45.39%59.61%
CMYK45.39%28.95%0.00%
40.39%

Color #536C98 in popluar number systems.

HEX536C98
Decimal83108152
Binary1010011110110010011000
Octal123154230

Shades and tints

Shades of #536C98

#536C98
(83,108,152)
#4C638B
(76,99,139)
#455A7E
(69,90,126)
#3E5171
(62,81,113)
#374864
(55,72,100)
#303F57
(48,63,87)
#29364A
(41,54,74)
#222D3D
(34,45,61)
#1B2430
(27,36,48)
#141B23
(20,27,35)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #536C98

#536C98
(83,108,152)
#6279A1
(98,121,161)
#7186AA
(113,134,170)
#8093B3
(128,147,179)
#8FA0BC
(143,160,188)
#9EADC5
(158,173,197)
#ADBACE
(173,186,206)
#BCC7D7
(188,199,215)
#CBD4E0
(203,212,224)
#DAE1E9
(218,225,233)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536C98 color. Also use rgb(83,108,152) instead hex code.

Text Font Color

.myTextColor { color: #536C98; }

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

This text font color is #536C98.


Background Color

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

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

This div background color is #536C98.


Border color

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

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

This div border color is #536C98.


Opacity

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

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

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

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

This text has shadow with #536C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536C98 on black background.


Color preview on white background

This text has color #536C98 on white background.



Black color preview on #536C98 background

This text has black color on #536C98 background.


White color preview on #536C98 background

This text has white color on #536C98 background.