Shades of Air Force Blue #5588AC
Tints of Air Force Blue #5588AC
RGB
CMYK
RGB Variations
Color information
#5588AC (or 0x5588AC) is known color: Air Force Blue. HEX triplet: 55, 88 and AC. RGB value is (85,136,172). Sum of RGB (Red+Green+Blue) = 85+136+172=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #5588AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5588AC is #AA7753. Grayscale: #7C7C7C. Windows color (decimal): -11171668 or 11307093. OLE color: 11307093.
HSL color Cylindrical-coordinate representation of color #5588AC: hue angle of 204.83º 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 #5588AC is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 136 | 172 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.33 |
| HSL | 204.83º | 0.34% | 0.5% | - |
| HSV(B) | 204.83º | 0.51% | 0.67% | - |
| XYZ | 20 | 22.52 | 42.32 | - |
| YUV | 124.86 | 154.6 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 172 | 0.51 | 0.21 | 0 | 0.33 | 204.83 | 0.34 | 0.5 |
| Hex | 55 | 88 | AC | 33 | 15 | 0 | 21 | CD | 22 | 32 |
| Octal | 125 | 210 | 254 | 63 | 25 | 0 | 41 | 315 | 42 | 62 |
| Binary | 1010101 | 10001000 | 10101100 | 110011 | 10101 | 0 | 100001 | 11001101 | 100010 | 110010 |
Color Harmonies of #5588AC
Complementary color
Monochromatic Colors of #5588AC
Black with #5588AC
Text Example
Text Example
White with #5588AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5588AC; }
p { color: rgb(85,136,172); }
H1.HeaderClassName
{
color: #5588AC;
}
.AnyTagClassName
{
color: #5588AC;
}
</style>
background-color css
<style>
a { background-color: #5588AC; }
a { background-color: rgb(85,136,172); }
div.DivClassName
{
background-color: #5588AC;
}
.BgClassName
{
background-color: #5588AC;
}
</style>
border-color css
<style>
span { border-color: #5588AC; }
span { border-color: rgb(85,136,172); }
td.TdClassName
{
border-color: #5588AC;
}
.TagClassName
{
border-color: #5588AC;
}
</style>