COLOR #535D9D

HEX: #535D9D
RGB: (83,93,157)

Color info

#535D9D contains mainly blue color. Web safe color of #535D9D is #666699 (or #669).

RGB color model

#535D9D color RGB value is (83,93,157).

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

RGB channels and saturation

R 83 of 255 = 33%
G 93 of 255 = 36%
B 157 of 255 = 62%

83
93
157

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

Portions of RGB colors in percentages

R + G + B =
83 + 93 + 157 = 333 (100%)
R 83 of 333 ~ 24.92%
G 93 of 333 ~ 27.93%
B 157 of 333 ~ 47.15%

%24.92
%27.93
%47.15

CMYK color model

#535D9D color CMYK value is (47,41,0,38).

  • cyan value is 47.13%
  • magenta value is 40.76%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(47,41,0,38)
C47M41Y0K38 
(47%,41%,0%,38%)
(0.47/0.41/0.00/0.38)	

CMYK percentages

%47.13
%40.76
%0
%38.43

Codes

Color #535D9D in popluar color models

535D9D
RGB8393157
HSL232°30.83%47.06%
HSB/HSV232°47.13%61.57%
CMYK47.13%40.76%0.00%
38.43%

Color #535D9D in popluar number systems.

HEX535D9D
Decimal8393157
Binary1010011101110110011101
Octal123135235

Shades and tints

Shades of #535D9D

#535D9D
(83,93,157)
#4C558F
(76,85,143)
#454D81
(69,77,129)
#3E4573
(62,69,115)
#373D65
(55,61,101)
#303557
(48,53,87)
#292D49
(41,45,73)
#22253B
(34,37,59)
#1B1D2D
(27,29,45)
#14151F
(20,21,31)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #535D9D

#535D9D
(83,93,157)
#626BA5
(98,107,165)
#7179AD
(113,121,173)
#8087B5
(128,135,181)
#8F95BD
(143,149,189)
#9EA3C5
(158,163,197)
#ADB1CD
(173,177,205)
#BCBFD5
(188,191,213)
#CBCDDD
(203,205,221)
#DADBE5
(218,219,229)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535D9D; }

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

This text font color is #535D9D.


Background Color

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

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

This div background color is #535D9D.


Border color

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

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

This div border color is #535D9D.


Opacity

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

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

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

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

This text has shadow with #535D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535D9D on black background.


Color preview on white background

This text has color #535D9D on white background.



Black color preview on #535D9D background

This text has black color on #535D9D background.


White color preview on #535D9D background

This text has white color on #535D9D background.