COLOR #535B8B

HEX: #535B8B
RGB: (83,91,139)

Color info

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

RGB color model

#535B8B color RGB value is (83,91,139).

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

RGB channels and saturation

R 83 of 255 = 33%
G 91 of 255 = 36%
B 139 of 255 = 55%

83
91
139

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

Portions of RGB colors in percentages

R + G + B =
83 + 91 + 139 = 313 (100%)
R 83 of 313 ~ 26.52%
G 91 of 313 ~ 29.07%
B 139 of 313 ~ 44.41%

%26.52
%29.07
%44.41

CMYK color model

#535B8B color CMYK value is (40,35,0,45).

  • cyan value is 40.29%
  • magenta value is 34.53%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(40,35,0,45)
C40M35Y0K45 
(40%,35%,0%,45%)
(0.40/0.35/0.00/0.45)	

CMYK percentages

%40.29
%34.53
%0
%45.49

Codes

Color #535B8B in popluar color models

535B8B
RGB8391139
HSL231°25.23%43.53%
HSB/HSV231°40.29%54.51%
CMYK40.29%34.53%0.00%
45.49%

Color #535B8B in popluar number systems.

HEX535B8B
Decimal8391139
Binary1010011101101110001011
Octal123133213

Shades and tints

Shades of #535B8B

#535B8B
(83,91,139)
#4C537F
(76,83,127)
#454B73
(69,75,115)
#3E4367
(62,67,103)
#373B5B
(55,59,91)
#30334F
(48,51,79)
#292B43
(41,43,67)
#222337
(34,35,55)
#1B1B2B
(27,27,43)
#14131F
(20,19,31)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #535B8B

#535B8B
(83,91,139)
#626995
(98,105,149)
#71779F
(113,119,159)
#8085A9
(128,133,169)
#8F93B3
(143,147,179)
#9EA1BD
(158,161,189)
#ADAFC7
(173,175,199)
#BCBDD1
(188,189,209)
#CBCBDB
(203,203,219)
#DAD9E5
(218,217,229)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535B8B; }

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

This text font color is #535B8B.


Background Color

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

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

This div background color is #535B8B.


Border color

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

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

This div border color is #535B8B.


Opacity

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

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

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

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

This text has shadow with #535B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535B8B on black background.


Color preview on white background

This text has color #535B8B on white background.



Black color preview on #535B8B background

This text has black color on #535B8B background.


White color preview on #535B8B background

This text has white color on #535B8B background.