Shades of Air Force Blue #558DAE
Tints of Air Force Blue #558DAE
RGB
CMYK
RGB Variations
Color information
#558DAE (or 0x558DAE) is known color: Air Force Blue. HEX triplet: 55, 8D and AE. RGB value is (85,141,174). Sum of RGB (Red+Green+Blue) = 85+141+174=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #558DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558DAE is #AA7251. Grayscale: #7F7F7F. Windows color (decimal): -11170386 or 11439445. OLE color: 11439445.
HSL color Cylindrical-coordinate representation of color #558DAE: hue angle of 202.25º 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 #558DAE is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 141 | 174 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.32 |
| HSL | 202.25º | 0.35% | 0.51% | - |
| HSV(B) | 202.25º | 0.51% | 0.68% | - |
| XYZ | 20.91 | 24.04 | 43.58 | - |
| YUV | 128.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 174 | 0.51 | 0.19 | 0 | 0.32 | 202.25 | 0.35 | 0.51 |
| Hex | 55 | 8D | AE | 33 | 13 | 0 | 20 | CA | 23 | 33 |
| Octal | 125 | 215 | 256 | 63 | 23 | 0 | 40 | 312 | 43 | 63 |
| Binary | 1010101 | 10001101 | 10101110 | 110011 | 10011 | 0 | 100000 | 11001010 | 100011 | 110011 |
Color Harmonies of #558DAE
Complementary color
Monochromatic Colors of #558DAE
Black with #558DAE
Text Example
Text Example
White with #558DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DAE; }
p { color: rgb(85,141,174); }
H1.HeaderClassName
{
color: #558DAE;
}
.AnyTagClassName
{
color: #558DAE;
}
</style>
background-color css
<style>
a { background-color: #558DAE; }
a { background-color: rgb(85,141,174); }
div.DivClassName
{
background-color: #558DAE;
}
.BgClassName
{
background-color: #558DAE;
}
</style>
border-color css
<style>
span { border-color: #558DAE; }
span { border-color: rgb(85,141,174); }
td.TdClassName
{
border-color: #558DAE;
}
.TagClassName
{
border-color: #558DAE;
}
</style>