Shades of Air Force Blue #5591AC
Tints of Air Force Blue #5591AC
RGB
CMYK
RGB Variations
Color information
#5591AC (or 0x5591AC) is known color: Air Force Blue. HEX triplet: 55, 91 and AC. RGB value is (85,145,172). Sum of RGB (Red+Green+Blue) = 85+145+172=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #5591AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5591AC is #AA6E53. Grayscale: #818181. Windows color (decimal): -11169364 or 11309397. OLE color: 11309397.
HSL color Cylindrical-coordinate representation of color #5591AC: hue angle of 198.62º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5591AC is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 145 | 172 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.33 |
| HSL | 198.62º | 0.34% | 0.5% | - |
| HSV(B) | 198.62º | 0.51% | 0.67% | - |
| XYZ | 21.32 | 25.16 | 42.76 | - |
| YUV | 130.14 | 151.62 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 172 | 0.51 | 0.16 | 0 | 0.33 | 198.62 | 0.34 | 0.5 |
| Hex | 55 | 91 | AC | 33 | 10 | 0 | 21 | C7 | 22 | 32 |
| Octal | 125 | 221 | 254 | 63 | 20 | 0 | 41 | 307 | 42 | 62 |
| Binary | 1010101 | 10010001 | 10101100 | 110011 | 10000 | 0 | 100001 | 11000111 | 100010 | 110010 |
Color Harmonies of #5591AC
Complementary color
Monochromatic Colors of #5591AC
Black with #5591AC
Text Example
Text Example
White with #5591AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5591AC; }
p { color: rgb(85,145,172); }
H1.HeaderClassName
{
color: #5591AC;
}
.AnyTagClassName
{
color: #5591AC;
}
</style>
background-color css
<style>
a { background-color: #5591AC; }
a { background-color: rgb(85,145,172); }
div.DivClassName
{
background-color: #5591AC;
}
.BgClassName
{
background-color: #5591AC;
}
</style>
border-color css
<style>
span { border-color: #5591AC; }
span { border-color: rgb(85,145,172); }
td.TdClassName
{
border-color: #5591AC;
}
.TagClassName
{
border-color: #5591AC;
}
</style>