Shades of Air Force Blue #548BAB
Tints of Air Force Blue #548BAB
RGB
CMYK
RGB Variations
Color information
#548BAB (or 0x548BAB) is known color: Air Force Blue. HEX triplet: 54, 8B and AB. RGB value is (84,139,171). Sum of RGB (Red+Green+Blue) = 84+139+171=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #548BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548BAB is #AB7454. Grayscale: #7E7E7E. Windows color (decimal): -11236437 or 11242324. OLE color: 11242324.
HSL color Cylindrical-coordinate representation of color #548BAB: hue angle of 202.07º 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 #548BAB is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 139 | 171 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.33 |
| HSL | 202.07º | 0.34% | 0.5% | - |
| HSV(B) | 202.07º | 0.51% | 0.67% | - |
| XYZ | 20.24 | 23.29 | 41.96 | - |
| YUV | 126.2 | 153.28 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 171 | 0.51 | 0.19 | 0 | 0.33 | 202.07 | 0.34 | 0.5 |
| Hex | 54 | 8B | AB | 33 | 13 | 0 | 21 | CA | 22 | 32 |
| Octal | 124 | 213 | 253 | 63 | 23 | 0 | 41 | 312 | 42 | 62 |
| Binary | 1010100 | 10001011 | 10101011 | 110011 | 10011 | 0 | 100001 | 11001010 | 100010 | 110010 |
Color Harmonies of #548BAB
Complementary color
Monochromatic Colors of #548BAB
Black with #548BAB
Text Example
Text Example
White with #548BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548BAB; }
p { color: rgb(84,139,171); }
H1.HeaderClassName
{
color: #548BAB;
}
.AnyTagClassName
{
color: #548BAB;
}
</style>
background-color css
<style>
a { background-color: #548BAB; }
a { background-color: rgb(84,139,171); }
div.DivClassName
{
background-color: #548BAB;
}
.BgClassName
{
background-color: #548BAB;
}
</style>
border-color css
<style>
span { border-color: #548BAB; }
span { border-color: rgb(84,139,171); }
td.TdClassName
{
border-color: #548BAB;
}
.TagClassName
{
border-color: #548BAB;
}
</style>