COLOR #5A92B8

HEX: #5A92B8
RGB: (90,146,184)

Color info

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

RGB color model

#5A92B8 color RGB value is (90,146,184).

  • red value is 90;
  • green value is 146;
  • blue value is 184.
RGB:
(90,146,184)
(35%,57%,72%)

RGB channels and saturation

R 90 of 255 = 35%
G 146 of 255 = 57%
B 184 of 255 = 72%

90
146
184

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

Portions of RGB colors in percentages

R + G + B =
90 + 146 + 184 = 420 (100%)
R 90 of 420 ~ 21.43%
G 146 of 420 ~ 34.76%
B 184 of 420 ~ 43.81%

%21.43
%34.76
%43.81

CMYK color model

#5A92B8 color CMYK value is (51,21,0,28).

  • cyan value is 51.09%
  • magenta value is 20.65%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(51,21,0,28)
C51M21Y0K28 
(51%,21%,0%,28%)
(0.51/0.21/0.00/0.28)	

CMYK percentages

%51.09
%20.65
%0
%27.84

Codes

Color #5A92B8 in popluar color models

5A92B8
RGB90146184
HSL204°39.83%53.73%
HSB/HSV204°51.09%72.16%
CMYK51.09%20.65%0.00%
27.84%

Color #5A92B8 in popluar number systems.

HEX5A92B8
Decimal90146184
Binary10110101001001010111000
Octal132222270

Shades and tints

Shades of #5A92B8

#5A92B8
(90,146,184)
#5285A8
(82,133,168)
#4A7898
(74,120,152)
#426B88
(66,107,136)
#3A5E78
(58,94,120)
#325168
(50,81,104)
#2A4458
(42,68,88)
#223748
(34,55,72)
#1A2A38
(26,42,56)
#121D28
(18,29,40)
#0A1018
(10,16,24)
#000000
(0,0,0)

Tints of #5A92B8

#5A92B8
(90,146,184)
#699BBE
(105,155,190)
#78A4C4
(120,164,196)
#87ADCA
(135,173,202)
#96B6D0
(150,182,208)
#A5BFD6
(165,191,214)
#B4C8DC
(180,200,220)
#C3D1E2
(195,209,226)
#D2DAE8
(210,218,232)
#E1E3EE
(225,227,238)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A92B8; }

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

This text font color is #5A92B8.


Background Color

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

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

This div background color is #5A92B8.


Border color

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

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

This div border color is #5A92B8.


Opacity

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

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

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

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

This text has shadow with #5A92B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A92B8 on black background.


Color preview on white background

This text has color #5A92B8 on white background.



Black color preview on #5A92B8 background

This text has black color on #5A92B8 background.


White color preview on #5A92B8 background

This text has white color on #5A92B8 background.