COLOR #5A858F

HEX: #5A858F RGB: (90,133,143)

Color info

#5A858F contains red, green and blue colors in about the same proportion. Web safe color of #5A858F is #669999 (or #699).

RGB color model

#5A858F color RGB value is (90,133,143).

RGB: (90,133,143) (35%, 52%, 56%)

RGB channels and saturation

R 90 of 255 = 35%
G 133 of 255 = 52%
B 143 of 255 = 56%

90
133
143

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

Portions of RGB colors in percentages

R + G + B = 90 + 133 + 143 = 366 (100%)
R 90 of 366 ~ 24.59%
G 133 of 366 ~ 36.34%
B 143 of 366 ~ 39.07'%

%24.59
%36.34
%39.07

CMYK color model

#5A858F color CMYK value is (37,7,0,44).

  • cyan value is 37.06%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (37,7,0,44)
C37M7Y0K44 (37%, 7%, 0%, 44%)
(0.37 / 0.07 / 0.00 / 0.44)

CMYK percentages

%37.06
%6.99
%0
%43.92

Codes

Color #5A858F in popluar color models

5A 85 8F
RGB 90 133 143
HSL 191° 22.75% 45.69%
HSB/HSV 191° 37.06% 56.08%
CMYK 37.06% 6.99% 0.00%
43.92%

Color #5A858F in popluar number systems.

HEX 5A 85 8F
Decimal 90 133 143
Binary 1011010 10000101 10001111
Octal 132 205 217

Shades and tints

Shades of #5A858F

#5A858F
(90,133,143)
#527982
(82,121,130)
#4A6D75
(74,109,117)
#426168
(66,97,104)
#3A555B
(58,85,91)
#32494E
(50,73,78)
#2A3D41
(42,61,65)
#223134
(34,49,52)
#1A2527
(26,37,39)
#12191A
(18,25,26)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #5A858F

#5A858F
(90,133,143)
#699099
(105,144,153)
#789BA3
(120,155,163)
#87A6AD
(135,166,173)
#96B1B7
(150,177,183)
#A5BCC1
(165,188,193)
#B4C7CB
(180,199,203)
#C3D2D5
(195,210,213)
#D2DDDF
(210,221,223)
#E1E8E9
(225,232,233)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A858F color. Also use rgb(90,133,143) instead hex code.

Text Font Color

.myTextColor { color: #5A858F; }

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

This text font color is #5A858F.

Background Color

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

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

This div background color is #5A858F.

Border color

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

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

This div border color is #5A858F.

Opacity

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

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

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

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

This text has shadow with #5A858F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A858F.

Preview

Color preview on black background

This text has color #5A858F on black background.


Color preview on white background

This text has color #5A858F on white background.


Black color preview on #5A858F background

This text has black color on #5A858F background.


White color preview on #5A858F background

This text has white color on #5A858F background.


Related colors

Complementary color

Complementary color for #hex is #A57A70.


I love getcolorcode.com

Triadic colors

1 #8F5A85 and #858F5A with #5A858F are triadic colors.

2 #8F855A and #855A8F with #5A858F are triadic colors.