Shades of Air Force Blue #5392AD
Tints of Air Force Blue #5392AD
RGB
CMYK
RGB Variations
Color information
#5392AD (or 0x5392AD) is known color: Air Force Blue. HEX triplet: 53, 92 and AD. RGB value is (83,146,173). Sum of RGB (Red+Green+Blue) = 83+146+173=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #5392AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5392AD is #AC6D52. Grayscale: #828282. Windows color (decimal): -11300179 or 11375187. OLE color: 11375187.
HSL color Cylindrical-coordinate representation of color #5392AD: hue angle of 198º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5392AD is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 146 | 173 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.32 |
| HSL | 198º | 0.35% | 0.5% | - |
| HSV(B) | 198º | 0.52% | 0.68% | - |
| XYZ | 21.39 | 25.41 | 43.31 | - |
| YUV | 130.24 | 152.13 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 173 | 0.52 | 0.16 | 0 | 0.32 | 198 | 0.35 | 0.5 |
| Hex | 53 | 92 | AD | 34 | 10 | 0 | 20 | C6 | 23 | 32 |
| Octal | 123 | 222 | 255 | 64 | 20 | 0 | 40 | 306 | 43 | 62 |
| Binary | 1010011 | 10010010 | 10101101 | 110100 | 10000 | 0 | 100000 | 11000110 | 100011 | 110010 |
Color Harmonies of #5392AD
Complementary color
Monochromatic Colors of #5392AD
Black with #5392AD
Text Example
Text Example
White with #5392AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5392AD; }
p { color: rgb(83,146,173); }
H1.HeaderClassName
{
color: #5392AD;
}
.AnyTagClassName
{
color: #5392AD;
}
</style>
background-color css
<style>
a { background-color: #5392AD; }
a { background-color: rgb(83,146,173); }
div.DivClassName
{
background-color: #5392AD;
}
.BgClassName
{
background-color: #5392AD;
}
</style>
border-color css
<style>
span { border-color: #5392AD; }
span { border-color: rgb(83,146,173); }
td.TdClassName
{
border-color: #5392AD;
}
.TagClassName
{
border-color: #5392AD;
}
</style>