COLOR #5A838D

HEX: #5A838D RGB: (90,131,141)

Color info

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

RGB color model

#5A838D color RGB value is (90,131,141).

RGB: (90,131,141) (35%, 51%, 55%)

RGB channels and saturation

R 90 of 255 = 35%
G 131 of 255 = 51%
B 141 of 255 = 55%

90
131
141

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

Portions of RGB colors in percentages

R + G + B = 90 + 131 + 141 = 362 (100%)
R 90 of 362 ~ 24.86%
G 131 of 362 ~ 36.19%
B 141 of 362 ~ 38.95'%

%24.86
%36.19
%38.95

CMYK color model

#5A838D color CMYK value is (36,7,0,45).

  • cyan value is 36.17%
  • magenta value is 7.09%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (36,7,0,45)
C36M7Y0K45 (36%, 7%, 0%, 45%)
(0.36 / 0.07 / 0.00 / 0.45)

CMYK percentages

%36.17
%7.09
%0
%44.71

Codes

Color #5A838D in popluar color models

5A 83 8D
RGB 90 131 141
HSL 192° 22.08% 45.29%
HSB/HSV 192° 36.17% 55.29%
CMYK 36.17% 7.09% 0.00%
44.71%

Color #5A838D in popluar number systems.

HEX 5A 83 8D
Decimal 90 131 141
Binary 1011010 10000011 10001101
Octal 132 203 215

Shades and tints

Shades of #5A838D

#5A838D
(90,131,141)
#527881
(82,120,129)
#4A6D75
(74,109,117)
#426269
(66,98,105)
#3A575D
(58,87,93)
#324C51
(50,76,81)
#2A4145
(42,65,69)
#223639
(34,54,57)
#1A2B2D
(26,43,45)
#122021
(18,32,33)
#0A1515
(10,21,21)
#000000
(0,0,0)

Tints of #5A838D

#5A838D
(90,131,141)
#698E97
(105,142,151)
#7899A1
(120,153,161)
#87A4AB
(135,164,171)
#96AFB5
(150,175,181)
#A5BABF
(165,186,191)
#B4C5C9
(180,197,201)
#C3D0D3
(195,208,211)
#D2DBDD
(210,219,221)
#E1E6E7
(225,230,231)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A838D color. Also use rgb(90,131,141) instead hex code.

Text Font Color

.myTextColor { color: #5A838D; }

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

This text font color is #5A838D.

Background Color

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

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

This div background color is #5A838D.

Border color

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

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

This div border color is #5A838D.

Opacity

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

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

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

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

This text has shadow with #5A838D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A838D.

Preview

Color preview on black background

This text has color #5A838D on black background.


Color preview on white background

This text has color #5A838D on white background.


Black color preview on #5A838D background

This text has black color on #5A838D background.


White color preview on #5A838D background

This text has white color on #5A838D background.


Related colors

Complementary color

Complementary color for #hex is #A57C72.


I love getcolorcode.com

Triadic colors

1 #8D5A83 and #838D5A with #5A838D are triadic colors.

2 #8D835A and #835A8D with #5A838D are triadic colors.