Shades of Air Force Blue #5482AB
Tints of Air Force Blue #5482AB
RGB
CMYK
RGB Variations
Color information
#5482AB (or 0x5482AB) is known color: Air Force Blue. HEX triplet: 54, 82 and AB. RGB value is (84,130,171). Sum of RGB (Red+Green+Blue) = 84+130+171=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #5482AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5482AB is #AB7D54. Grayscale: #787878. Windows color (decimal): -11238741 or 11240020. OLE color: 11240020.
HSL color Cylindrical-coordinate representation of color #5482AB: hue angle of 208.28º 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 #5482AB is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 130 | 171 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.33 |
| HSL | 208.28º | 0.34% | 0.5% | - |
| HSV(B) | 208.28º | 0.51% | 0.67% | - |
| XYZ | 18.99 | 20.79 | 41.54 | - |
| YUV | 120.92 | 156.26 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 130 | 171 | 0.51 | 0.24 | 0 | 0.33 | 208.28 | 0.34 | 0.5 |
| Hex | 54 | 82 | AB | 33 | 18 | 0 | 21 | D0 | 22 | 32 |
| Octal | 124 | 202 | 253 | 63 | 30 | 0 | 41 | 320 | 42 | 62 |
| Binary | 1010100 | 10000010 | 10101011 | 110011 | 11000 | 0 | 100001 | 11010000 | 100010 | 110010 |
Color Harmonies of #5482AB
Complementary color
Monochromatic Colors of #5482AB
Black with #5482AB
Text Example
Text Example
White with #5482AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5482AB; }
p { color: rgb(84,130,171); }
H1.HeaderClassName
{
color: #5482AB;
}
.AnyTagClassName
{
color: #5482AB;
}
</style>
background-color css
<style>
a { background-color: #5482AB; }
a { background-color: rgb(84,130,171); }
div.DivClassName
{
background-color: #5482AB;
}
.BgClassName
{
background-color: #5482AB;
}
</style>
border-color css
<style>
span { border-color: #5482AB; }
span { border-color: rgb(84,130,171); }
td.TdClassName
{
border-color: #5482AB;
}
.TagClassName
{
border-color: #5482AB;
}
</style>