COLOR #535E88

HEX: #535E88
RGB: (83,94,136)

Color info

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

RGB color model

#535E88 color RGB value is (83,94,136).

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

RGB channels and saturation

R 83 of 255 = 33%
G 94 of 255 = 37%
B 136 of 255 = 53%

83
94
136

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

Portions of RGB colors in percentages

R + G + B =
83 + 94 + 136 = 313 (100%)
R 83 of 313 ~ 26.52%
G 94 of 313 ~ 30.03%
B 136 of 313 ~ 43.45%

%26.52
%30.03
%43.45

CMYK color model

#535E88 color CMYK value is (39,31,0,47).

  • cyan value is 38.97%
  • magenta value is 30.88%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(39,31,0,47)
C39M31Y0K47 
(39%,31%,0%,47%)
(0.39/0.31/0.00/0.47)	

CMYK percentages

%38.97
%30.88
%0
%46.67

Codes

Color #535E88 in popluar color models

535E88
RGB8394136
HSL228°24.20%42.94%
HSB/HSV228°38.97%53.33%
CMYK38.97%30.88%0.00%
46.67%

Color #535E88 in popluar number systems.

HEX535E88
Decimal8394136
Binary1010011101111010001000
Octal123136210

Shades and tints

Shades of #535E88

#535E88
(83,94,136)
#4C567C
(76,86,124)
#454E70
(69,78,112)
#3E4664
(62,70,100)
#373E58
(55,62,88)
#30364C
(48,54,76)
#292E40
(41,46,64)
#222634
(34,38,52)
#1B1E28
(27,30,40)
#14161C
(20,22,28)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #535E88

#535E88
(83,94,136)
#626C92
(98,108,146)
#717A9C
(113,122,156)
#8088A6
(128,136,166)
#8F96B0
(143,150,176)
#9EA4BA
(158,164,186)
#ADB2C4
(173,178,196)
#BCC0CE
(188,192,206)
#CBCED8
(203,206,216)
#DADCE2
(218,220,226)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535E88; }

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

This text font color is #535E88.


Background Color

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

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

This div background color is #535E88.


Border color

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

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

This div border color is #535E88.


Opacity

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

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

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

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

This text has shadow with #535E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535E88 on black background.


Color preview on white background

This text has color #535E88 on white background.



Black color preview on #535E88 background

This text has black color on #535E88 background.


White color preview on #535E88 background

This text has white color on #535E88 background.