Shades of Air Force Blue #547FA7
Tints of Air Force Blue #547FA7
RGB
CMYK
RGB Variations
Color information
#547FA7 (or 0x547FA7) is known color: Air Force Blue. HEX triplet: 54, 7F and A7. RGB value is (84,127,167). Sum of RGB (Red+Green+Blue) = 84+127+167=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: blue. Hex color #547FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547FA7 is #AB8058. Grayscale: #767676. Windows color (decimal): -11239513 or 10977108. OLE color: 10977108.
HSL color Cylindrical-coordinate representation of color #547FA7: hue angle of 208.92º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #547FA7 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 127 | 167 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.35 |
| HSL | 208.92º | 0.33% | 0.49% | - |
| HSV(B) | 208.92º | 0.5% | 0.65% | - |
| XYZ | 18.22 | 19.85 | 39.43 | - |
| YUV | 118.7 | 155.25 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 167 | 0.50 | 0.24 | 0 | 0.35 | 208.92 | 0.33 | 0.49 |
| Hex | 54 | 7F | A7 | 32 | 18 | 0 | 23 | D1 | 21 | 31 |
| Octal | 124 | 177 | 247 | 62 | 30 | 0 | 43 | 321 | 41 | 61 |
| Binary | 1010100 | 1111111 | 10100111 | 110010 | 11000 | 0 | 100011 | 11010001 | 100001 | 110001 |
Color Harmonies of #547FA7
Complementary color
Monochromatic Colors of #547FA7
Black with #547FA7
Text Example
Text Example
White with #547FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547FA7; }
p { color: rgb(84,127,167); }
H1.HeaderClassName
{
color: #547FA7;
}
.AnyTagClassName
{
color: #547FA7;
}
</style>
background-color css
<style>
a { background-color: #547FA7; }
a { background-color: rgb(84,127,167); }
div.DivClassName
{
background-color: #547FA7;
}
.BgClassName
{
background-color: #547FA7;
}
</style>
border-color css
<style>
span { border-color: #547FA7; }
span { border-color: rgb(84,127,167); }
td.TdClassName
{
border-color: #547FA7;
}
.TagClassName
{
border-color: #547FA7;
}
</style>