Shades of Air Force Blue #578AAF
Tints of Air Force Blue #578AAF
RGB
CMYK
RGB Variations
Color information
#578AAF (or 0x578AAF) is known color: Air Force Blue. HEX triplet: 57, 8A and AF. RGB value is (87,138,175). Sum of RGB (Red+Green+Blue) = 87+138+175=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #578AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578AAF is #A87550. Grayscale: #7E7E7E. Windows color (decimal): -11040081 or 11504215. OLE color: 11504215.
HSL color Cylindrical-coordinate representation of color #578AAF: hue angle of 205.23º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #578AAF is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 138 | 175 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.31 |
| HSL | 205.23º | 0.35% | 0.51% | - |
| HSV(B) | 205.23º | 0.5% | 0.69% | - |
| XYZ | 20.76 | 23.3 | 43.96 | - |
| YUV | 126.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 138 | 175 | 0.50 | 0.21 | 0 | 0.31 | 205.23 | 0.35 | 0.51 |
| Hex | 57 | 8A | AF | 32 | 15 | 0 | 1F | CD | 23 | 33 |
| Octal | 127 | 212 | 257 | 62 | 25 | 0 | 37 | 315 | 43 | 63 |
| Binary | 1010111 | 10001010 | 10101111 | 110010 | 10101 | 0 | 11111 | 11001101 | 100011 | 110011 |
Color Harmonies of #578AAF
Complementary color
Monochromatic Colors of #578AAF
Black with #578AAF
Text Example
Text Example
White with #578AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578AAF; }
p { color: rgb(87,138,175); }
H1.HeaderClassName
{
color: #578AAF;
}
.AnyTagClassName
{
color: #578AAF;
}
</style>
background-color css
<style>
a { background-color: #578AAF; }
a { background-color: rgb(87,138,175); }
div.DivClassName
{
background-color: #578AAF;
}
.BgClassName
{
background-color: #578AAF;
}
</style>
border-color css
<style>
span { border-color: #578AAF; }
span { border-color: rgb(87,138,175); }
td.TdClassName
{
border-color: #578AAF;
}
.TagClassName
{
border-color: #578AAF;
}
</style>