Shades of Air Force Blue #577BAA
Tints of Air Force Blue #577BAA
RGB
CMYK
RGB Variations
Color information
#577BAA (or 0x577BAA) is known color: Air Force Blue. HEX triplet: 57, 7B and AA. RGB value is (87,123,170). Sum of RGB (Red+Green+Blue) = 87+123+170=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #577BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577BAA is #A88455. Grayscale: #757575. Windows color (decimal): -11043926 or 11172695. OLE color: 11172695.
HSL color Cylindrical-coordinate representation of color #577BAA: hue angle of 213.98º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #577BAA is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 123 | 170 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.33 |
| HSL | 213.98º | 0.33% | 0.5% | - |
| HSV(B) | 213.98º | 0.49% | 0.67% | - |
| XYZ | 18.27 | 19.09 | 40.75 | - |
| YUV | 117.59 | 157.57 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 170 | 0.49 | 0.28 | 0 | 0.33 | 213.98 | 0.33 | 0.5 |
| Hex | 57 | 7B | AA | 31 | 1C | 0 | 21 | D6 | 21 | 32 |
| Octal | 127 | 173 | 252 | 61 | 34 | 0 | 41 | 326 | 41 | 62 |
| Binary | 1010111 | 1111011 | 10101010 | 110001 | 11100 | 0 | 100001 | 11010110 | 100001 | 110010 |
Color Harmonies of #577BAA
Complementary color
Monochromatic Colors of #577BAA
Black with #577BAA
Text Example
Text Example
White with #577BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577BAA; }
p { color: rgb(87,123,170); }
H1.HeaderClassName
{
color: #577BAA;
}
.AnyTagClassName
{
color: #577BAA;
}
</style>
background-color css
<style>
a { background-color: #577BAA; }
a { background-color: rgb(87,123,170); }
div.DivClassName
{
background-color: #577BAA;
}
.BgClassName
{
background-color: #577BAA;
}
</style>
border-color css
<style>
span { border-color: #577BAA; }
span { border-color: rgb(87,123,170); }
td.TdClassName
{
border-color: #577BAA;
}
.TagClassName
{
border-color: #577BAA;
}
</style>