Shades of Air Force Blue #558FA4
Tints of Air Force Blue #558FA4
RGB
CMYK
RGB Variations
Color information
#558FA4 (or 0x558FA4) is known color: Air Force Blue. HEX triplet: 55, 8F and A4. RGB value is (85,143,164). Sum of RGB (Red+Green+Blue) = 85+143+164=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 164 - color contains mainly: blue. Hex color #558FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558FA4 is #AA705B. Grayscale: #7F7F7F. Windows color (decimal): -11169884 or 10784597. OLE color: 10784597.
HSL color Cylindrical-coordinate representation of color #558FA4: hue angle of 195.95º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #558FA4 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 143 | 164 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.36 |
| HSL | 195.95º | 0.32% | 0.49% | - |
| HSV(B) | 195.95º | 0.48% | 0.64% | - |
| XYZ | 20.27 | 24.26 | 38.74 | - |
| YUV | 128.05 | 148.28 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 164 | 0.48 | 0.13 | 0 | 0.36 | 195.95 | 0.32 | 0.49 |
| Hex | 55 | 8F | A4 | 30 | D | 0 | 24 | C4 | 20 | 31 |
| Octal | 125 | 217 | 244 | 60 | 15 | 0 | 44 | 304 | 40 | 61 |
| Binary | 1010101 | 10001111 | 10100100 | 110000 | 1101 | 0 | 100100 | 11000100 | 100000 | 110001 |
Color Harmonies of #558FA4
Complementary color
Monochromatic Colors of #558FA4
Black with #558FA4
Text Example
Text Example
White with #558FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FA4; }
p { color: rgb(85,143,164); }
H1.HeaderClassName
{
color: #558FA4;
}
.AnyTagClassName
{
color: #558FA4;
}
</style>
background-color css
<style>
a { background-color: #558FA4; }
a { background-color: rgb(85,143,164); }
div.DivClassName
{
background-color: #558FA4;
}
.BgClassName
{
background-color: #558FA4;
}
</style>
border-color css
<style>
span { border-color: #558FA4; }
span { border-color: rgb(85,143,164); }
td.TdClassName
{
border-color: #558FA4;
}
.TagClassName
{
border-color: #558FA4;
}
</style>