COLOR #588AA2

HEX: #588AA2
RGB: (88,138,162)

Color info

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

RGB color model

#588AA2 color RGB value is (88,138,162).

  • red value is 88;
  • green value is 138;
  • blue value is 162.
RGB:
(88,138,162)
(35%,54%,64%)

RGB channels and saturation

R 88 of 255 = 35%
G 138 of 255 = 54%
B 162 of 255 = 64%

88
138
162

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

Portions of RGB colors in percentages

R + G + B =
88 + 138 + 162 = 388 (100%)
R 88 of 388 ~ 22.68%
G 138 of 388 ~ 35.57%
B 162 of 388 ~ 41.75%

%22.68
%35.57
%41.75

CMYK color model

#588AA2 color CMYK value is (46,15,0,36).

  • cyan value is 45.68%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(46,15,0,36)
C46M15Y0K36 
(46%,15%,0%,36%)
(0.46/0.15/0.00/0.36)	

CMYK percentages

%45.68
%14.81
%0
%36.47

Codes

Color #588AA2 in popluar color models

588AA2
RGB88138162
HSL199°29.60%49.02%
HSB/HSV199°45.68%63.53%
CMYK45.68%14.81%0.00%
36.47%

Color #588AA2 in popluar number systems.

HEX588AA2
Decimal88138162
Binary10110001000101010100010
Octal130212242

Shades and tints

Shades of #588AA2

#588AA2
(88,138,162)
#507E94
(80,126,148)
#487286
(72,114,134)
#406678
(64,102,120)
#385A6A
(56,90,106)
#304E5C
(48,78,92)
#28424E
(40,66,78)
#203640
(32,54,64)
#182A32
(24,42,50)
#101E24
(16,30,36)
#081216
(8,18,22)
#000000
(0,0,0)

Tints of #588AA2

#588AA2
(88,138,162)
#6794AA
(103,148,170)
#769EB2
(118,158,178)
#85A8BA
(133,168,186)
#94B2C2
(148,178,194)
#A3BCCA
(163,188,202)
#B2C6D2
(178,198,210)
#C1D0DA
(193,208,218)
#D0DAE2
(208,218,226)
#DFE4EA
(223,228,234)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588AA2 color. Also use rgb(88,138,162) instead hex code.

Text Font Color

.myTextColor { color: #588AA2; }

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

This text font color is #588AA2.


Background Color

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

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

This div background color is #588AA2.


Border color

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

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

This div border color is #588AA2.


Opacity

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

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

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

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

This text has shadow with #588AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588AA2 on black background.


Color preview on white background

This text has color #588AA2 on white background.



Black color preview on #588AA2 background

This text has black color on #588AA2 background.


White color preview on #588AA2 background

This text has white color on #588AA2 background.