COLOR #53598C

HEX: #53598C RGB: (83,89,140)

Color info

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

RGB color model

#53598C color RGB value is (83,89,140).

RGB: (83,89,140) (33%, 35%, 55%)

RGB channels and saturation

R 83 of 255 = 33%
G 89 of 255 = 35%
B 140 of 255 = 55%

83
89
140

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

Portions of RGB colors in percentages

R + G + B = 83 + 89 + 140 = 312 (100%)
R 83 of 312 ~ 26.6%
G 89 of 312 ~ 28.53%
B 140 of 312 ~ 44.87'%

%26.6
%28.53
%44.87

CMYK color model

#53598C color CMYK value is (41,36,0,45).

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

CMYK: (41,36,0,45)
C41M36Y0K45 (41%, 36%, 0%, 45%)
(0.41 / 0.36 / 0.00 / 0.45)

CMYK percentages

%40.71
%36.43
%0
%45.1

Codes

Color #53598C in popluar color models

53 59 8C
RGB 83 89 140
HSL 234° 25.56% 43.73%
HSB/HSV 234° 40.71% 54.90%
CMYK 40.71% 36.43% 0.00%
45.10%

Color #53598C in popluar number systems.

HEX 53 59 8C
Decimal 83 89 140
Binary 1010011 1011001 10001100
Octal 123 131 214

Shades and tints

Shades of #53598C

#53598C
(83,89,140)
#4C5180
(76,81,128)
#454974
(69,73,116)
#3E4168
(62,65,104)
#37395C
(55,57,92)
#303150
(48,49,80)
#292944
(41,41,68)
#222138
(34,33,56)
#1B192C
(27,25,44)
#141120
(20,17,32)
#0D0914
(13,9,20)
#000000
(0,0,0)

Tints of #53598C

#53598C
(83,89,140)
#626896
(98,104,150)
#7177A0
(113,119,160)
#8086AA
(128,134,170)
#8F95B4
(143,149,180)
#9EA4BE
(158,164,190)
#ADB3C8
(173,179,200)
#BCC2D2
(188,194,210)
#CBD1DC
(203,209,220)
#DAE0E6
(218,224,230)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53598C; }

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

This text font color is #53598C.

Background Color

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

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

This div background color is #53598C.

Border color

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

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

This div border color is #53598C.

Opacity

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

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

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

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

This text has shadow with #53598C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53598C.

Preview

Color preview on black background

This text has color #53598C on black background.


Color preview on white background

This text has color #53598C on white background.


Black color preview on #53598C background

This text has black color on #53598C background.


White color preview on #53598C background

This text has white color on #53598C background.


Related colors

Complementary color

Complementary color for #hex is #ACA673.


I love getcolorcode.com

Triadic colors

1 #8C5359 and #598C53 with #53598C are triadic colors.

2 #8C5953 and #59538C with #53598C are triadic colors.