Shades of Air Force Blue #558BAD
Tints of Air Force Blue #558BAD
RGB
CMYK
RGB Variations
Color information
#558BAD (or 0x558BAD) is known color: Air Force Blue. HEX triplet: 55, 8B and AD. RGB value is (85,139,173). Sum of RGB (Red+Green+Blue) = 85+139+173=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #558BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558BAD is #AA7452. Grayscale: #7E7E7E. Windows color (decimal): -11170899 or 11373397. OLE color: 11373397.
HSL color Cylindrical-coordinate representation of color #558BAD: hue angle of 203.18º 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 #558BAD is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 139 | 173 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.32 |
| HSL | 203.18º | 0.35% | 0.51% | - |
| HSV(B) | 203.18º | 0.51% | 0.68% | - |
| XYZ | 20.52 | 23.41 | 42.97 | - |
| YUV | 126.73 | 154.11 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 173 | 0.51 | 0.20 | 0 | 0.32 | 203.18 | 0.35 | 0.51 |
| Hex | 55 | 8B | AD | 33 | 14 | 0 | 20 | CB | 23 | 33 |
| Octal | 125 | 213 | 255 | 63 | 24 | 0 | 40 | 313 | 43 | 63 |
| Binary | 1010101 | 10001011 | 10101101 | 110011 | 10100 | 0 | 100000 | 11001011 | 100011 | 110011 |
Color Harmonies of #558BAD
Complementary color
Monochromatic Colors of #558BAD
Black with #558BAD
Text Example
Text Example
White with #558BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558BAD; }
p { color: rgb(85,139,173); }
H1.HeaderClassName
{
color: #558BAD;
}
.AnyTagClassName
{
color: #558BAD;
}
</style>
background-color css
<style>
a { background-color: #558BAD; }
a { background-color: rgb(85,139,173); }
div.DivClassName
{
background-color: #558BAD;
}
.BgClassName
{
background-color: #558BAD;
}
</style>
border-color css
<style>
span { border-color: #558BAD; }
span { border-color: rgb(85,139,173); }
td.TdClassName
{
border-color: #558BAD;
}
.TagClassName
{
border-color: #558BAD;
}
</style>