Shades of Air Force Blue #557DAA
Tints of Air Force Blue #557DAA
RGB
CMYK
RGB Variations
Color information
#557DAA (or 0x557DAA) is known color: Air Force Blue. HEX triplet: 55, 7D and AA. RGB value is (85,125,170). Sum of RGB (Red+Green+Blue) = 85+125+170=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #557DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557DAA is #AA8255. Grayscale: #757575. Windows color (decimal): -11174486 or 11173205. OLE color: 11173205.
HSL color Cylindrical-coordinate representation of color #557DAA: hue angle of 211.76º 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 #557DAA is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 125 | 170 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.33 |
| HSL | 211.76º | 0.33% | 0.5% | - |
| HSV(B) | 211.76º | 0.5% | 0.67% | - |
| XYZ | 18.34 | 19.5 | 40.83 | - |
| YUV | 118.17 | 157.25 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 170 | 0.50 | 0.26 | 0 | 0.33 | 211.76 | 0.33 | 0.5 |
| Hex | 55 | 7D | AA | 32 | 1A | 0 | 21 | D4 | 21 | 32 |
| Octal | 125 | 175 | 252 | 62 | 32 | 0 | 41 | 324 | 41 | 62 |
| Binary | 1010101 | 1111101 | 10101010 | 110010 | 11010 | 0 | 100001 | 11010100 | 100001 | 110010 |
Color Harmonies of #557DAA
Complementary color
Monochromatic Colors of #557DAA
Black with #557DAA
Text Example
Text Example
White with #557DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557DAA; }
p { color: rgb(85,125,170); }
H1.HeaderClassName
{
color: #557DAA;
}
.AnyTagClassName
{
color: #557DAA;
}
</style>
background-color css
<style>
a { background-color: #557DAA; }
a { background-color: rgb(85,125,170); }
div.DivClassName
{
background-color: #557DAA;
}
.BgClassName
{
background-color: #557DAA;
}
</style>
border-color css
<style>
span { border-color: #557DAA; }
span { border-color: rgb(85,125,170); }
td.TdClassName
{
border-color: #557DAA;
}
.TagClassName
{
border-color: #557DAA;
}
</style>