COLOR #535E89

HEX: #535E89
RGB: (83,94,137)

Color info

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

RGB color model

#535E89 color RGB value is (83,94,137).

  • red value is 83;
  • green value is 94;
  • blue value is 137.
RGB:
(83,94,137)
(33%,37%,54%)

RGB channels and saturation

R 83 of 255 = 33%
G 94 of 255 = 37%
B 137 of 255 = 54%

83
94
137

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

Portions of RGB colors in percentages

R + G + B =
83 + 94 + 137 = 314 (100%)
R 83 of 314 ~ 26.43%
G 94 of 314 ~ 29.94%
B 137 of 314 ~ 43.63%

%26.43
%29.94
%43.63

CMYK color model

#535E89 color CMYK value is (39,31,0,46).

  • cyan value is 39.42%
  • magenta value is 31.39%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(39,31,0,46)
C39M31Y0K46 
(39%,31%,0%,46%)
(0.39/0.31/0.00/0.46)	

CMYK percentages

%39.42
%31.39
%0
%46.27

Codes

Color #535E89 in popluar color models

535E89
RGB8394137
HSL228°24.55%43.14%
HSB/HSV228°39.42%53.73%
CMYK39.42%31.39%0.00%
46.27%

Color #535E89 in popluar number systems.

HEX535E89
Decimal8394137
Binary1010011101111010001001
Octal123136211

Shades and tints

Shades of #535E89

#535E89
(83,94,137)
#4C567D
(76,86,125)
#454E71
(69,78,113)
#3E4665
(62,70,101)
#373E59
(55,62,89)
#30364D
(48,54,77)
#292E41
(41,46,65)
#222635
(34,38,53)
#1B1E29
(27,30,41)
#14161D
(20,22,29)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #535E89

#535E89
(83,94,137)
#626C93
(98,108,147)
#717A9D
(113,122,157)
#8088A7
(128,136,167)
#8F96B1
(143,150,177)
#9EA4BB
(158,164,187)
#ADB2C5
(173,178,197)
#BCC0CF
(188,192,207)
#CBCED9
(203,206,217)
#DADCE3
(218,220,227)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535E89 color. Also use rgb(83,94,137) instead hex code.

Text Font Color

.myTextColor { color: #535E89; }

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

This text font color is #535E89.


Background Color

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

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

This div background color is #535E89.


Border color

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

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

This div border color is #535E89.


Opacity

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

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

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

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

This text has shadow with #535E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535E89 on black background.


Color preview on white background

This text has color #535E89 on white background.



Black color preview on #535E89 background

This text has black color on #535E89 background.


White color preview on #535E89 background

This text has white color on #535E89 background.