COLOR #53627E

HEX: #53627E RGB: (83,98,126)

Color info

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

RGB color model

#53627E color RGB value is (83,98,126).

RGB: (83,98,126) (33%, 38%, 49%)

RGB channels and saturation

R 83 of 255 = 33%
G 98 of 255 = 38%
B 126 of 255 = 49%

83
98
126

R + G + B ~ 40%. #53627E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 83 + 98 + 126 = 307 (100%)
R 83 of 307 ~ 27.04%
G 98 of 307 ~ 31.92%
B 126 of 307 ~ 41.04'%

%27.04
%31.92
%41.04

CMYK color model

#53627E color CMYK value is (34,22,0,51).

  • cyan value is 34.13%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (34,22,0,51)
C34M22Y0K51 (34%, 22%, 0%, 51%)
(0.34 / 0.22 / 0.00 / 0.51)

CMYK percentages

%34.13
%22.22
%0
%50.59

Codes

Color #53627E in popluar color models

53 62 7E
RGB 83 98 126
HSL 219° 20.57% 40.98%
HSB/HSV 219° 34.13% 49.41%
CMYK 34.13% 22.22% 0.00%
50.59%

Color #53627E in popluar number systems.

HEX 53 62 7E
Decimal 83 98 126
Binary 1010011 1100010 1111110
Octal 123 142 176

Shades and tints

Shades of #53627E

#53627E
(83,98,126)
#4C5A73
(76,90,115)
#455268
(69,82,104)
#3E4A5D
(62,74,93)
#374252
(55,66,82)
#303A47
(48,58,71)
#29323C
(41,50,60)
#222A31
(34,42,49)
#1B2226
(27,34,38)
#141A1B
(20,26,27)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #53627E

#53627E
(83,98,126)
#627089
(98,112,137)
#717E94
(113,126,148)
#808C9F
(128,140,159)
#8F9AAA
(143,154,170)
#9EA8B5
(158,168,181)
#ADB6C0
(173,182,192)
#BCC4CB
(188,196,203)
#CBD2D6
(203,210,214)
#DAE0E1
(218,224,225)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53627E color. Also use rgb(83,98,126) instead hex code.

Text Font Color

.myTextColor { color: #53627E; }

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

This text font color is #53627E.

Background Color

.myBgColor { background-color: #53627E; }

<div style="background-color:#53627E">Inner text</div>

This div background color is #53627E.

Border color

.myBorderColor { border: 1px solid #53627E; }

<div style="border:3px solid #53627E">Div</div>

This div border color is #53627E.

Opacity

.myOpacity80 { color: #53627E; opacity: 0.8; }

<p style="color:#53627E;opacity:0.8;">80%</p>

Text with #53627E 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 #53627E;}

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

This text has shadow with #53627E color.


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

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

This text has shadow with #53627E primary color and red secondary color.


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

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

This text has shadow with #53627E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #53627E.

Preview

Color preview on black background

This text has color #53627E on black background.


Color preview on white background

This text has color #53627E on white background.


Black color preview on #53627E background

This text has black color on #53627E background.


White color preview on #53627E background

This text has white color on #53627E background.


Related colors

Complementary color

Complementary color for #hex is #AC9D81.


I love getcolorcode.com

Triadic colors

1 #7E5362 and #627E53 with #53627E are triadic colors.

2 #7E6253 and #62537E with #53627E are triadic colors.