COLOR #5888C0

HEX: #5888C0
RGB: (88,136,192)

Color info

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

RGB color model

#5888C0 color RGB value is (88,136,192).

  • red value is 88;
  • green value is 136;
  • blue value is 192.
RGB:
(88,136,192)
(35%,53%,75%)

RGB channels and saturation

R 88 of 255 = 35%
G 136 of 255 = 53%
B 192 of 255 = 75%

88
136
192

R + G + B ~ 54%. #5888C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 136 + 192 = 416 (100%)
R 88 of 416 ~ 21.15%
G 136 of 416 ~ 32.69%
B 192 of 416 ~ 46.15%

%21.15
%32.69
%46.15

CMYK color model

#5888C0 color CMYK value is (54,29,0,25).

  • cyan value is 54.17%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(54,29,0,25)
C54M29Y0K25 
(54%,29%,0%,25%)
(0.54/0.29/0.00/0.25)	

CMYK percentages

%54.17
%29.17
%0
%24.71

Codes

Color #5888C0 in popluar color models

5888C0
RGB88136192
HSL212°45.22%54.90%
HSB/HSV212°54.17%75.29%
CMYK54.17%29.17%0.00%
24.71%

Color #5888C0 in popluar number systems.

HEX5888C0
Decimal88136192
Binary10110001000100011000000
Octal130210300

Shades and tints

Shades of #5888C0

#5888C0
(88,136,192)
#507CAF
(80,124,175)
#48709E
(72,112,158)
#40648D
(64,100,141)
#38587C
(56,88,124)
#304C6B
(48,76,107)
#28405A
(40,64,90)
#203449
(32,52,73)
#182838
(24,40,56)
#101C27
(16,28,39)
#081016
(8,16,22)
#000000
(0,0,0)

Tints of #5888C0

#5888C0
(88,136,192)
#6792C5
(103,146,197)
#769CCA
(118,156,202)
#85A6CF
(133,166,207)
#94B0D4
(148,176,212)
#A3BAD9
(163,186,217)
#B2C4DE
(178,196,222)
#C1CEE3
(193,206,227)
#D0D8E8
(208,216,232)
#DFE2ED
(223,226,237)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5888C0 color. Also use rgb(88,136,192) instead hex code.

Text Font Color

.myTextColor { color: #5888C0; }

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

This text font color is #5888C0.


Background Color

.myBgColor { background-color: #5888C0; }

<div style="background-color:#5888C0">Inner text</div>

This div background color is #5888C0.


Border color

.myBorderColor { border: 1px solid #5888C0; }

<div style="border:3px solid #5888C0">Div</div>

This div border color is #5888C0.


Opacity

.myOpacity80 { color: #5888C0; opacity: 0.8; }

<p style="color:#5888C0;opacity:0.8;">80%</p>

Text with #5888C0 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 #5888C0;}

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

This text has shadow with #5888C0 color.

.textShadow {text-shadow: 3px 3px 1px #5888C0, 3px 3px 1px red;}

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

This text has shadow with #5888C0 primary color and red secondary color.


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

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

This text has shadow with #5888C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5888C0 on black background.


Color preview on white background

This text has color #5888C0 on white background.



Black color preview on #5888C0 background

This text has black color on #5888C0 background.


White color preview on #5888C0 background

This text has white color on #5888C0 background.