COLOR #535A88

HEX: #535A88 RGB: (83,90,136)

Color info

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

RGB color model

#535A88 color RGB value is (83,90,136).

RGB: (83,90,136) (33%, 35%, 53%)

RGB channels and saturation

R 83 of 255 = 33%
G 90 of 255 = 35%
B 136 of 255 = 53%

83
90
136

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

Portions of RGB colors in percentages

R + G + B = 83 + 90 + 136 = 309 (100%)
R 83 of 309 ~ 26.86%
G 90 of 309 ~ 29.13%
B 136 of 309 ~ 44.01'%

%26.86
%29.13
%44.01

CMYK color model

#535A88 color CMYK value is (39,34,0,47).

  • cyan value is 38.97%
  • magenta value is 33.82%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (39,34,0,47)
C39M34Y0K47 (39%, 34%, 0%, 47%)
(0.39 / 0.34 / 0.00 / 0.47)

CMYK percentages

%38.97
%33.82
%0
%46.67

Codes

Color #535A88 in popluar color models

53 5A 88
RGB 83 90 136
HSL 232° 24.20% 42.94%
HSB/HSV 232° 38.97% 53.33%
CMYK 38.97% 33.82% 0.00%
46.67%

Color #535A88 in popluar number systems.

HEX 53 5A 88
Decimal 83 90 136
Binary 1010011 1011010 10001000
Octal 123 132 210

Shades and tints

Shades of #535A88

#535A88
(83,90,136)
#4C527C
(76,82,124)
#454A70
(69,74,112)
#3E4264
(62,66,100)
#373A58
(55,58,88)
#30324C
(48,50,76)
#292A40
(41,42,64)
#222234
(34,34,52)
#1B1A28
(27,26,40)
#14121C
(20,18,28)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #535A88

#535A88
(83,90,136)
#626992
(98,105,146)
#71789C
(113,120,156)
#8087A6
(128,135,166)
#8F96B0
(143,150,176)
#9EA5BA
(158,165,186)
#ADB4C4
(173,180,196)
#BCC3CE
(188,195,206)
#CBD2D8
(203,210,216)
#DAE1E2
(218,225,226)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535A88; }

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

This text font color is #535A88.

Background Color

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

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

This div background color is #535A88.

Border color

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

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

This div border color is #535A88.

Opacity

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

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

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

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

This text has shadow with #535A88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #535A88.

Preview

Color preview on black background

This text has color #535A88 on black background.


Color preview on white background

This text has color #535A88 on white background.


Black color preview on #535A88 background

This text has black color on #535A88 background.


White color preview on #535A88 background

This text has white color on #535A88 background.


Related colors

Complementary color

Complementary color for #hex is #ACA577.


I love getcolorcode.com

Triadic colors

1 #88535A and #5A8853 with #535A88 are triadic colors.

2 #885A53 and #5A5388 with #535A88 are triadic colors.