Shades of Air Force Blue #5487AF
Tints of Air Force Blue #5487AF
RGB
CMYK
RGB Variations
Color information
#5487AF (or 0x5487AF) is known color: Air Force Blue. HEX triplet: 54, 87 and AF. RGB value is (84,135,175). Sum of RGB (Red+Green+Blue) = 84+135+175=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #5487AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5487AF is #AB7850. Grayscale: #7C7C7C. Windows color (decimal): -11237457 or 11503444. OLE color: 11503444.
HSL color Cylindrical-coordinate representation of color #5487AF: hue angle of 206.37º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5487AF is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 135 | 175 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.31 |
| HSL | 206.37º | 0.36% | 0.51% | - |
| HSV(B) | 206.37º | 0.52% | 0.69% | - |
| XYZ | 20.06 | 22.31 | 43.81 | - |
| YUV | 124.31 | 156.6 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 135 | 175 | 0.52 | 0.23 | 0 | 0.31 | 206.37 | 0.36 | 0.51 |
| Hex | 54 | 87 | AF | 34 | 17 | 0 | 1F | CE | 24 | 33 |
| Octal | 124 | 207 | 257 | 64 | 27 | 0 | 37 | 316 | 44 | 63 |
| Binary | 1010100 | 10000111 | 10101111 | 110100 | 10111 | 0 | 11111 | 11001110 | 100100 | 110011 |
Color Harmonies of #5487AF
Complementary color
Monochromatic Colors of #5487AF
Black with #5487AF
Text Example
Text Example
White with #5487AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5487AF; }
p { color: rgb(84,135,175); }
H1.HeaderClassName
{
color: #5487AF;
}
.AnyTagClassName
{
color: #5487AF;
}
</style>
background-color css
<style>
a { background-color: #5487AF; }
a { background-color: rgb(84,135,175); }
div.DivClassName
{
background-color: #5487AF;
}
.BgClassName
{
background-color: #5487AF;
}
</style>
border-color css
<style>
span { border-color: #5487AF; }
span { border-color: rgb(84,135,175); }
td.TdClassName
{
border-color: #5487AF;
}
.TagClassName
{
border-color: #5487AF;
}
</style>