Shades of Air Force Blue #5694A7
Tints of Air Force Blue #5694A7
RGB
CMYK
RGB Variations
Color information
#5694A7 (or 0x5694A7) is known color: Air Force Blue. HEX triplet: 56, 94 and A7. RGB value is (86,148,167). Sum of RGB (Red+Green+Blue) = 86+148+167=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 167 (65.62% from 255 or 41.65% from 401); Max value from RGB is 167 - color contains mainly: blue. Hex color #5694A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5694A7 is #A96B58. Grayscale: #838383. Windows color (decimal): -11103065 or 10982486. OLE color: 10982486.
HSL color Cylindrical-coordinate representation of color #5694A7: hue angle of 194.07º 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 #5694A7 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 148 | 167 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.35 |
| HSL | 194.07º | 0.32% | 0.5% | - |
| HSV(B) | 194.07º | 0.49% | 0.65% | - |
| XYZ | 21.4 | 25.95 | 40.44 | - |
| YUV | 131.63 | 147.96 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 148 | 167 | 0.49 | 0.11 | 0 | 0.35 | 194.07 | 0.32 | 0.5 |
| Hex | 56 | 94 | A7 | 31 | B | 0 | 23 | C2 | 20 | 32 |
| Octal | 126 | 224 | 247 | 61 | 13 | 0 | 43 | 302 | 40 | 62 |
| Binary | 1010110 | 10010100 | 10100111 | 110001 | 1011 | 0 | 100011 | 11000010 | 100000 | 110010 |
Color Harmonies of #5694A7
Complementary color
Monochromatic Colors of #5694A7
Black with #5694A7
Text Example
Text Example
White with #5694A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5694A7; }
p { color: rgb(86,148,167); }
H1.HeaderClassName
{
color: #5694A7;
}
.AnyTagClassName
{
color: #5694A7;
}
</style>
background-color css
<style>
a { background-color: #5694A7; }
a { background-color: rgb(86,148,167); }
div.DivClassName
{
background-color: #5694A7;
}
.BgClassName
{
background-color: #5694A7;
}
</style>
border-color css
<style>
span { border-color: #5694A7; }
span { border-color: rgb(86,148,167); }
td.TdClassName
{
border-color: #5694A7;
}
.TagClassName
{
border-color: #5694A7;
}
</style>