COLOR #587AAF

HEX: #587AAF RGB: (88,122,175)

Color info

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

RGB color model

#587AAF color RGB value is (88,122,175).

RGB: (88,122,175) (35%, 48%, 69%)

RGB channels and saturation

R 88 of 255 = 35%
G 122 of 255 = 48%
B 175 of 255 = 69%

88
122
175

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

Portions of RGB colors in percentages

R + G + B = 88 + 122 + 175 = 385 (100%)
R 88 of 385 ~ 22.86%
G 122 of 385 ~ 31.69%
B 175 of 385 ~ 45.45'%

%22.86
%31.69
%45.45

CMYK color model

#587AAF color CMYK value is (50,30,0,31).

  • cyan value is 49.71%
  • magenta value is 30.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (50,30,0,31)
C50M30Y0K31 (50%, 30%, 0%, 31%)
(0.50 / 0.30 / 0.00 / 0.31)

CMYK percentages

%49.71
%30.29
%0
%31.37

Codes

Color #587AAF in popluar color models

58 7A AF
RGB 88 122 175
HSL 217° 35.22% 51.57%
HSB/HSV 217° 49.71% 68.63%
CMYK 49.71% 30.29% 0.00%
31.37%

Color #587AAF in popluar number systems.

HEX 58 7A AF
Decimal 88 122 175
Binary 1011000 1111010 10101111
Octal 130 172 257

Shades and tints

Shades of #587AAF

#587AAF
(88,122,175)
#506FA0
(80,111,160)
#486491
(72,100,145)
#405982
(64,89,130)
#384E73
(56,78,115)
#304364
(48,67,100)
#283855
(40,56,85)
#202D46
(32,45,70)
#182237
(24,34,55)
#101728
(16,23,40)
#080C19
(8,12,25)
#000000
(0,0,0)

Tints of #587AAF

#587AAF
(88,122,175)
#6786B6
(103,134,182)
#7692BD
(118,146,189)
#859EC4
(133,158,196)
#94AACB
(148,170,203)
#A3B6D2
(163,182,210)
#B2C2D9
(178,194,217)
#C1CEE0
(193,206,224)
#D0DAE7
(208,218,231)
#DFE6EE
(223,230,238)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587AAF; }

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

This text font color is #587AAF.

Background Color

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

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

This div background color is #587AAF.

Border color

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

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

This div border color is #587AAF.

Opacity

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

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

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

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

This text has shadow with #587AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #587AAF.

Preview

Color preview on black background

This text has color #587AAF on black background.


Color preview on white background

This text has color #587AAF on white background.


Black color preview on #587AAF background

This text has black color on #587AAF background.


White color preview on #587AAF background

This text has white color on #587AAF background.


Related colors

Complementary color

Complementary color for #hex is #A78550.


I love getcolorcode.com

Triadic colors

1 #AF587A and #7AAF58 with #587AAF are triadic colors.

2 #AF7A58 and #7A58AF with #587AAF are triadic colors.