Shades of Air Force Blue #547E9A
Tints of Air Force Blue #547E9A
RGB
CMYK
RGB Variations
Color information
#547E9A (or 0x547E9A) is known color: Air Force Blue. HEX triplet: 54, 7E and 9A. RGB value is (84,126,154). Sum of RGB (Red+Green+Blue) = 84+126+154=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #547E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547E9A is #AB8165. Grayscale: #747474. Windows color (decimal): -11239782 or 10124884. OLE color: 10124884.
HSL color Cylindrical-coordinate representation of color #547E9A: hue angle of 204º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #547E9A is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 126 | 154 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.40 |
| HSL | 204º | 0.29% | 0.47% | - |
| HSV(B) | 204º | 0.45% | 0.6% | - |
| XYZ | 16.95 | 19.14 | 33.37 | - |
| YUV | 116.63 | 149.09 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 154 | 0.45 | 0.18 | 0 | 0.40 | 204 | 0.29 | 0.47 |
| Hex | 54 | 7E | 9A | 2D | 12 | 0 | 28 | CC | 1D | 2F |
| Octal | 124 | 176 | 232 | 55 | 22 | 0 | 50 | 314 | 35 | 57 |
| Binary | 1010100 | 1111110 | 10011010 | 101101 | 10010 | 0 | 101000 | 11001100 | 11101 | 101111 |
Color Harmonies of #547E9A
Complementary color
Monochromatic Colors of #547E9A
Black with #547E9A
Text Example
Text Example
White with #547E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547E9A; }
p { color: rgb(84,126,154); }
H1.HeaderClassName
{
color: #547E9A;
}
.AnyTagClassName
{
color: #547E9A;
}
</style>
background-color css
<style>
a { background-color: #547E9A; }
a { background-color: rgb(84,126,154); }
div.DivClassName
{
background-color: #547E9A;
}
.BgClassName
{
background-color: #547E9A;
}
</style>
border-color css
<style>
span { border-color: #547E9A; }
span { border-color: rgb(84,126,154); }
td.TdClassName
{
border-color: #547E9A;
}
.TagClassName
{
border-color: #547E9A;
}
</style>