COLOR #5A627A

HEX: #5A627A RGB: (90,98,122)

Color info

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

RGB color model

#5A627A color RGB value is (90,98,122).

RGB: (90,98,122) (35%, 38%, 48%)

RGB channels and saturation

R 90 of 255 = 35%
G 98 of 255 = 38%
B 122 of 255 = 48%

90
98
122

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

Portions of RGB colors in percentages

R + G + B = 90 + 98 + 122 = 310 (100%)
R 90 of 310 ~ 29.03%
G 98 of 310 ~ 31.61%
B 122 of 310 ~ 39.35'%

%29.03
%31.61
%39.35

CMYK color model

#5A627A color CMYK value is (26,20,0,52).

  • cyan value is 26.23%
  • magenta value is 19.67%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (26,20,0,52) C26M20Y0K52 (26%,20%,0%,52%) (0.26/0.20/0.00/0.52) 

CMYK percentages

%26.23
%19.67
%0
%52.16

Codes

Color #5A627A in popluar color models

5A 62 7A
RGB 90 98 122
HSL 225° 15.09% 41.57%
HSB/HSV 225° 26.23% 47.84%
CMYK 26.23% 19.67% 0.00%
52.16%

Color #5A627A in popluar number systems.

HEX 5A 62 7A
Decimal 90 98 122
Binary 1011010 1100010 1111010
Octal 132 142 172

Shades and tints

Shades of #5A627A

#5A627A
(90,98,122)
#525A6F
(82,90,111)
#4A5264
(74,82,100)
#424A59
(66,74,89)
#3A424E
(58,66,78)
#323A43
(50,58,67)
#2A3238
(42,50,56)
#222A2D
(34,42,45)
#1A2222
(26,34,34)
#121A17
(18,26,23)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #5A627A

#5A627A
(90,98,122)
#697086
(105,112,134)
#787E92
(120,126,146)
#878C9E
(135,140,158)
#969AAA
(150,154,170)
#A5A8B6
(165,168,182)
#B4B6C2
(180,182,194)
#C3C4CE
(195,196,206)
#D2D2DA
(210,210,218)
#E1E0E6
(225,224,230)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A627A color. Also use rgb(90,98,122) instead hex code.

Text Font Color

.myTextColor { color: #5A627A; }

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

This text font color is #5A627A.

Background Color

.myBgColor { background-color: #5A627A; }

<div style="background-color:#5A627A">Inner text</div>

This div background color is #5A627A.

Border color

.myBorderColor { border: 1px solid #5A627A; }

<div style="border:3px solid #5A627A">Div</div>

This div border color is #5A627A.

Opacity

.myOpacity80 { color: #5A627A; opacity: 0.8; }

<p style="color:#5A627A;opacity:0.8;">80%</p>

Text with #5A627A 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 #5A627A;}

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

This text has shadow with #5A627A color.


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

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

This text has shadow with #5A627A primary color and red secondary color.


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

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

This text has shadow with #5A627A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5A627A.

Preview

Color preview on black background

This text has color #5A627A on black background.


Color preview on white background

This text has color #5A627A on white background.


Black color preview on #5A627A background

This text has black color on #5A627A background.


White color preview on #5A627A background

This text has white color on #5A627A background.


Related colors

Complementary color

Complementary color for #hex is #A59D85.


I love getcolorcode.com

Triadic colors

1 #7A5A62 and #627A5A with #5A627A are triadic colors.

2 #7A625A and #625A7A with #5A627A are triadic colors.