COLOR #53568B

HEX: #53568B RGB: (83,86,139)

Color info

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

RGB color model

#53568B color RGB value is (83,86,139).

RGB: (83,86,139) (33%, 34%, 55%)

RGB channels and saturation

R 83 of 255 = 33%
G 86 of 255 = 34%
B 139 of 255 = 55%

83
86
139

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

Portions of RGB colors in percentages

R + G + B = 83 + 86 + 139 = 308 (100%)
R 83 of 308 ~ 26.95%
G 86 of 308 ~ 27.92%
B 139 of 308 ~ 45.13'%

%26.95
%27.92
%45.13

CMYK color model

#53568B color CMYK value is (40,38,0,45).

  • cyan value is 40.29%
  • magenta value is 38.13%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (40,38,0,45)
C40M38Y0K45 (40%, 38%, 0%, 45%)
(0.40 / 0.38 / 0.00 / 0.45)

CMYK percentages

%40.29
%38.13
%0
%45.49

Codes

Color #53568B in popluar color models

53 56 8B
RGB 83 86 139
HSL 237° 25.23% 43.53%
HSB/HSV 237° 40.29% 54.51%
CMYK 40.29% 38.13% 0.00%
45.49%

Color #53568B in popluar number systems.

HEX 53 56 8B
Decimal 83 86 139
Binary 1010011 1010110 10001011
Octal 123 126 213

Shades and tints

Shades of #53568B

#53568B
(83,86,139)
#4C4F7F
(76,79,127)
#454873
(69,72,115)
#3E4167
(62,65,103)
#373A5B
(55,58,91)
#30334F
(48,51,79)
#292C43
(41,44,67)
#222537
(34,37,55)
#1B1E2B
(27,30,43)
#14171F
(20,23,31)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #53568B

#53568B
(83,86,139)
#626595
(98,101,149)
#71749F
(113,116,159)
#8083A9
(128,131,169)
#8F92B3
(143,146,179)
#9EA1BD
(158,161,189)
#ADB0C7
(173,176,199)
#BCBFD1
(188,191,209)
#CBCEDB
(203,206,219)
#DADDE5
(218,221,229)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53568B color. Also use rgb(83,86,139) instead hex code.

Text Font Color

.myTextColor { color: #53568B; }

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

This text font color is #53568B.

Background Color

.myBgColor { background-color: #53568B; }

<div style="background-color:#53568B">Inner text</div>

This div background color is #53568B.

Border color

.myBorderColor { border: 1px solid #53568B; }

<div style="border:3px solid #53568B">Div</div>

This div border color is #53568B.

Opacity

.myOpacity80 { color: #53568B; opacity: 0.8; }

<p style="color:#53568B;opacity:0.8;">80%</p>

Text with #53568B 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 #53568B;}

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

This text has shadow with #53568B color.


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

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

This text has shadow with #53568B primary color and red secondary color.


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

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

This text has shadow with #53568B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #53568B.

Preview

Color preview on black background

This text has color #53568B on black background.


Color preview on white background

This text has color #53568B on white background.


Black color preview on #53568B background

This text has black color on #53568B background.


White color preview on #53568B background

This text has white color on #53568B background.


Related colors

Complementary color

Complementary color for #hex is #ACA974.


I love getcolorcode.com

Triadic colors

1 #8B5356 and #568B53 with #53568B are triadic colors.

2 #8B5653 and #56538B with #53568B are triadic colors.