Shades of Air Force Blue #558AA6
Tints of Air Force Blue #558AA6
RGB
CMYK
RGB Variations
Color information
#558AA6 (or 0x558AA6) is known color: Air Force Blue. HEX triplet: 55, 8A and A6. RGB value is (85,138,166). Sum of RGB (Red+Green+Blue) = 85+138+166=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 166 - color contains mainly: blue. Hex color #558AA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558AA6 is #AA7559. Grayscale: #7D7D7D. Windows color (decimal): -11171162 or 10914389. OLE color: 10914389.
HSL color Cylindrical-coordinate representation of color #558AA6: hue angle of 200.74º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #558AA6 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 138 | 166 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.35 |
| HSL | 200.74º | 0.32% | 0.49% | - |
| HSV(B) | 200.74º | 0.49% | 0.65% | - |
| XYZ | 19.72 | 22.86 | 39.45 | - |
| YUV | 125.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 166 | 0.49 | 0.17 | 0 | 0.35 | 200.74 | 0.32 | 0.49 |
| Hex | 55 | 8A | A6 | 31 | 11 | 0 | 23 | C9 | 20 | 31 |
| Octal | 125 | 212 | 246 | 61 | 21 | 0 | 43 | 311 | 40 | 61 |
| Binary | 1010101 | 10001010 | 10100110 | 110001 | 10001 | 0 | 100011 | 11001001 | 100000 | 110001 |
Color Harmonies of #558AA6
Complementary color
Monochromatic Colors of #558AA6
Black with #558AA6
Text Example
Text Example
White with #558AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558AA6; }
p { color: rgb(85,138,166); }
H1.HeaderClassName
{
color: #558AA6;
}
.AnyTagClassName
{
color: #558AA6;
}
</style>
background-color css
<style>
a { background-color: #558AA6; }
a { background-color: rgb(85,138,166); }
div.DivClassName
{
background-color: #558AA6;
}
.BgClassName
{
background-color: #558AA6;
}
</style>
border-color css
<style>
span { border-color: #558AA6; }
span { border-color: rgb(85,138,166); }
td.TdClassName
{
border-color: #558AA6;
}
.TagClassName
{
border-color: #558AA6;
}
</style>