Shades of Air Force Blue #557EAB
Tints of Air Force Blue #557EAB
RGB
CMYK
RGB Variations
Color information
#557EAB (or 0x557EAB) is known color: Air Force Blue. HEX triplet: 55, 7E and AB. RGB value is (85,126,171). Sum of RGB (Red+Green+Blue) = 85+126+171=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #557EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557EAB is #AA8154. Grayscale: #767676. Windows color (decimal): -11174229 or 11238997. OLE color: 11238997.
HSL color Cylindrical-coordinate representation of color #557EAB: hue angle of 211.4º degrees, saturation: 0.34, 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 #557EAB is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 126 | 171 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.33 |
| HSL | 211.4º | 0.34% | 0.5% | - |
| HSV(B) | 211.4º | 0.5% | 0.67% | - |
| XYZ | 18.56 | 19.79 | 41.37 | - |
| YUV | 118.87 | 157.42 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 171 | 0.50 | 0.26 | 0 | 0.33 | 211.4 | 0.34 | 0.5 |
| Hex | 55 | 7E | AB | 32 | 1A | 0 | 21 | D3 | 22 | 32 |
| Octal | 125 | 176 | 253 | 62 | 32 | 0 | 41 | 323 | 42 | 62 |
| Binary | 1010101 | 1111110 | 10101011 | 110010 | 11010 | 0 | 100001 | 11010011 | 100010 | 110010 |
Color Harmonies of #557EAB
Complementary color
Monochromatic Colors of #557EAB
Black with #557EAB
Text Example
Text Example
White with #557EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557EAB; }
p { color: rgb(85,126,171); }
H1.HeaderClassName
{
color: #557EAB;
}
.AnyTagClassName
{
color: #557EAB;
}
</style>
background-color css
<style>
a { background-color: #557EAB; }
a { background-color: rgb(85,126,171); }
div.DivClassName
{
background-color: #557EAB;
}
.BgClassName
{
background-color: #557EAB;
}
</style>
border-color css
<style>
span { border-color: #557EAB; }
span { border-color: rgb(85,126,171); }
td.TdClassName
{
border-color: #557EAB;
}
.TagClassName
{
border-color: #557EAB;
}
</style>