COLOR #5892C8

HEX: #5892C8 RGB: (88,146,200)

Color info

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

RGB color model

#5892C8 color RGB value is (88,146,200).

RGB: (88,146,200) (35%, 57%, 78%)

RGB channels and saturation

R 88 of 255 = 35%
G 146 of 255 = 57%
B 200 of 255 = 78%

88
146
200

R + G + B ~ 57%. #5892C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 88 + 146 + 200 = 434 (100%)
R 88 of 434 ~ 20.28%
G 146 of 434 ~ 33.64%
B 200 of 434 ~ 46.08'%

%20.28
%33.64
%46.08

CMYK color model

#5892C8 color CMYK value is (56,27,0,22).

  • cyan value is 56.00%
  • magenta value is 27.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK: (56,27,0,22) C56M27Y0K22 (56%,27%,0%,22%) (0.56/0.27/0.00/0.22) 

CMYK percentages

%56
%27
%0
%21.57

Codes

Color #5892C8 in popluar color models

58 92 C8
RGB 88 146 200
HSL 209° 50.45% 56.47%
HSB/HSV 209° 56.00% 78.43%
CMYK 56.00% 27.00% 0.00%
21.57%

Color #5892C8 in popluar number systems.

HEX 58 92 C8
Decimal 88 146 200
Binary 1011000 10010010 11001000
Octal 130 222 310

Shades and tints

Shades of #5892C8

#5892C8
(88,146,200)
#5085B6
(80,133,182)
#4878A4
(72,120,164)
#406B92
(64,107,146)
#385E80
(56,94,128)
#30516E
(48,81,110)
#28445C
(40,68,92)
#20374A
(32,55,74)
#182A38
(24,42,56)
#101D26
(16,29,38)
#081014
(8,16,20)
#000000
(0,0,0)

Tints of #5892C8

#5892C8
(88,146,200)
#679BCD
(103,155,205)
#76A4D2
(118,164,210)
#85ADD7
(133,173,215)
#94B6DC
(148,182,220)
#A3BFE1
(163,191,225)
#B2C8E6
(178,200,230)
#C1D1EB
(193,209,235)
#D0DAF0
(208,218,240)
#DFE3F5
(223,227,245)
#EEECFA
(238,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5892C8 color. Also use rgb(88,146,200) instead hex code.

Text Font Color

.myTextColor { color: #5892C8; }

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

This text font color is #5892C8.

Background Color

.myBgColor { background-color: #5892C8; }

<div style="background-color:#5892C8">Inner text</div>

This div background color is #5892C8.

Border color

.myBorderColor { border: 1px solid #5892C8; }

<div style="border:3px solid #5892C8">Div</div>

This div border color is #5892C8.

Opacity

.myOpacity80 { color: #5892C8; opacity: 0.8; }

<p style="color:#5892C8;opacity:0.8;">80%</p>

Text with #5892C8 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 #5892C8;}

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

This text has shadow with #5892C8 color.


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

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

This text has shadow with #5892C8 primary color and red secondary color.


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

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

This text has shadow with #5892C8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5892C8.

Preview

Color preview on black background

This text has color #5892C8 on black background.


Color preview on white background

This text has color #5892C8 on white background.


Black color preview on #5892C8 background

This text has black color on #5892C8 background.


White color preview on #5892C8 background

This text has white color on #5892C8 background.


Related colors

Complementary color

Complementary color for #hex is #A76D37.


I love getcolorcode.com

Triadic colors

1 #C85892 and #92C858 with #5892C8 are triadic colors.

2 #C89258 and #9258C8 with #5892C8 are triadic colors.