COLOR #53658D

HEX: #53658D
RGB: (83,101,141)

Color info

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

RGB color model

#53658D color RGB value is (83,101,141).

  • red value is 83;
  • green value is 101;
  • blue value is 141.
RGB:
(83,101,141)
(33%,40%,55%)

RGB channels and saturation

R 83 of 255 = 33%
G 101 of 255 = 40%
B 141 of 255 = 55%

83
101
141

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

Portions of RGB colors in percentages

R + G + B =
83 + 101 + 141 = 325 (100%)
R 83 of 325 ~ 25.54%
G 101 of 325 ~ 31.08%
B 141 of 325 ~ 43.38%

%25.54
%31.08
%43.38

CMYK color model

#53658D color CMYK value is (41,28,0,45).

  • cyan value is 41.13%
  • magenta value is 28.37%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(41,28,0,45)
C41M28Y0K45 
(41%,28%,0%,45%)
(0.41/0.28/0.00/0.45)	

CMYK percentages

%41.13
%28.37
%0
%44.71

Codes

Color #53658D in popluar color models

53658D
RGB83101141
HSL221°25.89%43.92%
HSB/HSV221°41.13%55.29%
CMYK41.13%28.37%0.00%
44.71%

Color #53658D in popluar number systems.

HEX53658D
Decimal83101141
Binary1010011110010110001101
Octal123145215

Shades and tints

Shades of #53658D

#53658D
(83,101,141)
#4C5C81
(76,92,129)
#455375
(69,83,117)
#3E4A69
(62,74,105)
#37415D
(55,65,93)
#303851
(48,56,81)
#292F45
(41,47,69)
#222639
(34,38,57)
#1B1D2D
(27,29,45)
#141421
(20,20,33)
#0D0B15
(13,11,21)
#000000
(0,0,0)

Tints of #53658D

#53658D
(83,101,141)
#627397
(98,115,151)
#7181A1
(113,129,161)
#808FAB
(128,143,171)
#8F9DB5
(143,157,181)
#9EABBF
(158,171,191)
#ADB9C9
(173,185,201)
#BCC7D3
(188,199,211)
#CBD5DD
(203,213,221)
#DAE3E7
(218,227,231)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53658D color. Also use rgb(83,101,141) instead hex code.

Text Font Color

.myTextColor { color: #53658D; }

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

This text font color is #53658D.


Background Color

.myBgColor { background-color: #53658D; }

<div style="background-color:#53658D">Inner text</div>

This div background color is #53658D.


Border color

.myBorderColor { border: 1px solid #53658D; }

<div style="border:3px solid #53658D">Div</div>

This div border color is #53658D.


Opacity

.myOpacity80 { color: #53658D; opacity: 0.8; }

<p style="color:#53658D;opacity:0.8;">80%</p>

Text with #53658D 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 #53658D;}

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

This text has shadow with #53658D color.

.textShadow {text-shadow: 3px 3px 1px #53658D, 3px 3px 1px red;}

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

This text has shadow with #53658D primary color and red secondary color.


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

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

This text has shadow with #53658D and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53658D;
-webkit-box-shadow: 1px 1px 3px 2px #53658D;
box-shadow:1px 1px 3px 2px #53658D;">
Div content here</div>
This div box has shadow with color #53658D.

Preview

Color preview on black background

This text has color #53658D on black background.


Color preview on white background

This text has color #53658D on white background.



Black color preview on #53658D background

This text has black color on #53658D background.


White color preview on #53658D background

This text has white color on #53658D background.