COLOR #535E94

HEX: #535E94 RGB: (83,94,148)

Color info

#535E94 contains mainly green and blue colors. Web safe color of #535E94 is #666699 (or #669).

RGB color model

#535E94 color RGB value is (83,94,148).

RGB: (83,94,148) (33%, 37%, 58%)

RGB channels and saturation

R 83 of 255 = 33%
G 94 of 255 = 37%
B 148 of 255 = 58%

83
94
148

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

Portions of RGB colors in percentages

R + G + B = 83 + 94 + 148 = 325 (100%)
R 83 of 325 ~ 25.54%
G 94 of 325 ~ 28.92%
B 148 of 325 ~ 45.54'%

%25.54
%28.92
%45.54

CMYK color model

#535E94 color CMYK value is (44,36,0,42).

  • cyan value is 43.92%
  • magenta value is 36.49%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (44,36,0,42)
C44M36Y0K42 (44%, 36%, 0%, 42%)
(0.44 / 0.36 / 0.00 / 0.42)

CMYK percentages

%43.92
%36.49
%0
%41.96

Codes

Color #535E94 in popluar color models

53 5E 94
RGB 83 94 148
HSL 230° 28.14% 45.29%
HSB/HSV 230° 43.92% 58.04%
CMYK 43.92% 36.49% 0.00%
41.96%

Color #535E94 in popluar number systems.

HEX 53 5E 94
Decimal 83 94 148
Binary 1010011 1011110 10010100
Octal 123 136 224

Shades and tints

Shades of #535E94

#535E94
(83,94,148)
#4C5687
(76,86,135)
#454E7A
(69,78,122)
#3E466D
(62,70,109)
#373E60
(55,62,96)
#303653
(48,54,83)
#292E46
(41,46,70)
#222639
(34,38,57)
#1B1E2C
(27,30,44)
#14161F
(20,22,31)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #535E94

#535E94
(83,94,148)
#626C9D
(98,108,157)
#717AA6
(113,122,166)
#8088AF
(128,136,175)
#8F96B8
(143,150,184)
#9EA4C1
(158,164,193)
#ADB2CA
(173,178,202)
#BCC0D3
(188,192,211)
#CBCEDC
(203,206,220)
#DADCE5
(218,220,229)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535E94; }

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

This text font color is #535E94.

Background Color

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

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

This div background color is #535E94.

Border color

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

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

This div border color is #535E94.

Opacity

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

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

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

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

This text has shadow with #535E94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #535E94.

Preview

Color preview on black background

This text has color #535E94 on black background.


Color preview on white background

This text has color #535E94 on white background.


Black color preview on #535E94 background

This text has black color on #535E94 background.


White color preview on #535E94 background

This text has white color on #535E94 background.


Related colors

Complementary color

Complementary color for #hex is #ACA16B.


I love getcolorcode.com

Triadic colors

1 #94535E and #5E9453 with #535E94 are triadic colors.

2 #945E53 and #5E5394 with #535E94 are triadic colors.