Shades of Air Force Blue #547D9D
Tints of Air Force Blue #547D9D
RGB
CMYK
RGB Variations
Color information
#547D9D (or 0x547D9D) is known color: Air Force Blue. HEX triplet: 54, 7D and 9D. RGB value is (84,125,157). Sum of RGB (Red+Green+Blue) = 84+125+157=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #547D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547D9D is #AB8262. Grayscale: #747474. Windows color (decimal): -11240035 or 10321236. OLE color: 10321236.
HSL color Cylindrical-coordinate representation of color #547D9D: hue angle of 206.3º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #547D9D is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 125 | 157 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.38 |
| HSL | 206.3º | 0.3% | 0.47% | - |
| HSV(B) | 206.3º | 0.46% | 0.62% | - |
| XYZ | 17.08 | 18.99 | 34.66 | - |
| YUV | 116.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 157 | 0.46 | 0.20 | 0 | 0.38 | 206.3 | 0.3 | 0.47 |
| Hex | 54 | 7D | 9D | 2E | 14 | 0 | 26 | CE | 1E | 2F |
| Octal | 124 | 175 | 235 | 56 | 24 | 0 | 46 | 316 | 36 | 57 |
| Binary | 1010100 | 1111101 | 10011101 | 101110 | 10100 | 0 | 100110 | 11001110 | 11110 | 101111 |
Color Harmonies of #547D9D
Complementary color
Monochromatic Colors of #547D9D
Black with #547D9D
Text Example
Text Example
White with #547D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547D9D; }
p { color: rgb(84,125,157); }
H1.HeaderClassName
{
color: #547D9D;
}
.AnyTagClassName
{
color: #547D9D;
}
</style>
background-color css
<style>
a { background-color: #547D9D; }
a { background-color: rgb(84,125,157); }
div.DivClassName
{
background-color: #547D9D;
}
.BgClassName
{
background-color: #547D9D;
}
</style>
border-color css
<style>
span { border-color: #547D9D; }
span { border-color: rgb(84,125,157); }
td.TdClassName
{
border-color: #547D9D;
}
.TagClassName
{
border-color: #547D9D;
}
</style>