Shades of Air Force Blue #558CAE
Tints of Air Force Blue #558CAE
RGB
CMYK
RGB Variations
Color information
#558CAE (or 0x558CAE) is known color: Air Force Blue. HEX triplet: 55, 8C and AE. RGB value is (85,140,174). Sum of RGB (Red+Green+Blue) = 85+140+174=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #558CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558CAE is #AA7351. Grayscale: #7F7F7F. Windows color (decimal): -11170642 or 11439189. OLE color: 11439189.
HSL color Cylindrical-coordinate representation of color #558CAE: hue angle of 202.92º 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 #558CAE is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 140 | 174 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.32 |
| HSL | 202.92º | 0.35% | 0.51% | - |
| HSV(B) | 202.92º | 0.51% | 0.68% | - |
| XYZ | 20.76 | 23.74 | 43.53 | - |
| YUV | 127.43 | 154.28 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 174 | 0.51 | 0.20 | 0 | 0.32 | 202.92 | 0.35 | 0.51 |
| Hex | 55 | 8C | AE | 33 | 14 | 0 | 20 | CB | 23 | 33 |
| Octal | 125 | 214 | 256 | 63 | 24 | 0 | 40 | 313 | 43 | 63 |
| Binary | 1010101 | 10001100 | 10101110 | 110011 | 10100 | 0 | 100000 | 11001011 | 100011 | 110011 |
Color Harmonies of #558CAE
Complementary color
Monochromatic Colors of #558CAE
Black with #558CAE
Text Example
Text Example
White with #558CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CAE; }
p { color: rgb(85,140,174); }
H1.HeaderClassName
{
color: #558CAE;
}
.AnyTagClassName
{
color: #558CAE;
}
</style>
background-color css
<style>
a { background-color: #558CAE; }
a { background-color: rgb(85,140,174); }
div.DivClassName
{
background-color: #558CAE;
}
.BgClassName
{
background-color: #558CAE;
}
</style>
border-color css
<style>
span { border-color: #558CAE; }
span { border-color: rgb(85,140,174); }
td.TdClassName
{
border-color: #558CAE;
}
.TagClassName
{
border-color: #558CAE;
}
</style>