COLOR #535686

HEX: #535686
RGB: (83,86,134)

Color info

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

RGB color model

#535686 color RGB value is (83,86,134).

  • red value is 83;
  • green value is 86;
  • blue value is 134.
RGB:
(83,86,134)
(33%,34%,53%)

RGB channels and saturation

R 83 of 255 = 33%
G 86 of 255 = 34%
B 134 of 255 = 53%

83
86
134

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

Portions of RGB colors in percentages

R + G + B =
83 + 86 + 134 = 303 (100%)
R 83 of 303 ~ 27.39%
G 86 of 303 ~ 28.38%
B 134 of 303 ~ 44.22%

%27.39
%28.38
%44.22

CMYK color model

#535686 color CMYK value is (38,36,0,47).

  • cyan value is 38.06%
  • magenta value is 35.82%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(38,36,0,47)
C38M36Y0K47 
(38%,36%,0%,47%)
(0.38/0.36/0.00/0.47)	

CMYK percentages

%38.06
%35.82
%0
%47.45

Codes

Color #535686 in popluar color models

535686
RGB8386134
HSL236°23.50%42.55%
HSB/HSV236°38.06%52.55%
CMYK38.06%35.82%0.00%
47.45%

Color #535686 in popluar number systems.

HEX535686
Decimal8386134
Binary1010011101011010000110
Octal123126206

Shades and tints

Shades of #535686

#535686
(83,86,134)
#4C4F7A
(76,79,122)
#45486E
(69,72,110)
#3E4162
(62,65,98)
#373A56
(55,58,86)
#30334A
(48,51,74)
#292C3E
(41,44,62)
#222532
(34,37,50)
#1B1E26
(27,30,38)
#14171A
(20,23,26)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #535686

#535686
(83,86,134)
#626591
(98,101,145)
#71749C
(113,116,156)
#8083A7
(128,131,167)
#8F92B2
(143,146,178)
#9EA1BD
(158,161,189)
#ADB0C8
(173,176,200)
#BCBFD3
(188,191,211)
#CBCEDE
(203,206,222)
#DADDE9
(218,221,233)
#E9ECF4
(233,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535686 color. Also use rgb(83,86,134) instead hex code.

Text Font Color

.myTextColor { color: #535686; }

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

This text font color is #535686.


Background Color

.myBgColor { background-color: #535686; }

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

This div background color is #535686.


Border color

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

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

This div border color is #535686.


Opacity

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

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

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

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

This text has shadow with #535686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535686 on black background.


Color preview on white background

This text has color #535686 on white background.



Black color preview on #535686 background

This text has black color on #535686 background.


White color preview on #535686 background

This text has white color on #535686 background.