Shades of Air Force Blue #5492AB
Tints of Air Force Blue #5492AB
RGB
CMYK
RGB Variations
Color information
#5492AB (or 0x5492AB) is known color: Air Force Blue. HEX triplet: 54, 92 and AB. RGB value is (84,146,171). Sum of RGB (Red+Green+Blue) = 84+146+171=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 146 (57.42% from 255 or 36.41% 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 #5492AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5492AB is #AB6D54. Grayscale: #828282. Windows color (decimal): -11234645 or 11244116. OLE color: 11244116.
HSL color Cylindrical-coordinate representation of color #5492AB: hue angle of 197.24º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5492AB is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 146 | 171 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.33 |
| HSL | 197.24º | 0.34% | 0.5% | - |
| HSV(B) | 197.24º | 0.51% | 0.67% | - |
| XYZ | 21.29 | 25.38 | 42.31 | - |
| YUV | 130.31 | 150.96 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 171 | 0.51 | 0.15 | 0 | 0.33 | 197.24 | 0.34 | 0.5 |
| Hex | 54 | 92 | AB | 33 | F | 0 | 21 | C5 | 22 | 32 |
| Octal | 124 | 222 | 253 | 63 | 17 | 0 | 41 | 305 | 42 | 62 |
| Binary | 1010100 | 10010010 | 10101011 | 110011 | 1111 | 0 | 100001 | 11000101 | 100010 | 110010 |
Color Harmonies of #5492AB
Complementary color
Monochromatic Colors of #5492AB
Black with #5492AB
Text Example
Text Example
White with #5492AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5492AB; }
p { color: rgb(84,146,171); }
H1.HeaderClassName
{
color: #5492AB;
}
.AnyTagClassName
{
color: #5492AB;
}
</style>
background-color css
<style>
a { background-color: #5492AB; }
a { background-color: rgb(84,146,171); }
div.DivClassName
{
background-color: #5492AB;
}
.BgClassName
{
background-color: #5492AB;
}
</style>
border-color css
<style>
span { border-color: #5492AB; }
span { border-color: rgb(84,146,171); }
td.TdClassName
{
border-color: #5492AB;
}
.TagClassName
{
border-color: #5492AB;
}
</style>