Shades of Air Force Blue #557CAA
Tints of Air Force Blue #557CAA
RGB
CMYK
RGB Variations
Color information
#557CAA (or 0x557CAA) is known color: Air Force Blue. HEX triplet: 55, 7C and AA. RGB value is (85,124,170). Sum of RGB (Red+Green+Blue) = 85+124+170=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #557CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557CAA is #AA8355. Grayscale: #757575. Windows color (decimal): -11174742 or 11172949. OLE color: 11172949.
HSL color Cylindrical-coordinate representation of color #557CAA: hue angle of 212.47º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #557CAA is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 124 | 170 | - |
| CMYK | 0.50 | 0.27 | 0 | 0.33 |
| HSL | 212.47º | 0.33% | 0.5% | - |
| HSV(B) | 212.47º | 0.5% | 0.67% | - |
| XYZ | 18.21 | 19.25 | 40.79 | - |
| YUV | 117.58 | 157.58 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 170 | 0.50 | 0.27 | 0 | 0.33 | 212.47 | 0.33 | 0.5 |
| Hex | 55 | 7C | AA | 32 | 1B | 0 | 21 | D4 | 21 | 32 |
| Octal | 125 | 174 | 252 | 62 | 33 | 0 | 41 | 324 | 41 | 62 |
| Binary | 1010101 | 1111100 | 10101010 | 110010 | 11011 | 0 | 100001 | 11010100 | 100001 | 110010 |
Color Harmonies of #557CAA
Complementary color
Monochromatic Colors of #557CAA
Black with #557CAA
Text Example
Text Example
White with #557CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CAA; }
p { color: rgb(85,124,170); }
H1.HeaderClassName
{
color: #557CAA;
}
.AnyTagClassName
{
color: #557CAA;
}
</style>
background-color css
<style>
a { background-color: #557CAA; }
a { background-color: rgb(85,124,170); }
div.DivClassName
{
background-color: #557CAA;
}
.BgClassName
{
background-color: #557CAA;
}
</style>
border-color css
<style>
span { border-color: #557CAA; }
span { border-color: rgb(85,124,170); }
td.TdClassName
{
border-color: #557CAA;
}
.TagClassName
{
border-color: #557CAA;
}
</style>