COLOR #0588C5

HEX: #0588C5
RGB: (5,136,197)

Color info

#0588C5 contains mainly blue color. Web safe color of #0588C5 is #0099CC (or #09C).

RGB color model

#0588C5 color RGB value is (5,136,197).

  • red value is 5;
  • green value is 136;
  • blue value is 197.
RGB:
(5,136,197)
(2%,53%,77%)

RGB channels and saturation

R 5 of 255 = 2%
G 136 of 255 = 53%
B 197 of 255 = 77%

5
136
197

R + G + B ~ 44%. #0588C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
5 + 136 + 197 = 338 (100%)
R 5 of 338 ~ 1.48%
G 136 of 338 ~ 40.24%
B 197 of 338 ~ 58.28%

%40.24
%58.28

CMYK color model

#0588C5 color CMYK value is (97,31,0,23).

  • cyan value is 97.46%
  • magenta value is 30.96%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(97,31,0,23)
C97M31Y0K23 
(97%,31%,0%,23%)
(0.97/0.31/0.00/0.23)	

CMYK percentages

%97.46
%30.96
%0
%22.75

Codes

Color #0588C5 in popluar color models

0588C5
RGB5136197
HSL199°95.05%39.61%
HSB/HSV199°97.46%77.25%
CMYK97.46%30.96%0.00%
22.75%

Color #0588C5 in popluar number systems.

HEX0588C5
Decimal5136197
Binary1011000100011000101
Octal5210305

Shades and tints

Shades of #0588C5

#0588C5
(5,136,197)
#057CB4
(5,124,180)
#0570A3
(5,112,163)
#056492
(5,100,146)
#055881
(5,88,129)
#054C70
(5,76,112)
#05405F
(5,64,95)
#05344E
(5,52,78)
#05283D
(5,40,61)
#051C2C
(5,28,44)
#05101B
(5,16,27)
#000000
(0,0,0)

Tints of #0588C5

#0588C5
(5,136,197)
#1B92CA
(27,146,202)
#319CCF
(49,156,207)
#47A6D4
(71,166,212)
#5DB0D9
(93,176,217)
#73BADE
(115,186,222)
#89C4E3
(137,196,227)
#9FCEE8
(159,206,232)
#B5D8ED
(181,216,237)
#CBE2F2
(203,226,242)
#E1ECF7
(225,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0588C5 color. Also use rgb(5,136,197) instead hex code.

Text Font Color

.myTextColor { color: #0588C5; }

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

This text font color is #0588C5.


Background Color

.myBgColor { background-color: #0588C5; }

<div style="background-color:#0588C5">Inner text</div>

This div background color is #0588C5.


Border color

.myBorderColor { border: 1px solid #0588C5; }

<div style="border:3px solid #0588C5">Div</div>

This div border color is #0588C5.


Opacity

.myOpacity80 { color: #0588C5; opacity: 0.8; }

<p style="color:#0588C5;opacity:0.8;">80%</p>

Text with #0588C5 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 #0588C5;}

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

This text has shadow with #0588C5 color.

.textShadow {text-shadow: 3px 3px 1px #0588C5, 3px 3px 1px red;}

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

This text has shadow with #0588C5 primary color and red secondary color.


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

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

This text has shadow with #0588C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0588C5 on black background.


Color preview on white background

This text has color #0588C5 on white background.



Black color preview on #0588C5 background

This text has black color on #0588C5 background.


White color preview on #0588C5 background

This text has white color on #0588C5 background.