Shades of Air Force Blue #5690AB
Tints of Air Force Blue #5690AB
RGB
CMYK
RGB Variations
Color information
#5690AB (or 0x5690AB) is known color: Air Force Blue. HEX triplet: 56, 90 and AB. RGB value is (86,144,171). Sum of RGB (Red+Green+Blue) = 86+144+171=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #5690AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5690AB is #A96F54. Grayscale: #818181. Windows color (decimal): -11104085 or 11243606. OLE color: 11243606.
HSL color Cylindrical-coordinate representation of color #5690AB: hue angle of 199.06º 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 #5690AB is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 144 | 171 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.33 |
| HSL | 199.06º | 0.34% | 0.5% | - |
| HSV(B) | 199.06º | 0.5% | 0.67% | - |
| XYZ | 21.16 | 24.87 | 42.21 | - |
| YUV | 129.74 | 151.28 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 144 | 171 | 0.50 | 0.16 | 0 | 0.33 | 199.06 | 0.34 | 0.5 |
| Hex | 56 | 90 | AB | 32 | 10 | 0 | 21 | C7 | 22 | 32 |
| Octal | 126 | 220 | 253 | 62 | 20 | 0 | 41 | 307 | 42 | 62 |
| Binary | 1010110 | 10010000 | 10101011 | 110010 | 10000 | 0 | 100001 | 11000111 | 100010 | 110010 |
Color Harmonies of #5690AB
Complementary color
Monochromatic Colors of #5690AB
Black with #5690AB
Text Example
Text Example
White with #5690AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5690AB; }
p { color: rgb(86,144,171); }
H1.HeaderClassName
{
color: #5690AB;
}
.AnyTagClassName
{
color: #5690AB;
}
</style>
background-color css
<style>
a { background-color: #5690AB; }
a { background-color: rgb(86,144,171); }
div.DivClassName
{
background-color: #5690AB;
}
.BgClassName
{
background-color: #5690AB;
}
</style>
border-color css
<style>
span { border-color: #5690AB; }
span { border-color: rgb(86,144,171); }
td.TdClassName
{
border-color: #5690AB;
}
.TagClassName
{
border-color: #5690AB;
}
</style>