COLOR #535B78

HEX: #535B78
RGB: (83,91,120)

Color info

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

RGB color model

#535B78 color RGB value is (83,91,120).

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

RGB channels and saturation

R 83 of 255 = 33%
G 91 of 255 = 36%
B 120 of 255 = 47%

83
91
120

R + G + B ~ 39%. #535B78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 91 + 120 = 294 (100%)
R 83 of 294 ~ 28.23%
G 91 of 294 ~ 30.95%
B 120 of 294 ~ 40.82%

%28.23
%30.95
%40.82

CMYK color model

#535B78 color CMYK value is (31,24,0,53).

  • cyan value is 30.83%
  • magenta value is 24.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(31,24,0,53)
C31M24Y0K53 
(31%,24%,0%,53%)
(0.31/0.24/0.00/0.53)	

CMYK percentages

%30.83
%24.17
%0
%52.94

Codes

Color #535B78 in popluar color models

535B78
RGB8391120
HSL227°18.23%39.80%
HSB/HSV227°30.83%47.06%
CMYK30.83%24.17%0.00%
52.94%

Color #535B78 in popluar number systems.

HEX535B78
Decimal8391120
Binary101001110110111111000
Octal123133170

Shades and tints

Shades of #535B78

#535B78
(83,91,120)
#4C536E
(76,83,110)
#454B64
(69,75,100)
#3E435A
(62,67,90)
#373B50
(55,59,80)
#303346
(48,51,70)
#292B3C
(41,43,60)
#222332
(34,35,50)
#1B1B28
(27,27,40)
#14131E
(20,19,30)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #535B78

#535B78
(83,91,120)
#626984
(98,105,132)
#717790
(113,119,144)
#80859C
(128,133,156)
#8F93A8
(143,147,168)
#9EA1B4
(158,161,180)
#ADAFC0
(173,175,192)
#BCBDCC
(188,189,204)
#CBCBD8
(203,203,216)
#DAD9E4
(218,217,228)
#E9E7F0
(233,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535B78; }

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

This text font color is #535B78.


Background Color

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

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

This div background color is #535B78.


Border color

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

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

This div border color is #535B78.


Opacity

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

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

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

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

This text has shadow with #535B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535B78 on black background.


Color preview on white background

This text has color #535B78 on white background.



Black color preview on #535B78 background

This text has black color on #535B78 background.


White color preview on #535B78 background

This text has white color on #535B78 background.