Shades of Air Force Blue #557EA7
Tints of Air Force Blue #557EA7
RGB
CMYK
RGB Variations
Color information
#557EA7 (or 0x557EA7) is known color: Air Force Blue. HEX triplet: 55, 7E and A7. RGB value is (85,126,167). Sum of RGB (Red+Green+Blue) = 85+126+167=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: blue. Hex color #557EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557EA7 is #AA8158. Grayscale: #767676. Windows color (decimal): -11174233 or 10976853. OLE color: 10976853.
HSL color Cylindrical-coordinate representation of color #557EA7: 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 #557EA7 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 126 | 167 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.35 |
| HSL | 210º | 0.33% | 0.49% | - |
| HSV(B) | 210º | 0.49% | 0.65% | - |
| XYZ | 18.18 | 19.64 | 39.39 | - |
| YUV | 118.42 | 155.42 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 167 | 0.49 | 0.25 | 0 | 0.35 | 210 | 0.33 | 0.49 |
| Hex | 55 | 7E | A7 | 31 | 19 | 0 | 23 | D2 | 21 | 31 |
| Octal | 125 | 176 | 247 | 61 | 31 | 0 | 43 | 322 | 41 | 61 |
| Binary | 1010101 | 1111110 | 10100111 | 110001 | 11001 | 0 | 100011 | 11010010 | 100001 | 110001 |
Color Harmonies of #557EA7
Complementary color
Monochromatic Colors of #557EA7
Black with #557EA7
Text Example
Text Example
White with #557EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557EA7; }
p { color: rgb(85,126,167); }
H1.HeaderClassName
{
color: #557EA7;
}
.AnyTagClassName
{
color: #557EA7;
}
</style>
background-color css
<style>
a { background-color: #557EA7; }
a { background-color: rgb(85,126,167); }
div.DivClassName
{
background-color: #557EA7;
}
.BgClassName
{
background-color: #557EA7;
}
</style>
border-color css
<style>
span { border-color: #557EA7; }
span { border-color: rgb(85,126,167); }
td.TdClassName
{
border-color: #557EA7;
}
.TagClassName
{
border-color: #557EA7;
}
</style>