COLOR #535A9B

HEX: #535A9B RGB: (83,90,155)

Color info

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

RGB color model

#535A9B color RGB value is (83,90,155).

RGB: (83,90,155) (33%, 35%, 61%)

RGB channels and saturation

R 83 of 255 = 33%
G 90 of 255 = 35%
B 155 of 255 = 61%

83
90
155

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

Portions of RGB colors in percentages

R + G + B = 83 + 90 + 155 = 328 (100%)
R 83 of 328 ~ 25.3%
G 90 of 328 ~ 27.44%
B 155 of 328 ~ 47.26'%

%25.3
%27.44
%47.26

CMYK color model

#535A9B color CMYK value is (46,42,0,39).

  • cyan value is 46.45%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK: (46,42,0,39) C46M42Y0K39 (46%,42%,0%,39%) (0.46/0.42/0.00/0.39) 

CMYK percentages

%46.45
%41.94
%0
%39.22

Codes

Color #535A9B in popluar color models

53 5A 9B
RGB 83 90 155
HSL 234° 30.25% 46.67%
HSB/HSV 234° 46.45% 60.78%
CMYK 46.45% 41.94% 0.00%
39.22%

Color #535A9B in popluar number systems.

HEX 53 5A 9B
Decimal 83 90 155
Binary 1010011 1011010 10011011
Octal 123 132 233

Shades and tints

Shades of #535A9B

#535A9B
(83,90,155)
#4C528D
(76,82,141)
#454A7F
(69,74,127)
#3E4271
(62,66,113)
#373A63
(55,58,99)
#303255
(48,50,85)
#292A47
(41,42,71)
#222239
(34,34,57)
#1B1A2B
(27,26,43)
#14121D
(20,18,29)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #535A9B

#535A9B
(83,90,155)
#6269A4
(98,105,164)
#7178AD
(113,120,173)
#8087B6
(128,135,182)
#8F96BF
(143,150,191)
#9EA5C8
(158,165,200)
#ADB4D1
(173,180,209)
#BCC3DA
(188,195,218)
#CBD2E3
(203,210,227)
#DAE1EC
(218,225,236)
#E9F0F5
(233,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535A9B; }

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

This text font color is #535A9B.

Background Color

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

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

This div background color is #535A9B.

Border color

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

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

This div border color is #535A9B.

Opacity

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

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

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

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

This text has shadow with #535A9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #535A9B.

Preview

Color preview on black background

This text has color #535A9B on black background.


Color preview on white background

This text has color #535A9B on white background.


Black color preview on #535A9B background

This text has black color on #535A9B background.


White color preview on #535A9B background

This text has white color on #535A9B background.


Related colors

Complementary color

Complementary color for #hex is #ACA564.


I love getcolorcode.com

Triadic colors

1 #9B535A and #5A9B53 with #535A9B are triadic colors.

2 #9B5A53 and #5A539B with #535A9B are triadic colors.