Shades of Air Force Blue #558BA2
Tints of Air Force Blue #558BA2
RGB
CMYK
RGB Variations
Color information
#558BA2 (or 0x558BA2) is known color: Air Force Blue. HEX triplet: 55, 8B and A2. RGB value is (85,139,162). Sum of RGB (Red+Green+Blue) = 85+139+162=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #558BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558BA2 is #AA745D. Grayscale: #7D7D7D. Windows color (decimal): -11170910 or 10652501. OLE color: 10652501.
HSL color Cylindrical-coordinate representation of color #558BA2: hue angle of 197.92º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #558BA2 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 139 | 162 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.36 |
| HSL | 197.92º | 0.31% | 0.48% | - |
| HSV(B) | 197.92º | 0.48% | 0.64% | - |
| XYZ | 19.5 | 23.01 | 37.6 | - |
| YUV | 125.48 | 148.61 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 162 | 0.48 | 0.14 | 0 | 0.36 | 197.92 | 0.31 | 0.48 |
| Hex | 55 | 8B | A2 | 30 | E | 0 | 24 | C6 | 1F | 30 |
| Octal | 125 | 213 | 242 | 60 | 16 | 0 | 44 | 306 | 37 | 60 |
| Binary | 1010101 | 10001011 | 10100010 | 110000 | 1110 | 0 | 100100 | 11000110 | 11111 | 110000 |
Color Harmonies of #558BA2
Complementary color
Monochromatic Colors of #558BA2
Black with #558BA2
Text Example
Text Example
White with #558BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558BA2; }
p { color: rgb(85,139,162); }
H1.HeaderClassName
{
color: #558BA2;
}
.AnyTagClassName
{
color: #558BA2;
}
</style>
background-color css
<style>
a { background-color: #558BA2; }
a { background-color: rgb(85,139,162); }
div.DivClassName
{
background-color: #558BA2;
}
.BgClassName
{
background-color: #558BA2;
}
</style>
border-color css
<style>
span { border-color: #558BA2; }
span { border-color: rgb(85,139,162); }
td.TdClassName
{
border-color: #558BA2;
}
.TagClassName
{
border-color: #558BA2;
}
</style>