COLOR #53688C

HEX: #53688C RGB: (83,104,140)

Color info

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

RGB color model

#53688C color RGB value is (83,104,140).

RGB: (83,104,140) (33%, 41%, 55%)

RGB channels and saturation

R 83 of 255 = 33%
G 104 of 255 = 41%
B 140 of 255 = 55%

83
104
140

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

Portions of RGB colors in percentages

R + G + B = 83 + 104 + 140 = 327 (100%)
R 83 of 327 ~ 25.38%
G 104 of 327 ~ 31.8%
B 140 of 327 ~ 42.81'%

%25.38
%31.8
%42.81

CMYK color model

#53688C color CMYK value is (41,26,0,45).

  • cyan value is 40.71%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (41,26,0,45)
C41M26Y0K45 (41%, 26%, 0%, 45%)
(0.41 / 0.26 / 0.00 / 0.45)

CMYK percentages

%40.71
%25.71
%0
%45.1

Codes

Color #53688C in popluar color models

53 68 8C
RGB 83 104 140
HSL 218° 25.56% 43.73%
HSB/HSV 218° 40.71% 54.90%
CMYK 40.71% 25.71% 0.00%
45.10%

Color #53688C in popluar number systems.

HEX 53 68 8C
Decimal 83 104 140
Binary 1010011 1101000 10001100
Octal 123 150 214

Shades and tints

Shades of #53688C

#53688C
(83,104,140)
#4C5F80
(76,95,128)
#455674
(69,86,116)
#3E4D68
(62,77,104)
#37445C
(55,68,92)
#303B50
(48,59,80)
#293244
(41,50,68)
#222938
(34,41,56)
#1B202C
(27,32,44)
#141720
(20,23,32)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #53688C

#53688C
(83,104,140)
#627596
(98,117,150)
#7182A0
(113,130,160)
#808FAA
(128,143,170)
#8F9CB4
(143,156,180)
#9EA9BE
(158,169,190)
#ADB6C8
(173,182,200)
#BCC3D2
(188,195,210)
#CBD0DC
(203,208,220)
#DADDE6
(218,221,230)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53688C color. Also use rgb(83,104,140) instead hex code.

Text Font Color

.myTextColor { color: #53688C; }

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

This text font color is #53688C.

Background Color

.myBgColor { background-color: #53688C; }

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

This div background color is #53688C.

Border color

.myBorderColor { border: 1px solid #53688C; }

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

This div border color is #53688C.

Opacity

.myOpacity80 { color: #53688C; opacity: 0.8; }

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

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

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

This text has shadow with #53688C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53688C.

Preview

Color preview on black background

This text has color #53688C on black background.


Color preview on white background

This text has color #53688C on white background.


Black color preview on #53688C background

This text has black color on #53688C background.


White color preview on #53688C background

This text has white color on #53688C background.


Related colors

Complementary color

Complementary color for #hex is #AC9773.


I love getcolorcode.com

Triadic colors

1 #8C5368 and #688C53 with #53688C are triadic colors.

2 #8C6853 and #68538C with #53688C are triadic colors.