Shades of Air Force Blue #577FA8
Tints of Air Force Blue #577FA8
RGB
CMYK
RGB Variations
Color information
#577FA8 (or 0x577FA8) is known color: Air Force Blue. HEX triplet: 57, 7F and A8. RGB value is (87,127,168). Sum of RGB (Red+Green+Blue) = 87+127+168=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 168 - color contains mainly: blue. Hex color #577FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577FA8 is #A88057. Grayscale: #777777. Windows color (decimal): -11042904 or 11042647. OLE color: 11042647.
HSL color Cylindrical-coordinate representation of color #577FA8: hue angle of 210.37º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #577FA8 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 87 | 127 | 168 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.34 |
| HSL | 210.37º | 0.32% | 0.5% | - |
| HSV(B) | 210.37º | 0.48% | 0.66% | - |
| XYZ | 18.59 | 20.03 | 39.93 | - |
| YUV | 119.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 168 | 0.48 | 0.24 | 0 | 0.34 | 210.37 | 0.32 | 0.5 |
| Hex | 57 | 7F | A8 | 30 | 18 | 0 | 22 | D2 | 20 | 32 |
| Octal | 127 | 177 | 250 | 60 | 30 | 0 | 42 | 322 | 40 | 62 |
| Binary | 1010111 | 1111111 | 10101000 | 110000 | 11000 | 0 | 100010 | 11010010 | 100000 | 110010 |
Color Harmonies of #577FA8
Complementary color
Monochromatic Colors of #577FA8
Black with #577FA8
Text Example
Text Example
White with #577FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577FA8; }
p { color: rgb(87,127,168); }
H1.HeaderClassName
{
color: #577FA8;
}
.AnyTagClassName
{
color: #577FA8;
}
</style>
background-color css
<style>
a { background-color: #577FA8; }
a { background-color: rgb(87,127,168); }
div.DivClassName
{
background-color: #577FA8;
}
.BgClassName
{
background-color: #577FA8;
}
</style>
border-color css
<style>
span { border-color: #577FA8; }
span { border-color: rgb(87,127,168); }
td.TdClassName
{
border-color: #577FA8;
}
.TagClassName
{
border-color: #577FA8;
}
</style>