Shades of Air Force Blue #5780AD
Tints of Air Force Blue #5780AD
RGB
CMYK
RGB Variations
Color information
#5780AD (or 0x5780AD) is known color: Air Force Blue. HEX triplet: 57, 80 and AD. RGB value is (87,128,173). Sum of RGB (Red+Green+Blue) = 87+128+173=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #5780AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5780AD is #A87F52. Grayscale: #787878. Windows color (decimal): -11042643 or 11370583. OLE color: 11370583.
HSL color Cylindrical-coordinate representation of color #5780AD: hue angle of 211.4º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5780AD is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 128 | 173 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.32 |
| HSL | 211.4º | 0.34% | 0.51% | - |
| HSV(B) | 211.4º | 0.5% | 0.68% | - |
| XYZ | 19.19 | 20.48 | 42.48 | - |
| YUV | 120.87 | 157.42 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 128 | 173 | 0.50 | 0.26 | 0 | 0.32 | 211.4 | 0.34 | 0.51 |
| Hex | 57 | 80 | AD | 32 | 1A | 0 | 20 | D3 | 22 | 33 |
| Octal | 127 | 200 | 255 | 62 | 32 | 0 | 40 | 323 | 42 | 63 |
| Binary | 1010111 | 10000000 | 10101101 | 110010 | 11010 | 0 | 100000 | 11010011 | 100010 | 110011 |
Color Harmonies of #5780AD
Complementary color
Monochromatic Colors of #5780AD
Black with #5780AD
Text Example
Text Example
White with #5780AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5780AD; }
p { color: rgb(87,128,173); }
H1.HeaderClassName
{
color: #5780AD;
}
.AnyTagClassName
{
color: #5780AD;
}
</style>
background-color css
<style>
a { background-color: #5780AD; }
a { background-color: rgb(87,128,173); }
div.DivClassName
{
background-color: #5780AD;
}
.BgClassName
{
background-color: #5780AD;
}
</style>
border-color css
<style>
span { border-color: #5780AD; }
span { border-color: rgb(87,128,173); }
td.TdClassName
{
border-color: #5780AD;
}
.TagClassName
{
border-color: #5780AD;
}
</style>