Shades of Air Force Blue #5485AF
Tints of Air Force Blue #5485AF
RGB
CMYK
RGB Variations
Color information
#5485AF (or 0x5485AF) is known color: Air Force Blue. HEX triplet: 54, 85 and AF. RGB value is (84,133,175). Sum of RGB (Red+Green+Blue) = 84+133+175=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #5485AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5485AF is #AB7A50. Grayscale: #7A7A7A. Windows color (decimal): -11237969 or 11502932. OLE color: 11502932.
HSL color Cylindrical-coordinate representation of color #5485AF: hue angle of 207.69º 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 #5485AF is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 133 | 175 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.31 |
| HSL | 207.69º | 0.36% | 0.51% | - |
| HSV(B) | 207.69º | 0.52% | 0.69% | - |
| XYZ | 19.78 | 21.76 | 43.71 | - |
| YUV | 123.14 | 157.27 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 175 | 0.52 | 0.24 | 0 | 0.31 | 207.69 | 0.36 | 0.51 |
| Hex | 54 | 85 | AF | 34 | 18 | 0 | 1F | D0 | 24 | 33 |
| Octal | 124 | 205 | 257 | 64 | 30 | 0 | 37 | 320 | 44 | 63 |
| Binary | 1010100 | 10000101 | 10101111 | 110100 | 11000 | 0 | 11111 | 11010000 | 100100 | 110011 |
Color Harmonies of #5485AF
Complementary color
Monochromatic Colors of #5485AF
Black with #5485AF
Text Example
Text Example
White with #5485AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5485AF; }
p { color: rgb(84,133,175); }
H1.HeaderClassName
{
color: #5485AF;
}
.AnyTagClassName
{
color: #5485AF;
}
</style>
background-color css
<style>
a { background-color: #5485AF; }
a { background-color: rgb(84,133,175); }
div.DivClassName
{
background-color: #5485AF;
}
.BgClassName
{
background-color: #5485AF;
}
</style>
border-color css
<style>
span { border-color: #5485AF; }
span { border-color: rgb(84,133,175); }
td.TdClassName
{
border-color: #5485AF;
}
.TagClassName
{
border-color: #5485AF;
}
</style>