COLOR #5A92E7

HEX: #5A92E7 RGB: (90,146,231)

Color info

#5A92E7 contains mainly blue color. Web safe color of #5A92E7 is #6699FF (or #69F).

RGB color model

#5A92E7 color RGB value is (90,146,231).

RGB: (90,146,231) (35%, 57%, 91%)

RGB channels and saturation

R 90 of 255 = 35%
G 146 of 255 = 57%
B 231 of 255 = 91%

90
146
231

R + G + B ~ 61%. #5A92E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 90 + 146 + 231 = 467 (100%)
R 90 of 467 ~ 19.27%
G 146 of 467 ~ 31.26%
B 231 of 467 ~ 49.46'%

%19.27
%31.26
%49.46

CMYK color model

#5A92E7 color CMYK value is (61,37,0,9).

  • cyan value is 61.04%
  • magenta value is 36.80%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (61,37,0,9)
C61M37Y0K9 (61%, 37%, 0%, 9%)
(0.61 / 0.37 / 0.00 / 0.09)

CMYK percentages

%61.04
%36.8
%0
%9.41

Codes

Color #5A92E7 in popluar color models

5A 92 E7
RGB 90 146 231
HSL 216° 74.60% 62.94%
HSB/HSV 216° 61.04% 90.59%
CMYK 61.04% 36.80% 0.00%
9.41%

Color #5A92E7 in popluar number systems.

HEX 5A 92 E7
Decimal 90 146 231
Binary 1011010 10010010 11100111
Octal 132 222 347

Shades and tints

Shades of #5A92E7

#5A92E7
(90,146,231)
#5285D2
(82,133,210)
#4A78BD
(74,120,189)
#426BA8
(66,107,168)
#3A5E93
(58,94,147)
#32517E
(50,81,126)
#2A4469
(42,68,105)
#223754
(34,55,84)
#1A2A3F
(26,42,63)
#121D2A
(18,29,42)
#0A1015
(10,16,21)
#000000
(0,0,0)

Tints of #5A92E7

#5A92E7
(90,146,231)
#699BE9
(105,155,233)
#78A4EB
(120,164,235)
#87ADED
(135,173,237)
#96B6EF
(150,182,239)
#A5BFF1
(165,191,241)
#B4C8F3
(180,200,243)
#C3D1F5
(195,209,245)
#D2DAF7
(210,218,247)
#E1E3F9
(225,227,249)
#F0ECFB
(240,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A92E7 color. Also use rgb(90,146,231) instead hex code.

Text Font Color

.myTextColor { color: #5A92E7; }

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

This text font color is #5A92E7.

Background Color

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

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

This div background color is #5A92E7.

Border color

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

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

This div border color is #5A92E7.

Opacity

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

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

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

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

This text has shadow with #5A92E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A92E7.

Preview

Color preview on black background

This text has color #5A92E7 on black background.


Color preview on white background

This text has color #5A92E7 on white background.


Black color preview on #5A92E7 background

This text has black color on #5A92E7 background.


White color preview on #5A92E7 background

This text has white color on #5A92E7 background.


Related colors

Complementary color

Complementary color for #5A92E7 is #A56D18.


I love getcolorcode.com

Triadic colors

1 #E75A92 and #92E75A with #5A92E7 are triadic colors.

2 #E7925A and #925AE7 with #5A92E7 are triadic colors.