Shades of Air Force Blue #558FAB
Tints of Air Force Blue #558FAB
RGB
CMYK
RGB Variations
Color information
#558FAB (or 0x558FAB) is known color: Air Force Blue. HEX triplet: 55, 8F and AB. RGB value is (85,143,171). Sum of RGB (Red+Green+Blue) = 85+143+171=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #558FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558FAB is #AA7054. Grayscale: #808080. Windows color (decimal): -11169877 or 11243349. OLE color: 11243349.
HSL color Cylindrical-coordinate representation of color #558FAB: hue angle of 199.53º 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 #558FAB is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 143 | 171 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.33 |
| HSL | 199.53º | 0.34% | 0.5% | - |
| HSV(B) | 199.53º | 0.5% | 0.67% | - |
| XYZ | 20.92 | 24.52 | 42.16 | - |
| YUV | 128.85 | 151.78 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 171 | 0.50 | 0.16 | 0 | 0.33 | 199.53 | 0.34 | 0.5 |
| Hex | 55 | 8F | AB | 32 | 10 | 0 | 21 | C8 | 22 | 32 |
| Octal | 125 | 217 | 253 | 62 | 20 | 0 | 41 | 310 | 42 | 62 |
| Binary | 1010101 | 10001111 | 10101011 | 110010 | 10000 | 0 | 100001 | 11001000 | 100010 | 110010 |
Color Harmonies of #558FAB
Complementary color
Monochromatic Colors of #558FAB
Black with #558FAB
Text Example
Text Example
White with #558FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FAB; }
p { color: rgb(85,143,171); }
H1.HeaderClassName
{
color: #558FAB;
}
.AnyTagClassName
{
color: #558FAB;
}
</style>
background-color css
<style>
a { background-color: #558FAB; }
a { background-color: rgb(85,143,171); }
div.DivClassName
{
background-color: #558FAB;
}
.BgClassName
{
background-color: #558FAB;
}
</style>
border-color css
<style>
span { border-color: #558FAB; }
span { border-color: rgb(85,143,171); }
td.TdClassName
{
border-color: #558FAB;
}
.TagClassName
{
border-color: #558FAB;
}
</style>