Shades of Air Force Blue #558EA8
Tints of Air Force Blue #558EA8
RGB
CMYK
RGB Variations
Color information
#558EA8 (or 0x558EA8) is known color: Air Force Blue. HEX triplet: 55, 8E and A8. RGB value is (85,142,168). Sum of RGB (Red+Green+Blue) = 85+142+168=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 168 - color contains mainly: blue. Hex color #558EA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558EA8 is #AA7157. Grayscale: #7F7F7F. Windows color (decimal): -11170136 or 11046485. OLE color: 11046485.
HSL color Cylindrical-coordinate representation of color #558EA8: hue angle of 198.8º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #558EA8 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 142 | 168 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.34 |
| HSL | 198.8º | 0.33% | 0.5% | - |
| HSV(B) | 198.8º | 0.49% | 0.66% | - |
| XYZ | 20.49 | 24.1 | 40.62 | - |
| YUV | 127.92 | 150.62 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 168 | 0.49 | 0.15 | 0 | 0.34 | 198.8 | 0.33 | 0.5 |
| Hex | 55 | 8E | A8 | 31 | F | 0 | 22 | C7 | 21 | 32 |
| Octal | 125 | 216 | 250 | 61 | 17 | 0 | 42 | 307 | 41 | 62 |
| Binary | 1010101 | 10001110 | 10101000 | 110001 | 1111 | 0 | 100010 | 11000111 | 100001 | 110010 |
Color Harmonies of #558EA8
Complementary color
Monochromatic Colors of #558EA8
Black with #558EA8
Text Example
Text Example
White with #558EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558EA8; }
p { color: rgb(85,142,168); }
H1.HeaderClassName
{
color: #558EA8;
}
.AnyTagClassName
{
color: #558EA8;
}
</style>
background-color css
<style>
a { background-color: #558EA8; }
a { background-color: rgb(85,142,168); }
div.DivClassName
{
background-color: #558EA8;
}
.BgClassName
{
background-color: #558EA8;
}
</style>
border-color css
<style>
span { border-color: #558EA8; }
span { border-color: rgb(85,142,168); }
td.TdClassName
{
border-color: #558EA8;
}
.TagClassName
{
border-color: #558EA8;
}
</style>