Shades of Air Force Blue #558BA9
Tints of Air Force Blue #558BA9
RGB
CMYK
RGB Variations
Color information
#558BA9 (or 0x558BA9) is known color: Air Force Blue. HEX triplet: 55, 8B and A9. RGB value is (85,139,169). Sum of RGB (Red+Green+Blue) = 85+139+169=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 169 (66.41% from 255 or 43.00% from 393); Max value from RGB is 169 - color contains mainly: blue. Hex color #558BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558BA9 is #AA7456. Grayscale: #7E7E7E. Windows color (decimal): -11170903 or 11111253. OLE color: 11111253.
HSL color Cylindrical-coordinate representation of color #558BA9: hue angle of 201.43º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #558BA9 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 139 | 169 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.34 |
| HSL | 201.43º | 0.33% | 0.5% | - |
| HSV(B) | 201.43º | 0.5% | 0.66% | - |
| XYZ | 20.14 | 23.26 | 40.96 | - |
| YUV | 126.27 | 152.11 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 169 | 0.50 | 0.18 | 0 | 0.34 | 201.43 | 0.33 | 0.5 |
| Hex | 55 | 8B | A9 | 32 | 12 | 0 | 22 | C9 | 21 | 32 |
| Octal | 125 | 213 | 251 | 62 | 22 | 0 | 42 | 311 | 41 | 62 |
| Binary | 1010101 | 10001011 | 10101001 | 110010 | 10010 | 0 | 100010 | 11001001 | 100001 | 110010 |
Color Harmonies of #558BA9
Complementary color
Monochromatic Colors of #558BA9
Black with #558BA9
Text Example
Text Example
White with #558BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558BA9; }
p { color: rgb(85,139,169); }
H1.HeaderClassName
{
color: #558BA9;
}
.AnyTagClassName
{
color: #558BA9;
}
</style>
background-color css
<style>
a { background-color: #558BA9; }
a { background-color: rgb(85,139,169); }
div.DivClassName
{
background-color: #558BA9;
}
.BgClassName
{
background-color: #558BA9;
}
</style>
border-color css
<style>
span { border-color: #558BA9; }
span { border-color: rgb(85,139,169); }
td.TdClassName
{
border-color: #558BA9;
}
.TagClassName
{
border-color: #558BA9;
}
</style>