Shades of Air Force Blue #5481AB
Tints of Air Force Blue #5481AB
RGB
CMYK
RGB Variations
Color information
#5481AB (or 0x5481AB) is known color: Air Force Blue. HEX triplet: 54, 81 and AB. RGB value is (84,129,171). Sum of RGB (Red+Green+Blue) = 84+129+171=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #5481AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5481AB is #AB7E54. Grayscale: #787878. Windows color (decimal): -11238997 or 11239764. OLE color: 11239764.
HSL color Cylindrical-coordinate representation of color #5481AB: hue angle of 208.97º 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 #5481AB is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 129 | 171 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.33 |
| HSL | 208.97º | 0.34% | 0.5% | - |
| HSV(B) | 208.97º | 0.51% | 0.67% | - |
| XYZ | 18.86 | 20.53 | 41.5 | - |
| YUV | 120.33 | 156.59 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 129 | 171 | 0.51 | 0.25 | 0 | 0.33 | 208.97 | 0.34 | 0.5 |
| Hex | 54 | 81 | AB | 33 | 19 | 0 | 21 | D1 | 22 | 32 |
| Octal | 124 | 201 | 253 | 63 | 31 | 0 | 41 | 321 | 42 | 62 |
| Binary | 1010100 | 10000001 | 10101011 | 110011 | 11001 | 0 | 100001 | 11010001 | 100010 | 110010 |
Color Harmonies of #5481AB
Complementary color
Monochromatic Colors of #5481AB
Black with #5481AB
Text Example
Text Example
White with #5481AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5481AB; }
p { color: rgb(84,129,171); }
H1.HeaderClassName
{
color: #5481AB;
}
.AnyTagClassName
{
color: #5481AB;
}
</style>
background-color css
<style>
a { background-color: #5481AB; }
a { background-color: rgb(84,129,171); }
div.DivClassName
{
background-color: #5481AB;
}
.BgClassName
{
background-color: #5481AB;
}
</style>
border-color css
<style>
span { border-color: #5481AB; }
span { border-color: rgb(84,129,171); }
td.TdClassName
{
border-color: #5481AB;
}
.TagClassName
{
border-color: #5481AB;
}
</style>