#A5A9BF

Color #A5A9BF Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #A5A9BF

Tints of Echo Blue #A5A9BF

Color information

#A5A9BF (or 0xA5A9BF) is unknown color: approx Echo Blue. HEX triplet: A5, A9 and BF. RGB value is (165,169,191). Sum of RGB (Red+Green+Blue) = 165+169+191=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #A5A9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A9BF is #5A5640. Grayscale: #AAAAAA. Windows color (decimal): -5920321 or 12560805. OLE color: 12560805.

HSL color Cylindrical-coordinate representation of color #A5A9BF: hue angle of 230.77º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5A9BF is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165169191-
CMYK0.140.1200.25
HSL230.77º16.88%69.8%-
HSV(B)230.77º13.61%74.9%-
XYZ39.1140.1454.98-
YUV170.31139.67124.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 31.43%
GREEN value IS 169 (66.41% from 255) = 32.19%
BLUE value IS 191 (75% from 255) = 36.38%
R=31.43%
G=32.19%
B=36.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651691910.140.1200.25230.7716.8869.8
HexA5A9BFEC019e71146
Octal245251277161403134721106
Binary1010010110101001101111111110110001100111100111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A9BF; }

 p { color: rgb(165,169,191); }

 H1.HeaderClassName
 {
   color: #A5A9BF;
 }
 .AnyTagClassName
 {
   color: #A5A9BF;
 }
</style>
background-color css

<style>
 a { background-color: #A5A9BF; }

 a { background-color: rgb(165,169,191); }

 div.DivClassName
 {
   background-color: #A5A9BF;
 }
 .BgClassName
 {
   background-color: #A5A9BF;
 }
</style>
border-color css

<style>
 span { border-color: #A5A9BF; }

 span { border-color: rgb(165,169,191); }

 td.TdClassName
 {
   border-color: #A5A9BF;
 }
 .TagClassName
 {
   border-color: #A5A9BF;
 }
</style>