Shades of Air Force Blue #5390AD
Tints of Air Force Blue #5390AD
RGB
CMYK
RGB Variations
Color information
#5390AD (or 0x5390AD) is known color: Air Force Blue. HEX triplet: 53, 90 and AD. RGB value is (83,144,173). Sum of RGB (Red+Green+Blue) = 83+144+173=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #5390AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5390AD is #AC6F52. Grayscale: #808080. Windows color (decimal): -11300691 or 11374675. OLE color: 11374675.
HSL color Cylindrical-coordinate representation of color #5390AD: hue angle of 199.33º 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 #5390AD is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 144 | 173 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.32 |
| HSL | 199.33º | 0.35% | 0.5% | - |
| HSV(B) | 199.33º | 0.52% | 0.68% | - |
| XYZ | 21.08 | 24.8 | 43.21 | - |
| YUV | 129.07 | 152.79 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 144 | 173 | 0.52 | 0.17 | 0 | 0.32 | 199.33 | 0.35 | 0.5 |
| Hex | 53 | 90 | AD | 34 | 11 | 0 | 20 | C7 | 23 | 32 |
| Octal | 123 | 220 | 255 | 64 | 21 | 0 | 40 | 307 | 43 | 62 |
| Binary | 1010011 | 10010000 | 10101101 | 110100 | 10001 | 0 | 100000 | 11000111 | 100011 | 110010 |
Color Harmonies of #5390AD
Complementary color
Monochromatic Colors of #5390AD
Black with #5390AD
Text Example
Text Example
White with #5390AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5390AD; }
p { color: rgb(83,144,173); }
H1.HeaderClassName
{
color: #5390AD;
}
.AnyTagClassName
{
color: #5390AD;
}
</style>
background-color css
<style>
a { background-color: #5390AD; }
a { background-color: rgb(83,144,173); }
div.DivClassName
{
background-color: #5390AD;
}
.BgClassName
{
background-color: #5390AD;
}
</style>
border-color css
<style>
span { border-color: #5390AD; }
span { border-color: rgb(83,144,173); }
td.TdClassName
{
border-color: #5390AD;
}
.TagClassName
{
border-color: #5390AD;
}
</style>