Shades of Air Force Blue #548FAB
Tints of Air Force Blue #548FAB
RGB
CMYK
RGB Variations
Color information
#548FAB (or 0x548FAB) is known color: Air Force Blue. HEX triplet: 54, 8F and AB. RGB value is (84,143,171). Sum of RGB (Red+Green+Blue) = 84+143+171=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #548FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548FAB is #AB7054. Grayscale: #808080. Windows color (decimal): -11235413 or 11243348. OLE color: 11243348.
HSL color Cylindrical-coordinate representation of color #548FAB: hue angle of 199.31º 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 #548FAB is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 143 | 171 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.33 |
| HSL | 199.31º | 0.34% | 0.5% | - |
| HSV(B) | 199.31º | 0.51% | 0.67% | - |
| XYZ | 20.83 | 24.47 | 42.15 | - |
| YUV | 128.55 | 151.95 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 143 | 171 | 0.51 | 0.16 | 0 | 0.33 | 199.31 | 0.34 | 0.5 |
| Hex | 54 | 8F | AB | 33 | 10 | 0 | 21 | C7 | 22 | 32 |
| Octal | 124 | 217 | 253 | 63 | 20 | 0 | 41 | 307 | 42 | 62 |
| Binary | 1010100 | 10001111 | 10101011 | 110011 | 10000 | 0 | 100001 | 11000111 | 100010 | 110010 |
Color Harmonies of #548FAB
Complementary color
Monochromatic Colors of #548FAB
Black with #548FAB
Text Example
Text Example
White with #548FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548FAB; }
p { color: rgb(84,143,171); }
H1.HeaderClassName
{
color: #548FAB;
}
.AnyTagClassName
{
color: #548FAB;
}
</style>
background-color css
<style>
a { background-color: #548FAB; }
a { background-color: rgb(84,143,171); }
div.DivClassName
{
background-color: #548FAB;
}
.BgClassName
{
background-color: #548FAB;
}
</style>
border-color css
<style>
span { border-color: #548FAB; }
span { border-color: rgb(84,143,171); }
td.TdClassName
{
border-color: #548FAB;
}
.TagClassName
{
border-color: #548FAB;
}
</style>