Shades of Air Force Blue #547D9E
Tints of Air Force Blue #547D9E
RGB
CMYK
RGB Variations
Color information
#547D9E (or 0x547D9E) is known color: Air Force Blue. HEX triplet: 54, 7D and 9E. RGB value is (84,125,158). Sum of RGB (Red+Green+Blue) = 84+125+158=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #547D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547D9E is #AB8261. Grayscale: #747474. Windows color (decimal): -11240034 or 10386772. OLE color: 10386772.
HSL color Cylindrical-coordinate representation of color #547D9E: hue angle of 206.76º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #547D9E is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 125 | 158 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.38 |
| HSL | 206.76º | 0.31% | 0.47% | - |
| HSV(B) | 206.76º | 0.47% | 0.62% | - |
| XYZ | 17.16 | 19.02 | 35.11 | - |
| YUV | 116.5 | 151.42 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 158 | 0.47 | 0.21 | 0 | 0.38 | 206.76 | 0.31 | 0.47 |
| Hex | 54 | 7D | 9E | 2F | 15 | 0 | 26 | CF | 1F | 2F |
| Octal | 124 | 175 | 236 | 57 | 25 | 0 | 46 | 317 | 37 | 57 |
| Binary | 1010100 | 1111101 | 10011110 | 101111 | 10101 | 0 | 100110 | 11001111 | 11111 | 101111 |
Color Harmonies of #547D9E
Complementary color
Monochromatic Colors of #547D9E
Black with #547D9E
Text Example
Text Example
White with #547D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547D9E; }
p { color: rgb(84,125,158); }
H1.HeaderClassName
{
color: #547D9E;
}
.AnyTagClassName
{
color: #547D9E;
}
</style>
background-color css
<style>
a { background-color: #547D9E; }
a { background-color: rgb(84,125,158); }
div.DivClassName
{
background-color: #547D9E;
}
.BgClassName
{
background-color: #547D9E;
}
</style>
border-color css
<style>
span { border-color: #547D9E; }
span { border-color: rgb(84,125,158); }
td.TdClassName
{
border-color: #547D9E;
}
.TagClassName
{
border-color: #547D9E;
}
</style>