#A5A5BB

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

Shades of Logan #A5A5BB

Tints of Logan #A5A5BB

Color information

#A5A5BB (or 0xA5A5BB) is unknown color: approx Logan. HEX triplet: A5, A5 and BB. RGB value is (165,165,187). Sum of RGB (Red+Green+Blue) = 165+165+187=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #A5A5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A5BB is #5A5A44. Grayscale: #A7A7A7. Windows color (decimal): -5921349 or 12297637. OLE color: 12297637.

HSL color Cylindrical-coordinate representation of color #A5A5BB: hue angle of 240º 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 #A5A5BB is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165165187-
CMYK0.120.1200.27
HSL240º13.92%69.02%-
HSV(B)240º11.76%73.33%-
XYZ37.9438.552.44-
YUV167.51139126.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 165 (64.84% from 255) = 31.91%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=31.91%
G=31.91%
B=36.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651651870.120.1200.2724013.9269.02
HexA5A5BBCC01Bf0e45
Octal245245273141403336016105
Binary101001011010010110111011110011000110111111000011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A5BB; }

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

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

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

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

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

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

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

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