Shades of Air Force Blue #577CAA
Tints of Air Force Blue #577CAA
RGB
CMYK
RGB Variations
Color information
#577CAA (or 0x577CAA) is known color: Air Force Blue. HEX triplet: 57, 7C and AA. RGB value is (87,124,170). Sum of RGB (Red+Green+Blue) = 87+124+170=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #577CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577CAA is #A88355. Grayscale: #757575. Windows color (decimal): -11043670 or 11172951. OLE color: 11172951.
HSL color Cylindrical-coordinate representation of color #577CAA: hue angle of 213.25º 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 #577CAA is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 124 | 170 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.33 |
| HSL | 213.25º | 0.33% | 0.5% | - |
| HSV(B) | 213.25º | 0.49% | 0.67% | - |
| XYZ | 18.39 | 19.34 | 40.79 | - |
| YUV | 118.18 | 157.24 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 124 | 170 | 0.49 | 0.27 | 0 | 0.33 | 213.25 | 0.33 | 0.5 |
| Hex | 57 | 7C | AA | 31 | 1B | 0 | 21 | D5 | 21 | 32 |
| Octal | 127 | 174 | 252 | 61 | 33 | 0 | 41 | 325 | 41 | 62 |
| Binary | 1010111 | 1111100 | 10101010 | 110001 | 11011 | 0 | 100001 | 11010101 | 100001 | 110010 |
Color Harmonies of #577CAA
Complementary color
Monochromatic Colors of #577CAA
Black with #577CAA
Text Example
Text Example
White with #577CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577CAA; }
p { color: rgb(87,124,170); }
H1.HeaderClassName
{
color: #577CAA;
}
.AnyTagClassName
{
color: #577CAA;
}
</style>
background-color css
<style>
a { background-color: #577CAA; }
a { background-color: rgb(87,124,170); }
div.DivClassName
{
background-color: #577CAA;
}
.BgClassName
{
background-color: #577CAA;
}
</style>
border-color css
<style>
span { border-color: #577CAA; }
span { border-color: rgb(87,124,170); }
td.TdClassName
{
border-color: #577CAA;
}
.TagClassName
{
border-color: #577CAA;
}
</style>