COLOR #535D8C

HEX: #535D8C
RGB: (83,93,140)

Color info

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

RGB color model

#535D8C color RGB value is (83,93,140).

  • red value is 83;
  • green value is 93;
  • blue value is 140.
RGB:
(83,93,140)
(33%,36%,55%)

RGB channels and saturation

R 83 of 255 = 33%
G 93 of 255 = 36%
B 140 of 255 = 55%

83
93
140

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

Portions of RGB colors in percentages

R + G + B =
83 + 93 + 140 = 316 (100%)
R 83 of 316 ~ 26.27%
G 93 of 316 ~ 29.43%
B 140 of 316 ~ 44.3%

%26.27
%29.43
%44.3

CMYK color model

#535D8C color CMYK value is (41,34,0,45).

  • cyan value is 40.71%
  • magenta value is 33.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(41,34,0,45)
C41M34Y0K45 
(41%,34%,0%,45%)
(0.41/0.34/0.00/0.45)	

CMYK percentages

%40.71
%33.57
%0
%45.1

Codes

Color #535D8C in popluar color models

535D8C
RGB8393140
HSL229°25.56%43.73%
HSB/HSV229°40.71%54.90%
CMYK40.71%33.57%0.00%
45.10%

Color #535D8C in popluar number systems.

HEX535D8C
Decimal8393140
Binary1010011101110110001100
Octal123135214

Shades and tints

Shades of #535D8C

#535D8C
(83,93,140)
#4C5580
(76,85,128)
#454D74
(69,77,116)
#3E4568
(62,69,104)
#373D5C
(55,61,92)
#303550
(48,53,80)
#292D44
(41,45,68)
#222538
(34,37,56)
#1B1D2C
(27,29,44)
#141520
(20,21,32)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #535D8C

#535D8C
(83,93,140)
#626B96
(98,107,150)
#7179A0
(113,121,160)
#8087AA
(128,135,170)
#8F95B4
(143,149,180)
#9EA3BE
(158,163,190)
#ADB1C8
(173,177,200)
#BCBFD2
(188,191,210)
#CBCDDC
(203,205,220)
#DADBE6
(218,219,230)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535D8C color. Also use rgb(83,93,140) instead hex code.

Text Font Color

.myTextColor { color: #535D8C; }

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

This text font color is #535D8C.


Background Color

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

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

This div background color is #535D8C.


Border color

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

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

This div border color is #535D8C.


Opacity

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

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

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

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

This text has shadow with #535D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535D8C on black background.


Color preview on white background

This text has color #535D8C on white background.



Black color preview on #535D8C background

This text has black color on #535D8C background.


White color preview on #535D8C background

This text has white color on #535D8C background.