Shades of Air Force Blue #5688AD
Tints of Air Force Blue #5688AD
RGB
CMYK
RGB Variations
Color information
#5688AD (or 0x5688AD) is known color: Air Force Blue. HEX triplet: 56, 88 and AD. RGB value is (86,136,173). Sum of RGB (Red+Green+Blue) = 86+136+173=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #5688AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5688AD is #A97752. Grayscale: #7D7D7D. Windows color (decimal): -11106131 or 11372630. OLE color: 11372630.
HSL color Cylindrical-coordinate representation of color #5688AD: hue angle of 205.52º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5688AD is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 136 | 173 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.32 |
| HSL | 205.52º | 0.35% | 0.51% | - |
| HSV(B) | 205.52º | 0.5% | 0.68% | - |
| XYZ | 20.18 | 22.6 | 42.83 | - |
| YUV | 125.27 | 154.94 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 173 | 0.50 | 0.21 | 0 | 0.32 | 205.52 | 0.35 | 0.51 |
| Hex | 56 | 88 | AD | 32 | 15 | 0 | 20 | CE | 23 | 33 |
| Octal | 126 | 210 | 255 | 62 | 25 | 0 | 40 | 316 | 43 | 63 |
| Binary | 1010110 | 10001000 | 10101101 | 110010 | 10101 | 0 | 100000 | 11001110 | 100011 | 110011 |
Color Harmonies of #5688AD
Complementary color
Monochromatic Colors of #5688AD
Black with #5688AD
Text Example
Text Example
White with #5688AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5688AD; }
p { color: rgb(86,136,173); }
H1.HeaderClassName
{
color: #5688AD;
}
.AnyTagClassName
{
color: #5688AD;
}
</style>
background-color css
<style>
a { background-color: #5688AD; }
a { background-color: rgb(86,136,173); }
div.DivClassName
{
background-color: #5688AD;
}
.BgClassName
{
background-color: #5688AD;
}
</style>
border-color css
<style>
span { border-color: #5688AD; }
span { border-color: rgb(86,136,173); }
td.TdClassName
{
border-color: #5688AD;
}
.TagClassName
{
border-color: #5688AD;
}
</style>