Shades of Air Force Blue #5590AC
Tints of Air Force Blue #5590AC
RGB
CMYK
RGB Variations
Color information
#5590AC (or 0x5590AC) is known color: Air Force Blue. HEX triplet: 55, 90 and AC. RGB value is (85,144,172). Sum of RGB (Red+Green+Blue) = 85+144+172=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #5590AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5590AC is #AA6F53. Grayscale: #818181. Windows color (decimal): -11169620 or 11309141. OLE color: 11309141.
HSL color Cylindrical-coordinate representation of color #5590AC: hue angle of 199.31º 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 #5590AC is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 144 | 172 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.33 |
| HSL | 199.31º | 0.34% | 0.5% | - |
| HSV(B) | 199.31º | 0.51% | 0.67% | - |
| XYZ | 21.17 | 24.86 | 42.71 | - |
| YUV | 129.55 | 151.95 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 172 | 0.51 | 0.16 | 0 | 0.33 | 199.31 | 0.34 | 0.5 |
| Hex | 55 | 90 | AC | 33 | 10 | 0 | 21 | C7 | 22 | 32 |
| Octal | 125 | 220 | 254 | 63 | 20 | 0 | 41 | 307 | 42 | 62 |
| Binary | 1010101 | 10010000 | 10101100 | 110011 | 10000 | 0 | 100001 | 11000111 | 100010 | 110010 |
Color Harmonies of #5590AC
Complementary color
Monochromatic Colors of #5590AC
Black with #5590AC
Text Example
Text Example
White with #5590AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5590AC; }
p { color: rgb(85,144,172); }
H1.HeaderClassName
{
color: #5590AC;
}
.AnyTagClassName
{
color: #5590AC;
}
</style>
background-color css
<style>
a { background-color: #5590AC; }
a { background-color: rgb(85,144,172); }
div.DivClassName
{
background-color: #5590AC;
}
.BgClassName
{
background-color: #5590AC;
}
</style>
border-color css
<style>
span { border-color: #5590AC; }
span { border-color: rgb(85,144,172); }
td.TdClassName
{
border-color: #5590AC;
}
.TagClassName
{
border-color: #5590AC;
}
</style>