COLOR #53627A

HEX: #53627A RGB: (83,98,122)

Color info

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

RGB color model

#53627A color RGB value is (83,98,122).

RGB: (83,98,122) (33%, 38%, 48%)

RGB channels and saturation

R 83 of 255 = 33%
G 98 of 255 = 38%
B 122 of 255 = 48%

83
98
122

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

Portions of RGB colors in percentages

R + G + B = 83 + 98 + 122 = 303 (100%)
R 83 of 303 ~ 27.39%
G 98 of 303 ~ 32.34%
B 122 of 303 ~ 40.26'%

%27.39
%32.34
%40.26

CMYK color model

#53627A color CMYK value is (32,20,0,52).

  • cyan value is 31.97%
  • magenta value is 19.67%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (32,20,0,52) C32M20Y0K52 (32%,20%,0%,52%) (0.32/0.20/0.00/0.52) 

CMYK percentages

%31.97
%19.67
%0
%52.16

Codes

Color #53627A in popluar color models

53 62 7A
RGB 83 98 122
HSL 217° 19.02% 40.20%
HSB/HSV 217° 31.97% 47.84%
CMYK 31.97% 19.67% 0.00%
52.16%

Color #53627A in popluar number systems.

HEX 53 62 7A
Decimal 83 98 122
Binary 1010011 1100010 1111010
Octal 123 142 172

Shades and tints

Shades of #53627A

#53627A
(83,98,122)
#4C5A6F
(76,90,111)
#455264
(69,82,100)
#3E4A59
(62,74,89)
#37424E
(55,66,78)
#303A43
(48,58,67)
#293238
(41,50,56)
#222A2D
(34,42,45)
#1B2222
(27,34,34)
#141A17
(20,26,23)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #53627A

#53627A
(83,98,122)
#627086
(98,112,134)
#717E92
(113,126,146)
#808C9E
(128,140,158)
#8F9AAA
(143,154,170)
#9EA8B6
(158,168,182)
#ADB6C2
(173,182,194)
#BCC4CE
(188,196,206)
#CBD2DA
(203,210,218)
#DAE0E6
(218,224,230)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53627A; }

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

This text font color is #53627A.

Background Color

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

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

This div background color is #53627A.

Border color

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

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

This div border color is #53627A.

Opacity

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

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

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

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

This text has shadow with #53627A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53627A.

Preview

Color preview on black background

This text has color #53627A on black background.


Color preview on white background

This text has color #53627A on white background.


Black color preview on #53627A background

This text has black color on #53627A background.


White color preview on #53627A background

This text has white color on #53627A background.


Related colors

Complementary color

Complementary color for #hex is #AC9D85.


I love getcolorcode.com

Triadic colors

1 #7A5362 and #627A53 with #53627A are triadic colors.

2 #7A6253 and #62537A with #53627A are triadic colors.