Shades of Logan #A5A6BB
Tints of Logan #A5A6BB
RGB
CMYK
RGB Variations
Color information
#A5A6BB (or 0xA5A6BB) is known color: 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
| RGB | 165 | 166 | 187 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.27 |
| HSL | 237.27º | 0.14% | 0.69% | - |
| HSV(B) | 237.27º | 0.12% | 0.73% | - |
| XYZ | 38.12 | 38.86 | 52.51 | - |
| YUV | 168.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 166 | 187 | 0.12 | 0.11 | 0 | 0.27 | 237.27 | 0.14 | 0.69 |
| Hex | A5 | A6 | BB | C | B | 0 | 1B | ED | E | 45 |
| Octal | 245 | 246 | 273 | 14 | 13 | 0 | 33 | 355 | 16 | 105 |
| Binary | 10100101 | 10100110 | 10111011 | 1100 | 1011 | 0 | 11011 | 11101101 | 1110 | 1000101 |
Color Harmonies of #A5A6BB
Complementary color
Monochromatic Colors of #A5A6BB
Black with #A5A6BB
Text Example
Text Example
White with #A5A6BB
Text Example
Text Example
HTML Codes & Css Web 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>