Shades of Air Force Blue #557FA3
Tints of Air Force Blue #557FA3
RGB
CMYK
RGB Variations
Color information
#557FA3 (or 0x557FA3) is known color: Air Force Blue. HEX triplet: 55, 7F and A3. RGB value is (85,127,163). Sum of RGB (Red+Green+Blue) = 85+127+163=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 163 (64.06% from 255 or 43.47% from 375); Max value from RGB is 163 - color contains mainly: blue. Hex color #557FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557FA3 is #AA805C. Grayscale: #767676. Windows color (decimal): -11173981 or 10714965. OLE color: 10714965.
HSL color Cylindrical-coordinate representation of color #557FA3: hue angle of 207.69º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #557FA3 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 127 | 163 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.36 |
| HSL | 207.69º | 0.31% | 0.49% | - |
| HSV(B) | 207.69º | 0.48% | 0.64% | - |
| XYZ | 17.95 | 19.75 | 37.52 | - |
| YUV | 118.55 | 153.09 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 163 | 0.48 | 0.22 | 0 | 0.36 | 207.69 | 0.31 | 0.49 |
| Hex | 55 | 7F | A3 | 30 | 16 | 0 | 24 | D0 | 1F | 31 |
| Octal | 125 | 177 | 243 | 60 | 26 | 0 | 44 | 320 | 37 | 61 |
| Binary | 1010101 | 1111111 | 10100011 | 110000 | 10110 | 0 | 100100 | 11010000 | 11111 | 110001 |
Color Harmonies of #557FA3
Complementary color
Monochromatic Colors of #557FA3
Black with #557FA3
Text Example
Text Example
White with #557FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FA3; }
p { color: rgb(85,127,163); }
H1.HeaderClassName
{
color: #557FA3;
}
.AnyTagClassName
{
color: #557FA3;
}
</style>
background-color css
<style>
a { background-color: #557FA3; }
a { background-color: rgb(85,127,163); }
div.DivClassName
{
background-color: #557FA3;
}
.BgClassName
{
background-color: #557FA3;
}
</style>
border-color css
<style>
span { border-color: #557FA3; }
span { border-color: rgb(85,127,163); }
td.TdClassName
{
border-color: #557FA3;
}
.TagClassName
{
border-color: #557FA3;
}
</style>