COLOR #535C8E

HEX: #535C8E
RGB: (83,92,142)

Color info

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

RGB color model

#535C8E color RGB value is (83,92,142).

  • red value is 83;
  • green value is 92;
  • blue value is 142.
RGB:
(83,92,142)
(33%,36%,56%)

RGB channels and saturation

R 83 of 255 = 33%
G 92 of 255 = 36%
B 142 of 255 = 56%

83
92
142

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

Portions of RGB colors in percentages

R + G + B =
83 + 92 + 142 = 317 (100%)
R 83 of 317 ~ 26.18%
G 92 of 317 ~ 29.02%
B 142 of 317 ~ 44.79%

%26.18
%29.02
%44.79

CMYK color model

#535C8E color CMYK value is (42,35,0,44).

  • cyan value is 41.55%
  • magenta value is 35.21%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(42,35,0,44)
C42M35Y0K44 
(42%,35%,0%,44%)
(0.42/0.35/0.00/0.44)	

CMYK percentages

%41.55
%35.21
%0
%44.31

Codes

Color #535C8E in popluar color models

535C8E
RGB8392142
HSL231°26.22%44.12%
HSB/HSV231°41.55%55.69%
CMYK41.55%35.21%0.00%
44.31%

Color #535C8E in popluar number systems.

HEX535C8E
Decimal8392142
Binary1010011101110010001110
Octal123134216

Shades and tints

Shades of #535C8E

#535C8E
(83,92,142)
#4C5482
(76,84,130)
#454C76
(69,76,118)
#3E446A
(62,68,106)
#373C5E
(55,60,94)
#303452
(48,52,82)
#292C46
(41,44,70)
#22243A
(34,36,58)
#1B1C2E
(27,28,46)
#141422
(20,20,34)
#0D0C16
(13,12,22)
#000000
(0,0,0)

Tints of #535C8E

#535C8E
(83,92,142)
#626A98
(98,106,152)
#7178A2
(113,120,162)
#8086AC
(128,134,172)
#8F94B6
(143,148,182)
#9EA2C0
(158,162,192)
#ADB0CA
(173,176,202)
#BCBED4
(188,190,212)
#CBCCDE
(203,204,222)
#DADAE8
(218,218,232)
#E9E8F2
(233,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535C8E color. Also use rgb(83,92,142) instead hex code.

Text Font Color

.myTextColor { color: #535C8E; }

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

This text font color is #535C8E.


Background Color

.myBgColor { background-color: #535C8E; }

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

This div background color is #535C8E.


Border color

.myBorderColor { border: 1px solid #535C8E; }

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

This div border color is #535C8E.


Opacity

.myOpacity80 { color: #535C8E; opacity: 0.8; }

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

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

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

This text has shadow with #535C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535C8E on black background.


Color preview on white background

This text has color #535C8E on white background.



Black color preview on #535C8E background

This text has black color on #535C8E background.


White color preview on #535C8E background

This text has white color on #535C8E background.