Shades of Air Force Blue #5688AC
Tints of Air Force Blue #5688AC
RGB
CMYK
RGB Variations
Color information
#5688AC (or 0x5688AC) is known color: Air Force Blue. HEX triplet: 56, 88 and AC. RGB value is (86,136,172). Sum of RGB (Red+Green+Blue) = 86+136+172=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #5688AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5688AC is #A97753. Grayscale: #7C7C7C. Windows color (decimal): -11106132 or 11307094. OLE color: 11307094.
HSL color Cylindrical-coordinate representation of color #5688AC: hue angle of 205.12º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5688AC is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 136 | 172 | - |
| CMYK | 0.5 | 0.21 | 0 | 0.33 |
| HSL | 205.12º | 0.34% | 0.51% | - |
| HSV(B) | 205.12º | 0.5% | 0.67% | - |
| XYZ | 20.09 | 22.57 | 42.33 | - |
| YUV | 125.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 172 | 0.5 | 0.21 | 0 | 0.33 | 205.12 | 0.34 | 0.51 |
| Hex | 56 | 88 | AC | 32 | 15 | 0 | 21 | CD | 22 | 33 |
| Octal | 126 | 210 | 254 | 62 | 25 | 0 | 41 | 315 | 42 | 63 |
| Binary | 1010110 | 10001000 | 10101100 | 110010 | 10101 | 0 | 100001 | 11001101 | 100010 | 110011 |
Color Harmonies of #5688AC
Complementary color
Monochromatic Colors of #5688AC
Black with #5688AC
Text Example
Text Example
White with #5688AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5688AC; }
p { color: rgb(86,136,172); }
H1.HeaderClassName
{
color: #5688AC;
}
.AnyTagClassName
{
color: #5688AC;
}
</style>
background-color css
<style>
a { background-color: #5688AC; }
a { background-color: rgb(86,136,172); }
div.DivClassName
{
background-color: #5688AC;
}
.BgClassName
{
background-color: #5688AC;
}
</style>
border-color css
<style>
span { border-color: #5688AC; }
span { border-color: rgb(86,136,172); }
td.TdClassName
{
border-color: #5688AC;
}
.TagClassName
{
border-color: #5688AC;
}
</style>