Shades of Air Force Blue #5880AB
Tints of Air Force Blue #5880AB
RGB
CMYK
RGB Variations
Color information
#5880AB (or 0x5880AB) is known color: Air Force Blue. HEX triplet: 58, 80 and AB. RGB value is (88,128,171). Sum of RGB (Red+Green+Blue) = 88+128+171=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #5880AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5880AB is #A77F54. Grayscale: #787878. Windows color (decimal): -10977109 or 11239512. OLE color: 11239512.
HSL color Cylindrical-coordinate representation of color #5880AB: hue angle of 211.08º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5880AB is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 128 | 171 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.33 |
| HSL | 211.08º | 0.33% | 0.51% | - |
| HSV(B) | 211.08º | 0.49% | 0.67% | - |
| XYZ | 19.09 | 20.45 | 41.47 | - |
| YUV | 120.94 | 156.25 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 128 | 171 | 0.49 | 0.25 | 0 | 0.33 | 211.08 | 0.33 | 0.51 |
| Hex | 58 | 80 | AB | 31 | 19 | 0 | 21 | D3 | 21 | 33 |
| Octal | 130 | 200 | 253 | 61 | 31 | 0 | 41 | 323 | 41 | 63 |
| Binary | 1011000 | 10000000 | 10101011 | 110001 | 11001 | 0 | 100001 | 11010011 | 100001 | 110011 |
Color Harmonies of #5880AB
Complementary color
Monochromatic Colors of #5880AB
Black with #5880AB
Text Example
Text Example
White with #5880AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5880AB; }
p { color: rgb(88,128,171); }
H1.HeaderClassName
{
color: #5880AB;
}
.AnyTagClassName
{
color: #5880AB;
}
</style>
background-color css
<style>
a { background-color: #5880AB; }
a { background-color: rgb(88,128,171); }
div.DivClassName
{
background-color: #5880AB;
}
.BgClassName
{
background-color: #5880AB;
}
</style>
border-color css
<style>
span { border-color: #5880AB; }
span { border-color: rgb(88,128,171); }
td.TdClassName
{
border-color: #5880AB;
}
.TagClassName
{
border-color: #5880AB;
}
</style>