COLOR #5A8FAF

HEX: #5A8FAF
RGB: (90,143,175)

Color info

#5A8FAF contains mainly green and blue colors. Web safe color of #5A8FAF is #669999 (or #699).

RGB color model

#5A8FAF color RGB value is (90,143,175).

  • red value is 90;
  • green value is 143;
  • blue value is 175.
RGB:
(90,143,175)
(35%,56%,69%)

RGB channels and saturation

R 90 of 255 = 35%
G 143 of 255 = 56%
B 175 of 255 = 69%

90
143
175

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

Portions of RGB colors in percentages

R + G + B =
90 + 143 + 175 = 408 (100%)
R 90 of 408 ~ 22.06%
G 143 of 408 ~ 35.05%
B 175 of 408 ~ 42.89%

%22.06
%35.05
%42.89

CMYK color model

#5A8FAF color CMYK value is (49,18,0,31).

  • cyan value is 48.57%
  • magenta value is 18.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(49,18,0,31)
C49M18Y0K31 
(49%,18%,0%,31%)
(0.49/0.18/0.00/0.31)	

CMYK percentages

%48.57
%18.29
%0
%31.37

Codes

Color #5A8FAF in popluar color models

5A8FAF
RGB90143175
HSL203°34.69%51.96%
HSB/HSV203°48.57%68.63%
CMYK48.57%18.29%0.00%
31.37%

Color #5A8FAF in popluar number systems.

HEX5A8FAF
Decimal90143175
Binary10110101000111110101111
Octal132217257

Shades and tints

Shades of #5A8FAF

#5A8FAF
(90,143,175)
#5282A0
(82,130,160)
#4A7591
(74,117,145)
#426882
(66,104,130)
#3A5B73
(58,91,115)
#324E64
(50,78,100)
#2A4155
(42,65,85)
#223446
(34,52,70)
#1A2737
(26,39,55)
#121A28
(18,26,40)
#0A0D19
(10,13,25)
#000000
(0,0,0)

Tints of #5A8FAF

#5A8FAF
(90,143,175)
#6999B6
(105,153,182)
#78A3BD
(120,163,189)
#87ADC4
(135,173,196)
#96B7CB
(150,183,203)
#A5C1D2
(165,193,210)
#B4CBD9
(180,203,217)
#C3D5E0
(195,213,224)
#D2DFE7
(210,223,231)
#E1E9EE
(225,233,238)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8FAF; }

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

This text font color is #5A8FAF.


Background Color

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

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

This div background color is #5A8FAF.


Border color

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

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

This div border color is #5A8FAF.


Opacity

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

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

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

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

This text has shadow with #5A8FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8FAF on black background.


Color preview on white background

This text has color #5A8FAF on white background.



Black color preview on #5A8FAF background

This text has black color on #5A8FAF background.


White color preview on #5A8FAF background

This text has white color on #5A8FAF background.