Shades of Air Force Blue #5591AB
Tints of Air Force Blue #5591AB
RGB
CMYK
RGB Variations
Color information
#5591AB (or 0x5591AB) is known color: Air Force Blue. HEX triplet: 55, 91 and AB. RGB value is (85,145,171). Sum of RGB (Red+Green+Blue) = 85+145+171=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #5591AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5591AB is #AA6E54. Grayscale: #818181. Windows color (decimal): -11169365 or 11243861. OLE color: 11243861.
HSL color Cylindrical-coordinate representation of color #5591AB: hue angle of 198.14º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5591AB is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 145 | 171 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.33 |
| HSL | 198.14º | 0.34% | 0.5% | - |
| HSV(B) | 198.14º | 0.5% | 0.67% | - |
| XYZ | 21.22 | 25.12 | 42.26 | - |
| YUV | 130.02 | 151.12 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 171 | 0.50 | 0.15 | 0 | 0.33 | 198.14 | 0.34 | 0.5 |
| Hex | 55 | 91 | AB | 32 | F | 0 | 21 | C6 | 22 | 32 |
| Octal | 125 | 221 | 253 | 62 | 17 | 0 | 41 | 306 | 42 | 62 |
| Binary | 1010101 | 10010001 | 10101011 | 110010 | 1111 | 0 | 100001 | 11000110 | 100010 | 110010 |
Color Harmonies of #5591AB
Complementary color
Monochromatic Colors of #5591AB
Black with #5591AB
Text Example
Text Example
White with #5591AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5591AB; }
p { color: rgb(85,145,171); }
H1.HeaderClassName
{
color: #5591AB;
}
.AnyTagClassName
{
color: #5591AB;
}
</style>
background-color css
<style>
a { background-color: #5591AB; }
a { background-color: rgb(85,145,171); }
div.DivClassName
{
background-color: #5591AB;
}
.BgClassName
{
background-color: #5591AB;
}
</style>
border-color css
<style>
span { border-color: #5591AB; }
span { border-color: rgb(85,145,171); }
td.TdClassName
{
border-color: #5591AB;
}
.TagClassName
{
border-color: #5591AB;
}
</style>