Shades of Air Force Blue #5682AB
Tints of Air Force Blue #5682AB
RGB
CMYK
RGB Variations
Color information
#5682AB (or 0x5682AB) is known color: Air Force Blue. HEX triplet: 56, 82 and AB. RGB value is (86,130,171). Sum of RGB (Red+Green+Blue) = 86+130+171=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #5682AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5682AB is #A97D54. Grayscale: #797979. Windows color (decimal): -11107669 or 11240022. OLE color: 11240022.
HSL color Cylindrical-coordinate representation of color #5682AB: hue angle of 208.94º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5682AB is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 130 | 171 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.33 |
| HSL | 208.94º | 0.34% | 0.5% | - |
| HSV(B) | 208.94º | 0.5% | 0.67% | - |
| XYZ | 19.17 | 20.88 | 41.55 | - |
| YUV | 121.52 | 155.92 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 171 | 0.50 | 0.24 | 0 | 0.33 | 208.94 | 0.34 | 0.5 |
| Hex | 56 | 82 | AB | 32 | 18 | 0 | 21 | D1 | 22 | 32 |
| Octal | 126 | 202 | 253 | 62 | 30 | 0 | 41 | 321 | 42 | 62 |
| Binary | 1010110 | 10000010 | 10101011 | 110010 | 11000 | 0 | 100001 | 11010001 | 100010 | 110010 |
Color Harmonies of #5682AB
Complementary color
Monochromatic Colors of #5682AB
Black with #5682AB
Text Example
Text Example
White with #5682AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5682AB; }
p { color: rgb(86,130,171); }
H1.HeaderClassName
{
color: #5682AB;
}
.AnyTagClassName
{
color: #5682AB;
}
</style>
background-color css
<style>
a { background-color: #5682AB; }
a { background-color: rgb(86,130,171); }
div.DivClassName
{
background-color: #5682AB;
}
.BgClassName
{
background-color: #5682AB;
}
</style>
border-color css
<style>
span { border-color: #5682AB; }
span { border-color: rgb(86,130,171); }
td.TdClassName
{
border-color: #5682AB;
}
.TagClassName
{
border-color: #5682AB;
}
</style>