Shades of Air Force Blue #5486AA
Tints of Air Force Blue #5486AA
RGB
CMYK
RGB Variations
Color information
#5486AA (or 0x5486AA) is known color: Air Force Blue. HEX triplet: 54, 86 and AA. RGB value is (84,134,170). Sum of RGB (Red+Green+Blue) = 84+134+170=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #5486AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5486AA is #AB7955. Grayscale: #7A7A7A. Windows color (decimal): -11237718 or 11175508. OLE color: 11175508.
HSL color Cylindrical-coordinate representation of color #5486AA: hue angle of 205.12º 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 #5486AA is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 134 | 170 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.33 |
| HSL | 205.12º | 0.34% | 0.5% | - |
| HSV(B) | 205.12º | 0.51% | 0.67% | - |
| XYZ | 19.44 | 21.84 | 41.22 | - |
| YUV | 123.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 134 | 170 | 0.51 | 0.21 | 0 | 0.33 | 205.12 | 0.34 | 0.5 |
| Hex | 54 | 86 | AA | 33 | 15 | 0 | 21 | CD | 22 | 32 |
| Octal | 124 | 206 | 252 | 63 | 25 | 0 | 41 | 315 | 42 | 62 |
| Binary | 1010100 | 10000110 | 10101010 | 110011 | 10101 | 0 | 100001 | 11001101 | 100010 | 110010 |
Color Harmonies of #5486AA
Complementary color
Monochromatic Colors of #5486AA
Black with #5486AA
Text Example
Text Example
White with #5486AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5486AA; }
p { color: rgb(84,134,170); }
H1.HeaderClassName
{
color: #5486AA;
}
.AnyTagClassName
{
color: #5486AA;
}
</style>
background-color css
<style>
a { background-color: #5486AA; }
a { background-color: rgb(84,134,170); }
div.DivClassName
{
background-color: #5486AA;
}
.BgClassName
{
background-color: #5486AA;
}
</style>
border-color css
<style>
span { border-color: #5486AA; }
span { border-color: rgb(84,134,170); }
td.TdClassName
{
border-color: #5486AA;
}
.TagClassName
{
border-color: #5486AA;
}
</style>