Shades of Air Force Blue #557FA8
Tints of Air Force Blue #557FA8
RGB
CMYK
RGB Variations
Color information
#557FA8 (or 0x557FA8) is known color: Air Force Blue. HEX triplet: 55, 7F and A8. RGB value is (85,127,168). Sum of RGB (Red+Green+Blue) = 85+127+168=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 168 - color contains mainly: blue. Hex color #557FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557FA8 is #AA8057. Grayscale: #767676. Windows color (decimal): -11173976 or 11042645. OLE color: 11042645.
HSL color Cylindrical-coordinate representation of color #557FA8: hue angle of 209.64º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #557FA8 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 127 | 168 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.34 |
| HSL | 209.64º | 0.33% | 0.5% | - |
| HSV(B) | 209.64º | 0.49% | 0.66% | - |
| XYZ | 18.4 | 19.94 | 39.92 | - |
| YUV | 119.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 168 | 0.49 | 0.24 | 0 | 0.34 | 209.64 | 0.33 | 0.5 |
| Hex | 55 | 7F | A8 | 31 | 18 | 0 | 22 | D2 | 21 | 32 |
| Octal | 125 | 177 | 250 | 61 | 30 | 0 | 42 | 322 | 41 | 62 |
| Binary | 1010101 | 1111111 | 10101000 | 110001 | 11000 | 0 | 100010 | 11010010 | 100001 | 110010 |
Color Harmonies of #557FA8
Complementary color
Monochromatic Colors of #557FA8
Black with #557FA8
Text Example
Text Example
White with #557FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FA8; }
p { color: rgb(85,127,168); }
H1.HeaderClassName
{
color: #557FA8;
}
.AnyTagClassName
{
color: #557FA8;
}
</style>
background-color css
<style>
a { background-color: #557FA8; }
a { background-color: rgb(85,127,168); }
div.DivClassName
{
background-color: #557FA8;
}
.BgClassName
{
background-color: #557FA8;
}
</style>
border-color css
<style>
span { border-color: #557FA8; }
span { border-color: rgb(85,127,168); }
td.TdClassName
{
border-color: #557FA8;
}
.TagClassName
{
border-color: #557FA8;
}
</style>