COLOR #535A8B

HEX: #535A8B
RGB: (83,90,139)

Color info

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

RGB color model

#535A8B color RGB value is (83,90,139).

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

RGB channels and saturation

R 83 of 255 = 33%
G 90 of 255 = 35%
B 139 of 255 = 55%

83
90
139

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

Portions of RGB colors in percentages

R + G + B =
83 + 90 + 139 = 312 (100%)
R 83 of 312 ~ 26.6%
G 90 of 312 ~ 28.85%
B 139 of 312 ~ 44.55%

%26.6
%28.85
%44.55

CMYK color model

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

  • cyan value is 40.29%
  • magenta value is 35.25%
  • 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
%35.25
%0
%45.49

Codes

Color #535A8B in popluar color models

535A8B
RGB8390139
HSL233°25.23%43.53%
HSB/HSV233°40.29%54.51%
CMYK40.29%35.25%0.00%
45.49%

Color #535A8B in popluar number systems.

HEX535A8B
Decimal8390139
Binary1010011101101010001011
Octal123132213

Shades and tints

Shades of #535A8B

#535A8B
(83,90,139)
#4C527F
(76,82,127)
#454A73
(69,74,115)
#3E4267
(62,66,103)
#373A5B
(55,58,91)
#30324F
(48,50,79)
#292A43
(41,42,67)
#222237
(34,34,55)
#1B1A2B
(27,26,43)
#14121F
(20,18,31)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #535A8B

#535A8B
(83,90,139)
#626995
(98,105,149)
#71789F
(113,120,159)
#8087A9
(128,135,169)
#8F96B3
(143,150,179)
#9EA5BD
(158,165,189)
#ADB4C7
(173,180,199)
#BCC3D1
(188,195,209)
#CBD2DB
(203,210,219)
#DAE1E5
(218,225,229)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535A8B; }

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

This text font color is #535A8B.


Background Color

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

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

This div background color is #535A8B.


Border color

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

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

This div border color is #535A8B.


Opacity

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

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

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

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

This text has shadow with #535A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535A8B on black background.


Color preview on white background

This text has color #535A8B on white background.



Black color preview on #535A8B background

This text has black color on #535A8B background.


White color preview on #535A8B background

This text has white color on #535A8B background.