Shades of Air Force Blue #5490AC
Tints of Air Force Blue #5490AC
RGB
CMYK
RGB Variations
Color information
#5490AC (or 0x5490AC) is known color: Air Force Blue. HEX triplet: 54, 90 and AC. RGB value is (84,144,172). Sum of RGB (Red+Green+Blue) = 84+144+172=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #5490AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5490AC is #AB6F53. Grayscale: #818181. Windows color (decimal): -11235156 or 11309140. OLE color: 11309140.
HSL color Cylindrical-coordinate representation of color #5490AC: hue angle of 199.09º degrees, saturation: 0.35, 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 #5490AC is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 144 | 172 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.33 |
| HSL | 199.09º | 0.35% | 0.5% | - |
| HSV(B) | 199.09º | 0.51% | 0.67% | - |
| XYZ | 21.08 | 24.81 | 42.71 | - |
| YUV | 129.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 144 | 172 | 0.51 | 0.16 | 0 | 0.33 | 199.09 | 0.35 | 0.5 |
| Hex | 54 | 90 | AC | 33 | 10 | 0 | 21 | C7 | 23 | 32 |
| Octal | 124 | 220 | 254 | 63 | 20 | 0 | 41 | 307 | 43 | 62 |
| Binary | 1010100 | 10010000 | 10101100 | 110011 | 10000 | 0 | 100001 | 11000111 | 100011 | 110010 |
Color Harmonies of #5490AC
Complementary color
Monochromatic Colors of #5490AC
Black with #5490AC
Text Example
Text Example
White with #5490AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5490AC; }
p { color: rgb(84,144,172); }
H1.HeaderClassName
{
color: #5490AC;
}
.AnyTagClassName
{
color: #5490AC;
}
</style>
background-color css
<style>
a { background-color: #5490AC; }
a { background-color: rgb(84,144,172); }
div.DivClassName
{
background-color: #5490AC;
}
.BgClassName
{
background-color: #5490AC;
}
</style>
border-color css
<style>
span { border-color: #5490AC; }
span { border-color: rgb(84,144,172); }
td.TdClassName
{
border-color: #5490AC;
}
.TagClassName
{
border-color: #5490AC;
}
</style>