COLOR #53586D

HEX: #53586D
RGB: (83,88,109)

Color info

#53586D contains red, green and blue colors in about the same proportion. Web safe color of #53586D is #666666 (or #666).

RGB color model

#53586D color RGB value is (83,88,109).

  • red value is 83;
  • green value is 88;
  • blue value is 109.
RGB:
(83,88,109)
(33%,35%,43%)

RGB channels and saturation

R 83 of 255 = 33%
G 88 of 255 = 35%
B 109 of 255 = 43%

83
88
109

R + G + B ~ 37%. #53586D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 88 + 109 = 280 (100%)
R 83 of 280 ~ 29.64%
G 88 of 280 ~ 31.43%
B 109 of 280 ~ 38.93%

%29.64
%31.43
%38.93

CMYK color model

#53586D color CMYK value is (24,19,0,57).

  • cyan value is 23.85%
  • magenta value is 19.27%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(24,19,0,57)
C24M19Y0K57 
(24%,19%,0%,57%)
(0.24/0.19/0.00/0.57)	

CMYK percentages

%23.85
%19.27
%0
%57.25

Codes

Color #53586D in popluar color models

53586D
RGB8388109
HSL228°13.54%37.65%
HSB/HSV228°23.85%42.75%
CMYK23.85%19.27%0.00%
57.25%

Color #53586D in popluar number systems.

HEX53586D
Decimal8388109
Binary101001110110001101101
Octal123130155

Shades and tints

Shades of #53586D

#53586D
(83,88,109)
#4C5064
(76,80,100)
#45485B
(69,72,91)
#3E4052
(62,64,82)
#373849
(55,56,73)
#303040
(48,48,64)
#292837
(41,40,55)
#22202E
(34,32,46)
#1B1825
(27,24,37)
#14101C
(20,16,28)
#0D0813
(13,8,19)
#000000
(0,0,0)

Tints of #53586D

#53586D
(83,88,109)
#62677A
(98,103,122)
#717687
(113,118,135)
#808594
(128,133,148)
#8F94A1
(143,148,161)
#9EA3AE
(158,163,174)
#ADB2BB
(173,178,187)
#BCC1C8
(188,193,200)
#CBD0D5
(203,208,213)
#DADFE2
(218,223,226)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53586D color. Also use rgb(83,88,109) instead hex code.

Text Font Color

.myTextColor { color: #53586D; }

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

This text font color is #53586D.


Background Color

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

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

This div background color is #53586D.


Border color

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

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

This div border color is #53586D.


Opacity

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

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

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

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

This text has shadow with #53586D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53586D on black background.


Color preview on white background

This text has color #53586D on white background.



Black color preview on #53586D background

This text has black color on #53586D background.


White color preview on #53586D background

This text has white color on #53586D background.