COLOR #5896C1

HEX: #5896C1 RGB: (88,150,193)

Color info

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

RGB color model

#5896C1 color RGB value is (88,150,193).

RGB: (88,150,193) (35%, 59%, 76%)

RGB channels and saturation

R 88 of 255 = 35%
G 150 of 255 = 59%
B 193 of 255 = 76%

88
150
193

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

Portions of RGB colors in percentages

R + G + B = 88 + 150 + 193 = 431 (100%)
R 88 of 431 ~ 20.42%
G 150 of 431 ~ 34.8%
B 193 of 431 ~ 44.78'%

%20.42
%34.8
%44.78

CMYK color model

#5896C1 color CMYK value is (54,22,0,24).

  • cyan value is 54.40%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK: (54,22,0,24) C54M22Y0K24 (54%,22%,0%,24%) (0.54/0.22/0.00/0.24) 

CMYK percentages

%54.4
%22.28
%0
%24.31

Codes

Color #5896C1 in popluar color models

58 96 C1
RGB 88 150 193
HSL 205° 45.85% 55.10%
HSB/HSV 205° 54.40% 75.69%
CMYK 54.40% 22.28% 0.00%
24.31%

Color #5896C1 in popluar number systems.

HEX 58 96 C1
Decimal 88 150 193
Binary 1011000 10010110 11000001
Octal 130 226 301

Shades and tints

Shades of #5896C1

#5896C1
(88,150,193)
#5089B0
(80,137,176)
#487C9F
(72,124,159)
#406F8E
(64,111,142)
#38627D
(56,98,125)
#30556C
(48,85,108)
#28485B
(40,72,91)
#203B4A
(32,59,74)
#182E39
(24,46,57)
#102128
(16,33,40)
#081417
(8,20,23)
#000000
(0,0,0)

Tints of #5896C1

#5896C1
(88,150,193)
#679FC6
(103,159,198)
#76A8CB
(118,168,203)
#85B1D0
(133,177,208)
#94BAD5
(148,186,213)
#A3C3DA
(163,195,218)
#B2CCDF
(178,204,223)
#C1D5E4
(193,213,228)
#D0DEE9
(208,222,233)
#DFE7EE
(223,231,238)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5896C1 color. Also use rgb(88,150,193) instead hex code.

Text Font Color

.myTextColor { color: #5896C1; }

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

This text font color is #5896C1.

Background Color

.myBgColor { background-color: #5896C1; }

<div style="background-color:#5896C1">Inner text</div>

This div background color is #5896C1.

Border color

.myBorderColor { border: 1px solid #5896C1; }

<div style="border:3px solid #5896C1">Div</div>

This div border color is #5896C1.

Opacity

.myOpacity80 { color: #5896C1; opacity: 0.8; }

<p style="color:#5896C1;opacity:0.8;">80%</p>

Text with #5896C1 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 #5896C1;}

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

This text has shadow with #5896C1 color.


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

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

This text has shadow with #5896C1 primary color and red secondary color.


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

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

This text has shadow with #5896C1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5896C1.

Preview

Color preview on black background

This text has color #5896C1 on black background.


Color preview on white background

This text has color #5896C1 on white background.


Black color preview on #5896C1 background

This text has black color on #5896C1 background.


White color preview on #5896C1 background

This text has white color on #5896C1 background.


Related colors

Complementary color

Complementary color for #hex is #A7693E.


I love getcolorcode.com

Triadic colors

1 #C15896 and #96C158 with #5896C1 are triadic colors.

2 #C19658 and #9658C1 with #5896C1 are triadic colors.