Shades of Air Force Blue #547DA0
Tints of Air Force Blue #547DA0
RGB
CMYK
RGB Variations
Color information
#547DA0 (or 0x547DA0) is known color: Air Force Blue. HEX triplet: 54, 7D and A0. RGB value is (84,125,160). Sum of RGB (Red+Green+Blue) = 84+125+160=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: blue. Hex color #547DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547DA0 is #AB825F. Grayscale: #747474. Windows color (decimal): -11240032 or 10517844. OLE color: 10517844.
HSL color Cylindrical-coordinate representation of color #547DA0: hue angle of 207.63º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #547DA0 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 125 | 160 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.37 |
| HSL | 207.63º | 0.31% | 0.48% | - |
| HSV(B) | 207.63º | 0.48% | 0.63% | - |
| XYZ | 17.33 | 19.09 | 36.03 | - |
| YUV | 116.73 | 152.42 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 160 | 0.48 | 0.22 | 0 | 0.37 | 207.63 | 0.31 | 0.48 |
| Hex | 54 | 7D | A0 | 30 | 16 | 0 | 25 | D0 | 1F | 30 |
| Octal | 124 | 175 | 240 | 60 | 26 | 0 | 45 | 320 | 37 | 60 |
| Binary | 1010100 | 1111101 | 10100000 | 110000 | 10110 | 0 | 100101 | 11010000 | 11111 | 110000 |
Color Harmonies of #547DA0
Complementary color
Monochromatic Colors of #547DA0
Black with #547DA0
Text Example
Text Example
White with #547DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547DA0; }
p { color: rgb(84,125,160); }
H1.HeaderClassName
{
color: #547DA0;
}
.AnyTagClassName
{
color: #547DA0;
}
</style>
background-color css
<style>
a { background-color: #547DA0; }
a { background-color: rgb(84,125,160); }
div.DivClassName
{
background-color: #547DA0;
}
.BgClassName
{
background-color: #547DA0;
}
</style>
border-color css
<style>
span { border-color: #547DA0; }
span { border-color: rgb(84,125,160); }
td.TdClassName
{
border-color: #547DA0;
}
.TagClassName
{
border-color: #547DA0;
}
</style>