COLOR #5A93CD

HEX: #5A93CD
RGB: (90,147,205)

Color info

#5A93CD contains mainly green and blue colors. Web safe color of #5A93CD is #6699CC (or #69C).

RGB color model

#5A93CD color RGB value is (90,147,205).

  • red value is 90;
  • green value is 147;
  • blue value is 205.
RGB:
(90,147,205)
(35%,58%,80%)

RGB channels and saturation

R 90 of 255 = 35%
G 147 of 255 = 58%
B 205 of 255 = 80%

90
147
205

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

Portions of RGB colors in percentages

R + G + B =
90 + 147 + 205 = 442 (100%)
R 90 of 442 ~ 20.36%
G 147 of 442 ~ 33.26%
B 205 of 442 ~ 46.38%

%20.36
%33.26
%46.38

CMYK color model

#5A93CD color CMYK value is (56,28,0,20).

  • cyan value is 56.10%
  • magenta value is 28.29%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(56,28,0,20)
C56M28Y0K20 
(56%,28%,0%,20%)
(0.56/0.28/0.00/0.20)	

CMYK percentages

%56.1
%28.29
%0
%19.61

Codes

Color #5A93CD in popluar color models

5A93CD
RGB90147205
HSL210°53.49%57.84%
HSB/HSV210°56.10%80.39%
CMYK56.10%28.29%0.00%
19.61%

Color #5A93CD in popluar number systems.

HEX5A93CD
Decimal90147205
Binary10110101001001111001101
Octal132223315

Shades and tints

Shades of #5A93CD

#5A93CD
(90,147,205)
#5286BB
(82,134,187)
#4A79A9
(74,121,169)
#426C97
(66,108,151)
#3A5F85
(58,95,133)
#325273
(50,82,115)
#2A4561
(42,69,97)
#22384F
(34,56,79)
#1A2B3D
(26,43,61)
#121E2B
(18,30,43)
#0A1119
(10,17,25)
#000000
(0,0,0)

Tints of #5A93CD

#5A93CD
(90,147,205)
#699CD1
(105,156,209)
#78A5D5
(120,165,213)
#87AED9
(135,174,217)
#96B7DD
(150,183,221)
#A5C0E1
(165,192,225)
#B4C9E5
(180,201,229)
#C3D2E9
(195,210,233)
#D2DBED
(210,219,237)
#E1E4F1
(225,228,241)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A93CD color. Also use rgb(90,147,205) instead hex code.

Text Font Color

.myTextColor { color: #5A93CD; }

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

This text font color is #5A93CD.


Background Color

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

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

This div background color is #5A93CD.


Border color

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

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

This div border color is #5A93CD.


Opacity

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

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

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

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

This text has shadow with #5A93CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A93CD on black background.


Color preview on white background

This text has color #5A93CD on white background.



Black color preview on #5A93CD background

This text has black color on #5A93CD background.


White color preview on #5A93CD background

This text has white color on #5A93CD background.