COLOR #5A627B

HEX: #5A627B
RGB: (90,98,123)

Color info

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

RGB color model

#5A627B color RGB value is (90,98,123).

  • red value is 90;
  • green value is 98;
  • blue value is 123.
RGB:
(90,98,123)
(35%,38%,48%)

RGB channels and saturation

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

90
98
123

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

Portions of RGB colors in percentages

R + G + B =
90 + 98 + 123 = 311 (100%)
R 90 of 311 ~ 28.94%
G 98 of 311 ~ 31.51%
B 123 of 311 ~ 39.55%

%28.94
%31.51
%39.55

CMYK color model

#5A627B color CMYK value is (27,20,0,52).

  • cyan value is 26.83%
  • magenta value is 20.33%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(27,20,0,52)
C27M20Y0K52 
(27%,20%,0%,52%)
(0.27/0.20/0.00/0.52)	

CMYK percentages

%26.83
%20.33
%0
%51.76

Codes

Color #5A627B in popluar color models

5A627B
RGB9098123
HSL225°15.49%41.76%
HSB/HSV225°26.83%48.24%
CMYK26.83%20.33%0.00%
51.76%

Color #5A627B in popluar number systems.

HEX5A627B
Decimal9098123
Binary101101011000101111011
Octal132142173

Shades and tints

Shades of #5A627B

#5A627B
(90,98,123)
#525A70
(82,90,112)
#4A5265
(74,82,101)
#424A5A
(66,74,90)
#3A424F
(58,66,79)
#323A44
(50,58,68)
#2A3239
(42,50,57)
#222A2E
(34,42,46)
#1A2223
(26,34,35)
#121A18
(18,26,24)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #5A627B

#5A627B
(90,98,123)
#697087
(105,112,135)
#787E93
(120,126,147)
#878C9F
(135,140,159)
#969AAB
(150,154,171)
#A5A8B7
(165,168,183)
#B4B6C3
(180,182,195)
#C3C4CF
(195,196,207)
#D2D2DB
(210,210,219)
#E1E0E7
(225,224,231)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A627B; }

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

This text font color is #5A627B.


Background Color

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

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

This div background color is #5A627B.


Border color

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

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

This div border color is #5A627B.


Opacity

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

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

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

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

This text has shadow with #5A627B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A627B on black background.


Color preview on white background

This text has color #5A627B on white background.



Black color preview on #5A627B background

This text has black color on #5A627B background.


White color preview on #5A627B background

This text has white color on #5A627B background.