COLOR #535C80

HEX: #535C80 RGB: (83,92,128)

Color info

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

RGB color model

#535C80 color RGB value is (83,92,128).

RGB: (83,92,128) (33%, 36%, 50%)

RGB channels and saturation

R 83 of 255 = 33%
G 92 of 255 = 36%
B 128 of 255 = 50%

83
92
128

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

Portions of RGB colors in percentages

R + G + B = 83 + 92 + 128 = 303 (100%)
R 83 of 303 ~ 27.39%
G 92 of 303 ~ 30.36%
B 128 of 303 ~ 42.24'%

%27.39
%30.36
%42.24

CMYK color model

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

  • cyan value is 35.16%
  • magenta value is 28.13%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (35,28,0,50)
C35M28Y0K50 (35%, 28%, 0%, 50%)
(0.35 / 0.28 / 0.00 / 0.50)

CMYK percentages

%35.16
%28.13
%0
%49.8

Codes

Color #535C80 in popluar color models

53 5C 80
RGB 83 92 128
HSL 228° 21.33% 41.37%
HSB/HSV 228° 35.16% 50.20%
CMYK 35.16% 28.13% 0.00%
49.80%

Color #535C80 in popluar number systems.

HEX 53 5C 80
Decimal 83 92 128
Binary 1010011 1011100 10000000
Octal 123 134 200

Shades and tints

Shades of #535C80

#535C80
(83,92,128)
#4C5475
(76,84,117)
#454C6A
(69,76,106)
#3E445F
(62,68,95)
#373C54
(55,60,84)
#303449
(48,52,73)
#292C3E
(41,44,62)
#222433
(34,36,51)
#1B1C28
(27,28,40)
#14141D
(20,20,29)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #535C80

#535C80
(83,92,128)
#626A8B
(98,106,139)
#717896
(113,120,150)
#8086A1
(128,134,161)
#8F94AC
(143,148,172)
#9EA2B7
(158,162,183)
#ADB0C2
(173,176,194)
#BCBECD
(188,190,205)
#CBCCD8
(203,204,216)
#DADAE3
(218,218,227)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535C80 color. Also use rgb(83,92,128) instead hex code.

Text Font Color

.myTextColor { color: #535C80; }

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

This text font color is #535C80.

Background Color

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

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

This div background color is #535C80.

Border color

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

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

This div border color is #535C80.

Opacity

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

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

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

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

This text has shadow with #535C80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #535C80.

Preview

Color preview on black background

This text has color #535C80 on black background.


Color preview on white background

This text has color #535C80 on white background.


Black color preview on #535C80 background

This text has black color on #535C80 background.


White color preview on #535C80 background

This text has white color on #535C80 background.


Related colors

Complementary color

Complementary color for #hex is #ACA37F.


I love getcolorcode.com

Triadic colors

1 #80535C and #5C8053 with #535C80 are triadic colors.

2 #805C53 and #5C5380 with #535C80 are triadic colors.