Shades of Air Force Blue #558DAA
Tints of Air Force Blue #558DAA
RGB
CMYK
RGB Variations
Color information
#558DAA (or 0x558DAA) is known color: Air Force Blue. HEX triplet: 55, 8D and AA. RGB value is (85,141,170). Sum of RGB (Red+Green+Blue) = 85+141+170=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #558DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558DAA is #AA7255. Grayscale: #7F7F7F. Windows color (decimal): -11170390 or 11177301. OLE color: 11177301.
HSL color Cylindrical-coordinate representation of color #558DAA: hue angle of 200.47º 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 #558DAA is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 141 | 170 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.33 |
| HSL | 200.47º | 0.33% | 0.5% | - |
| HSV(B) | 200.47º | 0.5% | 0.67% | - |
| XYZ | 20.53 | 23.88 | 41.56 | - |
| YUV | 127.56 | 151.95 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 170 | 0.50 | 0.17 | 0 | 0.33 | 200.47 | 0.33 | 0.5 |
| Hex | 55 | 8D | AA | 32 | 11 | 0 | 21 | C8 | 21 | 32 |
| Octal | 125 | 215 | 252 | 62 | 21 | 0 | 41 | 310 | 41 | 62 |
| Binary | 1010101 | 10001101 | 10101010 | 110010 | 10001 | 0 | 100001 | 11001000 | 100001 | 110010 |
Color Harmonies of #558DAA
Complementary color
Monochromatic Colors of #558DAA
Black with #558DAA
Text Example
Text Example
White with #558DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DAA; }
p { color: rgb(85,141,170); }
H1.HeaderClassName
{
color: #558DAA;
}
.AnyTagClassName
{
color: #558DAA;
}
</style>
background-color css
<style>
a { background-color: #558DAA; }
a { background-color: rgb(85,141,170); }
div.DivClassName
{
background-color: #558DAA;
}
.BgClassName
{
background-color: #558DAA;
}
</style>
border-color css
<style>
span { border-color: #558DAA; }
span { border-color: rgb(85,141,170); }
td.TdClassName
{
border-color: #558DAA;
}
.TagClassName
{
border-color: #558DAA;
}
</style>