COLOR #535996

HEX: #535996
RGB: (83,89,150)

Color info

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

RGB color model

#535996 color RGB value is (83,89,150).

  • red value is 83;
  • green value is 89;
  • blue value is 150.
RGB:
(83,89,150)
(33%,35%,59%)

RGB channels and saturation

R 83 of 255 = 33%
G 89 of 255 = 35%
B 150 of 255 = 59%

83
89
150

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

Portions of RGB colors in percentages

R + G + B =
83 + 89 + 150 = 322 (100%)
R 83 of 322 ~ 25.78%
G 89 of 322 ~ 27.64%
B 150 of 322 ~ 46.58%

%25.78
%27.64
%46.58

CMYK color model

#535996 color CMYK value is (45,41,0,41).

  • cyan value is 44.67%
  • magenta value is 40.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(45,41,0,41)
C45M41Y0K41 
(45%,41%,0%,41%)
(0.45/0.41/0.00/0.41)	

CMYK percentages

%44.67
%40.67
%0
%41.18

Codes

Color #535996 in popluar color models

535996
RGB8389150
HSL235°28.76%45.69%
HSB/HSV235°44.67%58.82%
CMYK44.67%40.67%0.00%
41.18%

Color #535996 in popluar number systems.

HEX535996
Decimal8389150
Binary1010011101100110010110
Octal123131226

Shades and tints

Shades of #535996

#535996
(83,89,150)
#4C5189
(76,81,137)
#45497C
(69,73,124)
#3E416F
(62,65,111)
#373962
(55,57,98)
#303155
(48,49,85)
#292948
(41,41,72)
#22213B
(34,33,59)
#1B192E
(27,25,46)
#141121
(20,17,33)
#0D0914
(13,9,20)
#000000
(0,0,0)

Tints of #535996

#535996
(83,89,150)
#62689F
(98,104,159)
#7177A8
(113,119,168)
#8086B1
(128,134,177)
#8F95BA
(143,149,186)
#9EA4C3
(158,164,195)
#ADB3CC
(173,179,204)
#BCC2D5
(188,194,213)
#CBD1DE
(203,209,222)
#DAE0E7
(218,224,231)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535996 color. Also use rgb(83,89,150) instead hex code.

Text Font Color

.myTextColor { color: #535996; }

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

This text font color is #535996.


Background Color

.myBgColor { background-color: #535996; }

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

This div background color is #535996.


Border color

.myBorderColor { border: 1px solid #535996; }

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

This div border color is #535996.


Opacity

.myOpacity80 { color: #535996; opacity: 0.8; }

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

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

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

This text has shadow with #535996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535996 on black background.


Color preview on white background

This text has color #535996 on white background.



Black color preview on #535996 background

This text has black color on #535996 background.


White color preview on #535996 background

This text has white color on #535996 background.