#A5A6BB

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

Shades of Logan #A5A6BB

Tints of Logan #A5A6BB

Color information

#A5A6BB (or 0xA5A6BB) is unknown color: approx Logan. HEX triplet: A5, A6 and BB. RGB value is (165,166,187). Sum of RGB (Red+Green+Blue) = 165+166+187=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #A5A6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A6BB is #5A5944. Grayscale: #A8A8A8. Windows color (decimal): -5921093 or 12297893. OLE color: 12297893.

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

Color convert

RGB165166187-
CMYK0.120.1100.27
HSL237.27º13.92%69.02%-
HSV(B)237.27º11.76%73.33%-
XYZ38.1238.8652.51-
YUV168.1138.67125.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 166 (65.23% from 255) = 32.05%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=31.85%
G=32.05%
B=36.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651661870.120.1100.27237.2713.9269.02
HexA5A6BBCB01Bede45
Octal245246273141303335516105
Binary101001011010011010111011110010110110111110110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A6BB; }

 p { color: rgb(165,166,187); }

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

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

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

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

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

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

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