Shades of Air Force Blue #5590AA
Tints of Air Force Blue #5590AA
RGB
CMYK
RGB Variations
Color information
#5590AA (or 0x5590AA) is known color: Air Force Blue. HEX triplet: 55, 90 and AA. RGB value is (85,144,170). Sum of RGB (Red+Green+Blue) = 85+144+170=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #5590AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5590AA is #AA6F55. Grayscale: #818181. Windows color (decimal): -11169622 or 11178069. OLE color: 11178069.
HSL color Cylindrical-coordinate representation of color #5590AA: hue angle of 198.35º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5590AA is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 144 | 170 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.33 |
| HSL | 198.35º | 0.33% | 0.5% | - |
| HSV(B) | 198.35º | 0.5% | 0.67% | - |
| XYZ | 20.98 | 24.78 | 41.71 | - |
| YUV | 129.32 | 150.95 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 170 | 0.50 | 0.15 | 0 | 0.33 | 198.35 | 0.33 | 0.5 |
| Hex | 55 | 90 | AA | 32 | F | 0 | 21 | C6 | 21 | 32 |
| Octal | 125 | 220 | 252 | 62 | 17 | 0 | 41 | 306 | 41 | 62 |
| Binary | 1010101 | 10010000 | 10101010 | 110010 | 1111 | 0 | 100001 | 11000110 | 100001 | 110010 |
Color Harmonies of #5590AA
Complementary color
Monochromatic Colors of #5590AA
Black with #5590AA
Text Example
Text Example
White with #5590AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5590AA; }
p { color: rgb(85,144,170); }
H1.HeaderClassName
{
color: #5590AA;
}
.AnyTagClassName
{
color: #5590AA;
}
</style>
background-color css
<style>
a { background-color: #5590AA; }
a { background-color: rgb(85,144,170); }
div.DivClassName
{
background-color: #5590AA;
}
.BgClassName
{
background-color: #5590AA;
}
</style>
border-color css
<style>
span { border-color: #5590AA; }
span { border-color: rgb(85,144,170); }
td.TdClassName
{
border-color: #5590AA;
}
.TagClassName
{
border-color: #5590AA;
}
</style>