Shades of Air Force Blue #5691A7
Tints of Air Force Blue #5691A7
RGB
CMYK
RGB Variations
Color information
#5691A7 (or 0x5691A7) is known color: Air Force Blue. HEX triplet: 56, 91 and A7. RGB value is (86,145,167). Sum of RGB (Red+Green+Blue) = 86+145+167=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 167 - color contains mainly: blue. Hex color #5691A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5691A7 is #A96E58. Grayscale: #818181. Windows color (decimal): -11103833 or 10981718. OLE color: 10981718.
HSL color Cylindrical-coordinate representation of color #5691A7: hue angle of 196.3º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5691A7 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 145 | 167 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.35 |
| HSL | 196.3º | 0.32% | 0.5% | - |
| HSV(B) | 196.3º | 0.49% | 0.65% | - |
| XYZ | 20.94 | 25.02 | 40.28 | - |
| YUV | 129.87 | 148.95 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 145 | 167 | 0.49 | 0.13 | 0 | 0.35 | 196.3 | 0.32 | 0.5 |
| Hex | 56 | 91 | A7 | 31 | D | 0 | 23 | C4 | 20 | 32 |
| Octal | 126 | 221 | 247 | 61 | 15 | 0 | 43 | 304 | 40 | 62 |
| Binary | 1010110 | 10010001 | 10100111 | 110001 | 1101 | 0 | 100011 | 11000100 | 100000 | 110010 |
Color Harmonies of #5691A7
Complementary color
Monochromatic Colors of #5691A7
Black with #5691A7
Text Example
Text Example
White with #5691A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5691A7; }
p { color: rgb(86,145,167); }
H1.HeaderClassName
{
color: #5691A7;
}
.AnyTagClassName
{
color: #5691A7;
}
</style>
background-color css
<style>
a { background-color: #5691A7; }
a { background-color: rgb(86,145,167); }
div.DivClassName
{
background-color: #5691A7;
}
.BgClassName
{
background-color: #5691A7;
}
</style>
border-color css
<style>
span { border-color: #5691A7; }
span { border-color: rgb(86,145,167); }
td.TdClassName
{
border-color: #5691A7;
}
.TagClassName
{
border-color: #5691A7;
}
</style>