COLOR #5A83AB

HEX: #5A83AB
RGB: (90,131,171)

Color info

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

RGB color model

#5A83AB color RGB value is (90,131,171).

  • red value is 90;
  • green value is 131;
  • blue value is 171.
RGB:
(90,131,171)
(35%,51%,67%)

RGB channels and saturation

R 90 of 255 = 35%
G 131 of 255 = 51%
B 171 of 255 = 67%

90
131
171

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

Portions of RGB colors in percentages

R + G + B =
90 + 131 + 171 = 392 (100%)
R 90 of 392 ~ 22.96%
G 131 of 392 ~ 33.42%
B 171 of 392 ~ 43.62%

%22.96
%33.42
%43.62

CMYK color model

#5A83AB color CMYK value is (47,23,0,33).

  • cyan value is 47.37%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(47,23,0,33)
C47M23Y0K33 
(47%,23%,0%,33%)
(0.47/0.23/0.00/0.33)	

CMYK percentages

%47.37
%23.39
%0
%32.94

Codes

Color #5A83AB in popluar color models

5A83AB
RGB90131171
HSL210°32.53%51.18%
HSB/HSV210°47.37%67.06%
CMYK47.37%23.39%0.00%
32.94%

Color #5A83AB in popluar number systems.

HEX5A83AB
Decimal90131171
Binary10110101000001110101011
Octal132203253

Shades and tints

Shades of #5A83AB

#5A83AB
(90,131,171)
#52789C
(82,120,156)
#4A6D8D
(74,109,141)
#42627E
(66,98,126)
#3A576F
(58,87,111)
#324C60
(50,76,96)
#2A4151
(42,65,81)
#223642
(34,54,66)
#1A2B33
(26,43,51)
#122024
(18,32,36)
#0A1515
(10,21,21)
#000000
(0,0,0)

Tints of #5A83AB

#5A83AB
(90,131,171)
#698EB2
(105,142,178)
#7899B9
(120,153,185)
#87A4C0
(135,164,192)
#96AFC7
(150,175,199)
#A5BACE
(165,186,206)
#B4C5D5
(180,197,213)
#C3D0DC
(195,208,220)
#D2DBE3
(210,219,227)
#E1E6EA
(225,230,234)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A83AB; }

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

This text font color is #5A83AB.


Background Color

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

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

This div background color is #5A83AB.


Border color

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

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

This div border color is #5A83AB.


Opacity

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

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

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

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

This text has shadow with #5A83AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A83AB on black background.


Color preview on white background

This text has color #5A83AB on white background.



Black color preview on #5A83AB background

This text has black color on #5A83AB background.


White color preview on #5A83AB background

This text has white color on #5A83AB background.