Shades of Air Force Blue #558AAD
Tints of Air Force Blue #558AAD
RGB
CMYK
RGB Variations
Color information
#558AAD (or 0x558AAD) is known color: Air Force Blue. HEX triplet: 55, 8A and AD. RGB value is (85,138,173). Sum of RGB (Red+Green+Blue) = 85+138+173=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #558AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558AAD is #AA7552. Grayscale: #7D7D7D. Windows color (decimal): -11171155 or 11373141. OLE color: 11373141.
HSL color Cylindrical-coordinate representation of color #558AAD: hue angle of 203.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #558AAD is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 138 | 173 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.32 |
| HSL | 203.86º | 0.35% | 0.51% | - |
| HSV(B) | 203.86º | 0.51% | 0.68% | - |
| XYZ | 20.38 | 23.13 | 42.92 | - |
| YUV | 126.14 | 154.44 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 173 | 0.51 | 0.20 | 0 | 0.32 | 203.86 | 0.35 | 0.51 |
| Hex | 55 | 8A | AD | 33 | 14 | 0 | 20 | CC | 23 | 33 |
| Octal | 125 | 212 | 255 | 63 | 24 | 0 | 40 | 314 | 43 | 63 |
| Binary | 1010101 | 10001010 | 10101101 | 110011 | 10100 | 0 | 100000 | 11001100 | 100011 | 110011 |
Color Harmonies of #558AAD
Complementary color
Monochromatic Colors of #558AAD
Black with #558AAD
Text Example
Text Example
White with #558AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558AAD; }
p { color: rgb(85,138,173); }
H1.HeaderClassName
{
color: #558AAD;
}
.AnyTagClassName
{
color: #558AAD;
}
</style>
background-color css
<style>
a { background-color: #558AAD; }
a { background-color: rgb(85,138,173); }
div.DivClassName
{
background-color: #558AAD;
}
.BgClassName
{
background-color: #558AAD;
}
</style>
border-color css
<style>
span { border-color: #558AAD; }
span { border-color: rgb(85,138,173); }
td.TdClassName
{
border-color: #558AAD;
}
.TagClassName
{
border-color: #558AAD;
}
</style>