Shades of Air Force Blue #577BA0
Tints of Air Force Blue #577BA0
RGB
CMYK
RGB Variations
Color information
#577BA0 (or 0x577BA0) is known color: Air Force Blue. HEX triplet: 57, 7B and A0. RGB value is (87,123,160). Sum of RGB (Red+Green+Blue) = 87+123+160=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 160 - color contains mainly: blue. Hex color #577BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577BA0 is #A8845F. Grayscale: #747474. Windows color (decimal): -11043936 or 10517335. OLE color: 10517335.
HSL color Cylindrical-coordinate representation of color #577BA0: hue angle of 210.41º 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 #577BA0 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 87 | 123 | 160 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.37 |
| HSL | 210.41º | 0.3% | 0.48% | - |
| HSV(B) | 210.41º | 0.46% | 0.63% | - |
| XYZ | 17.36 | 18.73 | 35.96 | - |
| YUV | 116.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 160 | 0.46 | 0.23 | 0 | 0.37 | 210.41 | 0.3 | 0.48 |
| Hex | 57 | 7B | A0 | 2E | 17 | 0 | 25 | D2 | 1E | 30 |
| Octal | 127 | 173 | 240 | 56 | 27 | 0 | 45 | 322 | 36 | 60 |
| Binary | 1010111 | 1111011 | 10100000 | 101110 | 10111 | 0 | 100101 | 11010010 | 11110 | 110000 |
Color Harmonies of #577BA0
Complementary color
Monochromatic Colors of #577BA0
Black with #577BA0
Text Example
Text Example
White with #577BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577BA0; }
p { color: rgb(87,123,160); }
H1.HeaderClassName
{
color: #577BA0;
}
.AnyTagClassName
{
color: #577BA0;
}
</style>
background-color css
<style>
a { background-color: #577BA0; }
a { background-color: rgb(87,123,160); }
div.DivClassName
{
background-color: #577BA0;
}
.BgClassName
{
background-color: #577BA0;
}
</style>
border-color css
<style>
span { border-color: #577BA0; }
span { border-color: rgb(87,123,160); }
td.TdClassName
{
border-color: #577BA0;
}
.TagClassName
{
border-color: #577BA0;
}
</style>