Shades of Air Force Blue #558AAB
Tints of Air Force Blue #558AAB
RGB
CMYK
RGB Variations
Color information
#558AAB (or 0x558AAB) is known color: Air Force Blue. HEX triplet: 55, 8A and AB. RGB value is (85,138,171). Sum of RGB (Red+Green+Blue) = 85+138+171=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #558AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558AAB is #AA7554. Grayscale: #7D7D7D. Windows color (decimal): -11171157 or 11242069. OLE color: 11242069.
HSL color Cylindrical-coordinate representation of color #558AAB: hue angle of 203.02º degrees, saturation: 0.34, 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 #558AAB is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 138 | 171 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.33 |
| HSL | 203.02º | 0.34% | 0.5% | - |
| HSV(B) | 203.02º | 0.5% | 0.67% | - |
| XYZ | 20.19 | 23.05 | 41.91 | - |
| YUV | 125.92 | 153.44 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 171 | 0.50 | 0.19 | 0 | 0.33 | 203.02 | 0.34 | 0.5 |
| Hex | 55 | 8A | AB | 32 | 13 | 0 | 21 | CB | 22 | 32 |
| Octal | 125 | 212 | 253 | 62 | 23 | 0 | 41 | 313 | 42 | 62 |
| Binary | 1010101 | 10001010 | 10101011 | 110010 | 10011 | 0 | 100001 | 11001011 | 100010 | 110010 |
Color Harmonies of #558AAB
Complementary color
Monochromatic Colors of #558AAB
Black with #558AAB
Text Example
Text Example
White with #558AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558AAB; }
p { color: rgb(85,138,171); }
H1.HeaderClassName
{
color: #558AAB;
}
.AnyTagClassName
{
color: #558AAB;
}
</style>
background-color css
<style>
a { background-color: #558AAB; }
a { background-color: rgb(85,138,171); }
div.DivClassName
{
background-color: #558AAB;
}
.BgClassName
{
background-color: #558AAB;
}
</style>
border-color css
<style>
span { border-color: #558AAB; }
span { border-color: rgb(85,138,171); }
td.TdClassName
{
border-color: #558AAB;
}
.TagClassName
{
border-color: #558AAB;
}
</style>