Shades of Air Force Blue #577FA0
Tints of Air Force Blue #577FA0
RGB
CMYK
RGB Variations
Color information
#577FA0 (or 0x577FA0) is known color: Air Force Blue. HEX triplet: 57, 7F and A0. RGB value is (87,127,160). Sum of RGB (Red+Green+Blue) = 87+127+160=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 160 - color contains mainly: blue. Hex color #577FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577FA0 is #A8805F. Grayscale: #767676. Windows color (decimal): -11042912 or 10518359. OLE color: 10518359.
HSL color Cylindrical-coordinate representation of color #577FA0: hue angle of 207.12º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #577FA0 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 87 | 127 | 160 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.37 |
| HSL | 207.12º | 0.3% | 0.48% | - |
| HSV(B) | 207.12º | 0.46% | 0.63% | - |
| XYZ | 17.87 | 19.74 | 36.13 | - |
| YUV | 118.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 160 | 0.46 | 0.21 | 0 | 0.37 | 207.12 | 0.3 | 0.48 |
| Hex | 57 | 7F | A0 | 2E | 15 | 0 | 25 | CF | 1E | 30 |
| Octal | 127 | 177 | 240 | 56 | 25 | 0 | 45 | 317 | 36 | 60 |
| Binary | 1010111 | 1111111 | 10100000 | 101110 | 10101 | 0 | 100101 | 11001111 | 11110 | 110000 |
Color Harmonies of #577FA0
Complementary color
Monochromatic Colors of #577FA0
Black with #577FA0
Text Example
Text Example
White with #577FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577FA0; }
p { color: rgb(87,127,160); }
H1.HeaderClassName
{
color: #577FA0;
}
.AnyTagClassName
{
color: #577FA0;
}
</style>
background-color css
<style>
a { background-color: #577FA0; }
a { background-color: rgb(87,127,160); }
div.DivClassName
{
background-color: #577FA0;
}
.BgClassName
{
background-color: #577FA0;
}
</style>
border-color css
<style>
span { border-color: #577FA0; }
span { border-color: rgb(87,127,160); }
td.TdClassName
{
border-color: #577FA0;
}
.TagClassName
{
border-color: #577FA0;
}
</style>