COLOR #587AA5

HEX: #587AA5
RGB: (88,122,165)

Color info

#587AA5 contains mainly green and blue colors. Web safe color of #587AA5 is #666699 (or #669).

RGB color model

#587AA5 color RGB value is (88,122,165).

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

RGB channels and saturation

R 88 of 255 = 35%
G 122 of 255 = 48%
B 165 of 255 = 65%

88
122
165

R + G + B ~ 49%. #587AA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 122 + 165 = 375 (100%)
R 88 of 375 ~ 23.47%
G 122 of 375 ~ 32.53%
B 165 of 375 ~ 44%

%23.47
%32.53
%44

CMYK color model

#587AA5 color CMYK value is (47,26,0,35).

  • cyan value is 46.67%
  • magenta value is 26.06%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(47,26,0,35)
C47M26Y0K35 
(47%,26%,0%,35%)
(0.47/0.26/0.00/0.35)	

CMYK percentages

%46.67
%26.06
%0
%35.29

Codes

Color #587AA5 in popluar color models

587AA5
RGB88122165
HSL214°30.43%49.61%
HSB/HSV214°46.67%64.71%
CMYK46.67%26.06%0.00%
35.29%

Color #587AA5 in popluar number systems.

HEX587AA5
Decimal88122165
Binary1011000111101010100101
Octal130172245

Shades and tints

Shades of #587AA5

#587AA5
(88,122,165)
#506F96
(80,111,150)
#486487
(72,100,135)
#405978
(64,89,120)
#384E69
(56,78,105)
#30435A
(48,67,90)
#28384B
(40,56,75)
#202D3C
(32,45,60)
#18222D
(24,34,45)
#10171E
(16,23,30)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #587AA5

#587AA5
(88,122,165)
#6786AD
(103,134,173)
#7692B5
(118,146,181)
#859EBD
(133,158,189)
#94AAC5
(148,170,197)
#A3B6CD
(163,182,205)
#B2C2D5
(178,194,213)
#C1CEDD
(193,206,221)
#D0DAE5
(208,218,229)
#DFE6ED
(223,230,237)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587AA5 color. Also use rgb(88,122,165) instead hex code.

Text Font Color

.myTextColor { color: #587AA5; }

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

This text font color is #587AA5.


Background Color

.myBgColor { background-color: #587AA5; }

<div style="background-color:#587AA5">Inner text</div>

This div background color is #587AA5.


Border color

.myBorderColor { border: 1px solid #587AA5; }

<div style="border:3px solid #587AA5">Div</div>

This div border color is #587AA5.


Opacity

.myOpacity80 { color: #587AA5; opacity: 0.8; }

<p style="color:#587AA5;opacity:0.8;">80%</p>

Text with #587AA5 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 #587AA5;}

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

This text has shadow with #587AA5 color.

.textShadow {text-shadow: 3px 3px 1px #587AA5, 3px 3px 1px red;}

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

This text has shadow with #587AA5 primary color and red secondary color.


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

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

This text has shadow with #587AA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587AA5 on black background.


Color preview on white background

This text has color #587AA5 on white background.



Black color preview on #587AA5 background

This text has black color on #587AA5 background.


White color preview on #587AA5 background

This text has white color on #587AA5 background.