Shades of Air Force Blue #5580AC
Tints of Air Force Blue #5580AC
RGB
CMYK
RGB Variations
Color information
#5580AC (or 0x5580AC) is known color: Air Force Blue. HEX triplet: 55, 80 and AC. RGB value is (85,128,172). Sum of RGB (Red+Green+Blue) = 85+128+172=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #5580AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5580AC is #AA7F53. Grayscale: #777777. Windows color (decimal): -11173716 or 11305045. OLE color: 11305045.
HSL color Cylindrical-coordinate representation of color #5580AC: hue angle of 210.34º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5580AC is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 128 | 172 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.33 |
| HSL | 210.34º | 0.34% | 0.5% | - |
| HSV(B) | 210.34º | 0.51% | 0.67% | - |
| XYZ | 18.91 | 20.35 | 41.96 | - |
| YUV | 120.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 128 | 172 | 0.51 | 0.26 | 0 | 0.33 | 210.34 | 0.34 | 0.5 |
| Hex | 55 | 80 | AC | 33 | 1A | 0 | 21 | D2 | 22 | 32 |
| Octal | 125 | 200 | 254 | 63 | 32 | 0 | 41 | 322 | 42 | 62 |
| Binary | 1010101 | 10000000 | 10101100 | 110011 | 11010 | 0 | 100001 | 11010010 | 100010 | 110010 |
Color Harmonies of #5580AC
Complementary color
Monochromatic Colors of #5580AC
Black with #5580AC
Text Example
Text Example
White with #5580AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5580AC; }
p { color: rgb(85,128,172); }
H1.HeaderClassName
{
color: #5580AC;
}
.AnyTagClassName
{
color: #5580AC;
}
</style>
background-color css
<style>
a { background-color: #5580AC; }
a { background-color: rgb(85,128,172); }
div.DivClassName
{
background-color: #5580AC;
}
.BgClassName
{
background-color: #5580AC;
}
</style>
border-color css
<style>
span { border-color: #5580AC; }
span { border-color: rgb(85,128,172); }
td.TdClassName
{
border-color: #5580AC;
}
.TagClassName
{
border-color: #5580AC;
}
</style>