Shades of Air Force Blue #547DA2
Tints of Air Force Blue #547DA2
RGB
CMYK
RGB Variations
Color information
#547DA2 (or 0x547DA2) is known color: Air Force Blue. HEX triplet: 54, 7D and A2. RGB value is (84,125,162). Sum of RGB (Red+Green+Blue) = 84+125+162=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 162 - color contains mainly: blue. Hex color #547DA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547DA2 is #AB825D. Grayscale: #747474. Windows color (decimal): -11240030 or 10648916. OLE color: 10648916.
HSL color Cylindrical-coordinate representation of color #547DA2: hue angle of 208.46º 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 #547DA2 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 125 | 162 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.36 |
| HSL | 208.46º | 0.32% | 0.48% | - |
| HSV(B) | 208.46º | 0.48% | 0.64% | - |
| XYZ | 17.51 | 19.16 | 36.96 | - |
| YUV | 116.96 | 153.42 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 162 | 0.48 | 0.23 | 0 | 0.36 | 208.46 | 0.32 | 0.48 |
| Hex | 54 | 7D | A2 | 30 | 17 | 0 | 24 | D0 | 20 | 30 |
| Octal | 124 | 175 | 242 | 60 | 27 | 0 | 44 | 320 | 40 | 60 |
| Binary | 1010100 | 1111101 | 10100010 | 110000 | 10111 | 0 | 100100 | 11010000 | 100000 | 110000 |
Color Harmonies of #547DA2
Complementary color
Monochromatic Colors of #547DA2
Black with #547DA2
Text Example
Text Example
White with #547DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547DA2; }
p { color: rgb(84,125,162); }
H1.HeaderClassName
{
color: #547DA2;
}
.AnyTagClassName
{
color: #547DA2;
}
</style>
background-color css
<style>
a { background-color: #547DA2; }
a { background-color: rgb(84,125,162); }
div.DivClassName
{
background-color: #547DA2;
}
.BgClassName
{
background-color: #547DA2;
}
</style>
border-color css
<style>
span { border-color: #547DA2; }
span { border-color: rgb(84,125,162); }
td.TdClassName
{
border-color: #547DA2;
}
.TagClassName
{
border-color: #547DA2;
}
</style>