Shades of Air Force Blue #558EAC
Tints of Air Force Blue #558EAC
RGB
CMYK
RGB Variations
Color information
#558EAC (or 0x558EAC) is known color: Air Force Blue. HEX triplet: 55, 8E and AC. RGB value is (85,142,172). Sum of RGB (Red+Green+Blue) = 85+142+172=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #558EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558EAC is #AA7153. Grayscale: #808080. Windows color (decimal): -11170132 or 11308629. OLE color: 11308629.
HSL color Cylindrical-coordinate representation of color #558EAC: hue angle of 200.69º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #558EAC is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 142 | 172 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.33 |
| HSL | 200.69º | 0.34% | 0.5% | - |
| HSV(B) | 200.69º | 0.51% | 0.67% | - |
| XYZ | 20.87 | 24.26 | 42.61 | - |
| YUV | 128.38 | 152.62 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 172 | 0.51 | 0.17 | 0 | 0.33 | 200.69 | 0.34 | 0.5 |
| Hex | 55 | 8E | AC | 33 | 11 | 0 | 21 | C9 | 22 | 32 |
| Octal | 125 | 216 | 254 | 63 | 21 | 0 | 41 | 311 | 42 | 62 |
| Binary | 1010101 | 10001110 | 10101100 | 110011 | 10001 | 0 | 100001 | 11001001 | 100010 | 110010 |
Color Harmonies of #558EAC
Complementary color
Monochromatic Colors of #558EAC
Black with #558EAC
Text Example
Text Example
White with #558EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558EAC; }
p { color: rgb(85,142,172); }
H1.HeaderClassName
{
color: #558EAC;
}
.AnyTagClassName
{
color: #558EAC;
}
</style>
background-color css
<style>
a { background-color: #558EAC; }
a { background-color: rgb(85,142,172); }
div.DivClassName
{
background-color: #558EAC;
}
.BgClassName
{
background-color: #558EAC;
}
</style>
border-color css
<style>
span { border-color: #558EAC; }
span { border-color: rgb(85,142,172); }
td.TdClassName
{
border-color: #558EAC;
}
.TagClassName
{
border-color: #558EAC;
}
</style>