COLOR #5A93C1

HEX: #5A93C1 RGB: (90,147,193)

Color info

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

RGB color model

#5A93C1 color RGB value is (90,147,193).

RGB: (90,147,193) (35%, 58%, 76%)

RGB channels and saturation

R 90 of 255 = 35%
G 147 of 255 = 58%
B 193 of 255 = 76%

90
147
193

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

Portions of RGB colors in percentages

R + G + B = 90 + 147 + 193 = 430 (100%)
R 90 of 430 ~ 20.93%
G 147 of 430 ~ 34.19%
B 193 of 430 ~ 44.88'%

%20.93
%34.19
%44.88

CMYK color model

#5A93C1 color CMYK value is (53,24,0,24).

  • cyan value is 53.37%
  • magenta value is 23.83%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (53,24,0,24)
C53M24Y0K24 (53%, 24%, 0%, 24%)
(0.53 / 0.24 / 0.00 / 0.24)

CMYK percentages

%53.37
%23.83
%0
%24.31

Codes

Color #5A93C1 in popluar color models

5A 93 C1
RGB 90 147 193
HSL 207° 45.37% 55.49%
HSB/HSV 207° 53.37% 75.69%
CMYK 53.37% 23.83% 0.00%
24.31%

Color #5A93C1 in popluar number systems.

HEX 5A 93 C1
Decimal 90 147 193
Binary 1011010 10010011 11000001
Octal 132 223 301

Shades and tints

Shades of #5A93C1

#5A93C1
(90,147,193)
#5286B0
(82,134,176)
#4A799F
(74,121,159)
#426C8E
(66,108,142)
#3A5F7D
(58,95,125)
#32526C
(50,82,108)
#2A455B
(42,69,91)
#22384A
(34,56,74)
#1A2B39
(26,43,57)
#121E28
(18,30,40)
#0A1117
(10,17,23)
#000000
(0,0,0)

Tints of #5A93C1

#5A93C1
(90,147,193)
#699CC6
(105,156,198)
#78A5CB
(120,165,203)
#87AED0
(135,174,208)
#96B7D5
(150,183,213)
#A5C0DA
(165,192,218)
#B4C9DF
(180,201,223)
#C3D2E4
(195,210,228)
#D2DBE9
(210,219,233)
#E1E4EE
(225,228,238)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A93C1; }

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

This text font color is #5A93C1.

Background Color

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

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

This div background color is #5A93C1.

Border color

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

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

This div border color is #5A93C1.

Opacity

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

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

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

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

This text has shadow with #5A93C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A93C1.

Preview

Color preview on black background

This text has color #5A93C1 on black background.


Color preview on white background

This text has color #5A93C1 on white background.


Black color preview on #5A93C1 background

This text has black color on #5A93C1 background.


White color preview on #5A93C1 background

This text has white color on #5A93C1 background.


Related colors

Complementary color

Complementary color for #hex is #A56C3E.


I love getcolorcode.com

Triadic colors

1 #C15A93 and #93C15A with #5A93C1 are triadic colors.

2 #C1935A and #935AC1 with #5A93C1 are triadic colors.