Shades of Air Force Blue #547EA3
Tints of Air Force Blue #547EA3
RGB
CMYK
RGB Variations
Color information
#547EA3 (or 0x547EA3) is known color: Air Force Blue. HEX triplet: 54, 7E and A3. RGB value is (84,126,163). Sum of RGB (Red+Green+Blue) = 84+126+163=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 163 - color contains mainly: blue. Hex color #547EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547EA3 is #AB815C. Grayscale: #757575. Windows color (decimal): -11239773 or 10714708. OLE color: 10714708.
HSL color Cylindrical-coordinate representation of color #547EA3: hue angle of 208.1º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #547EA3 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 126 | 163 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.36 |
| HSL | 208.1º | 0.32% | 0.48% | - |
| HSV(B) | 208.1º | 0.48% | 0.64% | - |
| XYZ | 17.73 | 19.45 | 37.47 | - |
| YUV | 117.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 163 | 0.48 | 0.23 | 0 | 0.36 | 208.1 | 0.32 | 0.48 |
| Hex | 54 | 7E | A3 | 30 | 17 | 0 | 24 | D0 | 20 | 30 |
| Octal | 124 | 176 | 243 | 60 | 27 | 0 | 44 | 320 | 40 | 60 |
| Binary | 1010100 | 1111110 | 10100011 | 110000 | 10111 | 0 | 100100 | 11010000 | 100000 | 110000 |
Color Harmonies of #547EA3
Complementary color
Monochromatic Colors of #547EA3
Black with #547EA3
Text Example
Text Example
White with #547EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547EA3; }
p { color: rgb(84,126,163); }
H1.HeaderClassName
{
color: #547EA3;
}
.AnyTagClassName
{
color: #547EA3;
}
</style>
background-color css
<style>
a { background-color: #547EA3; }
a { background-color: rgb(84,126,163); }
div.DivClassName
{
background-color: #547EA3;
}
.BgClassName
{
background-color: #547EA3;
}
</style>
border-color css
<style>
span { border-color: #547EA3; }
span { border-color: rgb(84,126,163); }
td.TdClassName
{
border-color: #547EA3;
}
.TagClassName
{
border-color: #547EA3;
}
</style>