COLOR #588CA5

HEX: #588CA5
RGB: (88,140,165)

Color info

#588CA5 contains mainly green and blue colors. Web safe color of #588CA5 is #669999 (or #699).

RGB color model

#588CA5 color RGB value is (88,140,165).

  • red value is 88;
  • green value is 140;
  • blue value is 165.
RGB:
(88,140,165)
(35%,55%,65%)

RGB channels and saturation

R 88 of 255 = 35%
G 140 of 255 = 55%
B 165 of 255 = 65%

88
140
165

R + G + B ~ 52%. #588CA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 140 + 165 = 393 (100%)
R 88 of 393 ~ 22.39%
G 140 of 393 ~ 35.62%
B 165 of 393 ~ 41.98%

%22.39
%35.62
%41.98

CMYK color model

#588CA5 color CMYK value is (47,15,0,35).

  • cyan value is 46.67%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(47,15,0,35)
C47M15Y0K35 
(47%,15%,0%,35%)
(0.47/0.15/0.00/0.35)	

CMYK percentages

%46.67
%15.15
%0
%35.29

Codes

Color #588CA5 in popluar color models

588CA5
RGB88140165
HSL199°30.43%49.61%
HSB/HSV199°46.67%64.71%
CMYK46.67%15.15%0.00%
35.29%

Color #588CA5 in popluar number systems.

HEX588CA5
Decimal88140165
Binary10110001000110010100101
Octal130214245

Shades and tints

Shades of #588CA5

#588CA5
(88,140,165)
#508096
(80,128,150)
#487487
(72,116,135)
#406878
(64,104,120)
#385C69
(56,92,105)
#30505A
(48,80,90)
#28444B
(40,68,75)
#20383C
(32,56,60)
#182C2D
(24,44,45)
#10201E
(16,32,30)
#08140F
(8,20,15)
#000000
(0,0,0)

Tints of #588CA5

#588CA5
(88,140,165)
#6796AD
(103,150,173)
#76A0B5
(118,160,181)
#85AABD
(133,170,189)
#94B4C5
(148,180,197)
#A3BECD
(163,190,205)
#B2C8D5
(178,200,213)
#C1D2DD
(193,210,221)
#D0DCE5
(208,220,229)
#DFE6ED
(223,230,237)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588CA5 color. Also use rgb(88,140,165) instead hex code.

Text Font Color

.myTextColor { color: #588CA5; }

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

This text font color is #588CA5.


Background Color

.myBgColor { background-color: #588CA5; }

<div style="background-color:#588CA5">Inner text</div>

This div background color is #588CA5.


Border color

.myBorderColor { border: 1px solid #588CA5; }

<div style="border:3px solid #588CA5">Div</div>

This div border color is #588CA5.


Opacity

.myOpacity80 { color: #588CA5; opacity: 0.8; }

<p style="color:#588CA5;opacity:0.8;">80%</p>

Text with #588CA5 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 #588CA5;}

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

This text has shadow with #588CA5 color.

.textShadow {text-shadow: 3px 3px 1px #588CA5, 3px 3px 1px red;}

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

This text has shadow with #588CA5 primary color and red secondary color.


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

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

This text has shadow with #588CA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588CA5 on black background.


Color preview on white background

This text has color #588CA5 on white background.



Black color preview on #588CA5 background

This text has black color on #588CA5 background.


White color preview on #588CA5 background

This text has white color on #588CA5 background.