Shades of Air Force Blue #547DA6
Tints of Air Force Blue #547DA6
RGB
CMYK
RGB Variations
Color information
#547DA6 (or 0x547DA6) is known color: Air Force Blue. HEX triplet: 54, 7D and A6. RGB value is (84,125,166). Sum of RGB (Red+Green+Blue) = 84+125+166=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 166 - color contains mainly: blue. Hex color #547DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547DA6 is #AB8259. Grayscale: #757575. Windows color (decimal): -11240026 or 10911060. OLE color: 10911060.
HSL color Cylindrical-coordinate representation of color #547DA6: hue angle of 210º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #547DA6 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 125 | 166 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.35 |
| HSL | 210º | 0.33% | 0.49% | - |
| HSV(B) | 210º | 0.49% | 0.65% | - |
| XYZ | 17.87 | 19.31 | 38.86 | - |
| YUV | 117.42 | 155.42 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 166 | 0.49 | 0.25 | 0 | 0.35 | 210 | 0.33 | 0.49 |
| Hex | 54 | 7D | A6 | 31 | 19 | 0 | 23 | D2 | 21 | 31 |
| Octal | 124 | 175 | 246 | 61 | 31 | 0 | 43 | 322 | 41 | 61 |
| Binary | 1010100 | 1111101 | 10100110 | 110001 | 11001 | 0 | 100011 | 11010010 | 100001 | 110001 |
Color Harmonies of #547DA6
Complementary color
Monochromatic Colors of #547DA6
Black with #547DA6
Text Example
Text Example
White with #547DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547DA6; }
p { color: rgb(84,125,166); }
H1.HeaderClassName
{
color: #547DA6;
}
.AnyTagClassName
{
color: #547DA6;
}
</style>
background-color css
<style>
a { background-color: #547DA6; }
a { background-color: rgb(84,125,166); }
div.DivClassName
{
background-color: #547DA6;
}
.BgClassName
{
background-color: #547DA6;
}
</style>
border-color css
<style>
span { border-color: #547DA6; }
span { border-color: rgb(84,125,166); }
td.TdClassName
{
border-color: #547DA6;
}
.TagClassName
{
border-color: #547DA6;
}
</style>