COLOR #53556D

HEX: #53556D
RGB: (83,85,109)

Color info

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

RGB color model

#53556D color RGB value is (83,85,109).

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

RGB channels and saturation

R 83 of 255 = 33%
G 85 of 255 = 33%
B 109 of 255 = 43%

83
85
109

R + G + B ~ 36%. #53556D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 85 + 109 = 277 (100%)
R 83 of 277 ~ 29.96%
G 85 of 277 ~ 30.69%
B 109 of 277 ~ 39.35%

%29.96
%30.69
%39.35

CMYK color model

#53556D color CMYK value is (24,22,0,57).

  • cyan value is 23.85%
  • magenta value is 22.02%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (24,22,0,57) C24M22Y0K57 (24%,22%,0%,57%) (0.24/0.22/0.00/0.57)

CMYK percentages

%23.85
%22.02
%0
%57.25

Codes

Color #53556D in popluar color models

53556D
RGB8385109
HSL235°13.54%37.65%
HSB/HSV235°23.85%42.75%
CMYK23.85%22.02%0.00%
57.25%

Color #53556D in popluar number systems.

HEX53556D
Decimal8385109
Binary101001110101011101101
Octal123125155

Shades and tints

Shades of #53556D

#53556D
(83,85,109)
#4C4E64
(76,78,100)
#45475B
(69,71,91)
#3E4052
(62,64,82)
#373949
(55,57,73)
#303240
(48,50,64)
#292B37
(41,43,55)
#22242E
(34,36,46)
#1B1D25
(27,29,37)
#14161C
(20,22,28)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #53556D

#53556D
(83,85,109)
#62647A
(98,100,122)
#717387
(113,115,135)
#808294
(128,130,148)
#8F91A1
(143,145,161)
#9EA0AE
(158,160,174)
#ADAFBB
(173,175,187)
#BCBEC8
(188,190,200)
#CBCDD5
(203,205,213)
#DADCE2
(218,220,226)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53556D; }

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

This text font color is #53556D.


Background Color

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

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

This div background color is #53556D.


Border color

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

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

This div border color is #53556D.


Opacity

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

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

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

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

This text has shadow with #53556D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #53556D on black background.


Color preview on white background

This text has color #53556D on white background.



Black color preview on #53556D background

This text has black color on #53556D background.


White color preview on #53556D background

This text has white color on #53556D background.