#A5A7BC

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

Shades of Logan #A5A7BC

Tints of Logan #A5A7BC

Color information

#A5A7BC (or 0xA5A7BC) is unknown color: approx Logan. HEX triplet: A5, A7 and BC. RGB value is (165,167,188). Sum of RGB (Red+Green+Blue) = 165+167+188=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5A7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A7BC is #5A5843. Grayscale: #A8A8A8. Windows color (decimal): -5920836 or 12363685. OLE color: 12363685.

HSL color Cylindrical-coordinate representation of color #A5A7BC: hue angle of 234.78º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5A7BC is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165167188-
CMYK0.120.1100.26
HSL234.78º14.65%69.22%-
HSV(B)234.78º12.23%73.73%-
XYZ38.4139.2753.13-
YUV168.8138.84125.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.73%
GREEN value IS 167 (65.62% from 255) = 32.12%
BLUE value IS 188 (73.83% from 255) = 36.15%
R=31.73%
G=32.12%
B=36.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651671880.120.1100.26234.7814.6569.22
HexA5A7BCCB01Aebf45
Octal245247274141303235317105
Binary101001011010011110111100110010110110101110101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A7BC; }

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

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

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

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

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

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

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

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