#A5A7C0

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

Shades of Logan #A5A7C0

Tints of Logan #A5A7C0

Color information

#A5A7C0 (or 0xA5A7C0) is unknown color: approx Logan. HEX triplet: A5, A7 and C0. RGB value is (165,167,192). Sum of RGB (Red+Green+Blue) = 165+167+192=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #A5A7C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A7C0 is #5A583F. Grayscale: #A9A9A9. Windows color (decimal): -5920832 or 12625829. OLE color: 12625829.

HSL color Cylindrical-coordinate representation of color #A5A7C0: hue angle of 235.56º degrees, saturation: 0.18, 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 #A5A7C0 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165167192-
CMYK0.140.1300.25
HSL235.56º17.65%70%-
HSV(B)235.56º14.06%75.29%-
XYZ38.8539.4455.43-
YUV169.25140.84124.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 167 (65.62% from 255) = 31.87%
BLUE value IS 192 (75.39% from 255) = 36.64%
R=31.49%
G=31.87%
B=36.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651671920.140.1300.25235.5617.6570
HexA5A7C0ED019ec1246
Octal245247300161503135422106
Binary1010010110100111110000001110110101100111101100100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A7C0; }

 p { color: rgb(165,167,192); }

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

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

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

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

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

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

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