COLOR #535B7F

HEX: #535B7F
RGB: (83,91,127)

Color info

#535B7F contains red, green and blue colors in about the same proportion. Web safe color of #535B7F is #666666 (or #666).

RGB color model

#535B7F color RGB value is (83,91,127).

  • red value is 83;
  • green value is 91;
  • blue value is 127.
RGB:
(83,91,127)
(33%,36%,50%)

RGB channels and saturation

R 83 of 255 = 33%
G 91 of 255 = 36%
B 127 of 255 = 50%

83
91
127

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

Portions of RGB colors in percentages

R + G + B =
83 + 91 + 127 = 301 (100%)
R 83 of 301 ~ 27.57%
G 91 of 301 ~ 30.23%
B 127 of 301 ~ 42.19%

%27.57
%30.23
%42.19

CMYK color model

#535B7F color CMYK value is (35,28,0,50).

  • cyan value is 34.65%
  • magenta value is 28.35%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(35,28,0,50)
C35M28Y0K50 
(35%,28%,0%,50%)
(0.35/0.28/0.00/0.50)	

CMYK percentages

%34.65
%28.35
%0
%50.2

Codes

Color #535B7F in popluar color models

535B7F
RGB8391127
HSL229°20.95%41.18%
HSB/HSV229°34.65%49.80%
CMYK34.65%28.35%0.00%
50.20%

Color #535B7F in popluar number systems.

HEX535B7F
Decimal8391127
Binary101001110110111111111
Octal123133177

Shades and tints

Shades of #535B7F

#535B7F
(83,91,127)
#4C5374
(76,83,116)
#454B69
(69,75,105)
#3E435E
(62,67,94)
#373B53
(55,59,83)
#303348
(48,51,72)
#292B3D
(41,43,61)
#222332
(34,35,50)
#1B1B27
(27,27,39)
#14131C
(20,19,28)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #535B7F

#535B7F
(83,91,127)
#62698A
(98,105,138)
#717795
(113,119,149)
#8085A0
(128,133,160)
#8F93AB
(143,147,171)
#9EA1B6
(158,161,182)
#ADAFC1
(173,175,193)
#BCBDCC
(188,189,204)
#CBCBD7
(203,203,215)
#DAD9E2
(218,217,226)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535B7F color. Also use rgb(83,91,127) instead hex code.

Text Font Color

.myTextColor { color: #535B7F; }

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

This text font color is #535B7F.


Background Color

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

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

This div background color is #535B7F.


Border color

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

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

This div border color is #535B7F.


Opacity

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

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

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

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

This text has shadow with #535B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535B7F on black background.


Color preview on white background

This text has color #535B7F on white background.



Black color preview on #535B7F background

This text has black color on #535B7F background.


White color preview on #535B7F background

This text has white color on #535B7F background.