Shades of Air Force Blue #5682AC
Tints of Air Force Blue #5682AC
RGB
CMYK
RGB Variations
Color information
#5682AC (or 0x5682AC) is known color: Air Force Blue. HEX triplet: 56, 82 and AC. RGB value is (86,130,172). Sum of RGB (Red+Green+Blue) = 86+130+172=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #5682AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5682AC is #A97D53. Grayscale: #797979. Windows color (decimal): -11107668 or 11305558. OLE color: 11305558.
HSL color Cylindrical-coordinate representation of color #5682AC: hue angle of 209.3º 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 #5682AC is Cyan = 0.5, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 130 | 172 | - |
| CMYK | 0.5 | 0.24 | 0 | 0.33 |
| HSL | 209.3º | 0.34% | 0.51% | - |
| HSV(B) | 209.3º | 0.5% | 0.67% | - |
| XYZ | 19.27 | 20.92 | 42.05 | - |
| YUV | 121.63 | 156.42 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 172 | 0.5 | 0.24 | 0 | 0.33 | 209.3 | 0.34 | 0.51 |
| Hex | 56 | 82 | AC | 32 | 18 | 0 | 21 | D1 | 22 | 33 |
| Octal | 126 | 202 | 254 | 62 | 30 | 0 | 41 | 321 | 42 | 63 |
| Binary | 1010110 | 10000010 | 10101100 | 110010 | 11000 | 0 | 100001 | 11010001 | 100010 | 110011 |
Color Harmonies of #5682AC
Complementary color
Monochromatic Colors of #5682AC
Black with #5682AC
Text Example
Text Example
White with #5682AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5682AC; }
p { color: rgb(86,130,172); }
H1.HeaderClassName
{
color: #5682AC;
}
.AnyTagClassName
{
color: #5682AC;
}
</style>
background-color css
<style>
a { background-color: #5682AC; }
a { background-color: rgb(86,130,172); }
div.DivClassName
{
background-color: #5682AC;
}
.BgClassName
{
background-color: #5682AC;
}
</style>
border-color css
<style>
span { border-color: #5682AC; }
span { border-color: rgb(86,130,172); }
td.TdClassName
{
border-color: #5682AC;
}
.TagClassName
{
border-color: #5682AC;
}
</style>