COLOR #535669

HEX: #535669
RGB: (83,86,105)

Color info

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

RGB color model

#535669 color RGB value is (83,86,105).

  • red value is 83;
  • green value is 86;
  • blue value is 105.
RGB:
(83,86,105)
(33%,34%,41%)

RGB channels and saturation

R 83 of 255 = 33%
G 86 of 255 = 34%
B 105 of 255 = 41%

83
86
105

R + G + B ~ 36%. #535669 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 86 + 105 = 274 (100%)
R 83 of 274 ~ 30.29%
G 86 of 274 ~ 31.39%
B 105 of 274 ~ 38.32%

%30.29
%31.39
%38.32

CMYK color model

#535669 color CMYK value is (21,18,0,59).

  • cyan value is 20.95%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(21,18,0,59)
C21M18Y0K59 
(21%,18%,0%,59%)
(0.21/0.18/0.00/0.59)	

CMYK percentages

%20.95
%18.1
%0
%58.82

Codes

Color #535669 in popluar color models

535669
RGB8386105
HSL232°11.70%36.86%
HSB/HSV232°20.95%41.18%
CMYK20.95%18.10%0.00%
58.82%

Color #535669 in popluar number systems.

HEX535669
Decimal8386105
Binary101001110101101101001
Octal123126151

Shades and tints

Shades of #535669

#535669
(83,86,105)
#4C4F60
(76,79,96)
#454857
(69,72,87)
#3E414E
(62,65,78)
#373A45
(55,58,69)
#30333C
(48,51,60)
#292C33
(41,44,51)
#22252A
(34,37,42)
#1B1E21
(27,30,33)
#141718
(20,23,24)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #535669

#535669
(83,86,105)
#626576
(98,101,118)
#717483
(113,116,131)
#808390
(128,131,144)
#8F929D
(143,146,157)
#9EA1AA
(158,161,170)
#ADB0B7
(173,176,183)
#BCBFC4
(188,191,196)
#CBCED1
(203,206,209)
#DADDDE
(218,221,222)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535669 color. Also use rgb(83,86,105) instead hex code.

Text Font Color

.myTextColor { color: #535669; }

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

This text font color is #535669.


Background Color

.myBgColor { background-color: #535669; }

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

This div background color is #535669.


Border color

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

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

This div border color is #535669.


Opacity

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

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

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

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

This text has shadow with #535669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535669 on black background.


Color preview on white background

This text has color #535669 on white background.



Black color preview on #535669 background

This text has black color on #535669 background.


White color preview on #535669 background

This text has white color on #535669 background.