#A5A5BE

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

Shades of Logan #A5A5BE

Tints of Logan #A5A5BE

Color information

#A5A5BE (or 0xA5A5BE) is unknown color: approx Logan. HEX triplet: A5, A5 and BE. RGB value is (165,165,190). Sum of RGB (Red+Green+Blue) = 165+165+190=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #A5A5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A5BE is #5A5A41. Grayscale: #A7A7A7. Windows color (decimal): -5921346 or 12494245. OLE color: 12494245.

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

Color convert

RGB165165190-
CMYK0.130.1300.25
HSL240º16.13%69.61%-
HSV(B)240º13.16%74.51%-
XYZ38.2738.6354.15-
YUV167.85140.5125.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.73%
GREEN value IS 165 (64.84% from 255) = 31.73%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=31.73%
G=31.73%
B=36.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651651900.130.1300.2524016.1369.61
HexA5A5BEDD019f01046
Octal245245276151503136020106
Binary1010010110100101101111101101110101100111110000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A5BE; }

 p { color: rgb(165,165,190); }

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

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

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

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

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

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

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