COLOR #5A757B

HEX: #5A757B RGB: (90,117,123)

Color info

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

RGB color model

#5A757B color RGB value is (90,117,123).

RGB: (90,117,123) (35%, 46%, 48%)

RGB channels and saturation

R 90 of 255 = 35%
G 117 of 255 = 46%
B 123 of 255 = 48%

90
117
123

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

Portions of RGB colors in percentages

R + G + B = 90 + 117 + 123 = 330 (100%)
R 90 of 330 ~ 27.27%
G 117 of 330 ~ 35.45%
B 123 of 330 ~ 37.27'%

%27.27
%35.45
%37.27

CMYK color model

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

  • cyan value is 26.83%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (27,5,0,52)
C27M5Y0K52 (27%, 5%, 0%, 52%)
(0.27 / 0.05 / 0.00 / 0.52)

CMYK percentages

%26.83
%4.88
%0
%51.76

Codes

Color #5A757B in popluar color models

5A 75 7B
RGB 90 117 123
HSL 191° 15.49% 41.76%
HSB/HSV 191° 26.83% 48.24%
CMYK 26.83% 4.88% 0.00%
51.76%

Color #5A757B in popluar number systems.

HEX 5A 75 7B
Decimal 90 117 123
Binary 1011010 1110101 1111011
Octal 132 165 173

Shades and tints

Shades of #5A757B

#5A757B
(90,117,123)
#526B70
(82,107,112)
#4A6165
(74,97,101)
#42575A
(66,87,90)
#3A4D4F
(58,77,79)
#324344
(50,67,68)
#2A3939
(42,57,57)
#222F2E
(34,47,46)
#1A2523
(26,37,35)
#121B18
(18,27,24)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #5A757B

#5A757B
(90,117,123)
#698187
(105,129,135)
#788D93
(120,141,147)
#87999F
(135,153,159)
#96A5AB
(150,165,171)
#A5B1B7
(165,177,183)
#B4BDC3
(180,189,195)
#C3C9CF
(195,201,207)
#D2D5DB
(210,213,219)
#E1E1E7
(225,225,231)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A757B; }

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

This text font color is #5A757B.

Background Color

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

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

This div background color is #5A757B.

Border color

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

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

This div border color is #5A757B.

Opacity

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

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

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

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

This text has shadow with #5A757B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A757B.

Preview

Color preview on black background

This text has color #5A757B on black background.


Color preview on white background

This text has color #5A757B on white background.


Black color preview on #5A757B background

This text has black color on #5A757B background.


White color preview on #5A757B background

This text has white color on #5A757B background.


Related colors

Complementary color

Complementary color for #hex is #A58A84.


I love getcolorcode.com

Triadic colors

1 #7B5A75 and #757B5A with #5A757B are triadic colors.

2 #7B755A and #755A7B with #5A757B are triadic colors.