Shades of Air Force Blue #5A8FAA
Tints of Air Force Blue #5A8FAA
RGB
CMYK
RGB Variations
Color information
#5A8FAA (or 0x5A8FAA) is known color: Air Force Blue. HEX triplet: 5A, 8F and AA. RGB value is (90,143,170). Sum of RGB (Red+Green+Blue) = 90+143+170=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A8FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8FAA is #A57055. Grayscale: #828282. Windows color (decimal): -10842198 or 11177818. OLE color: 11177818.
HSL color Cylindrical-coordinate representation of color #5A8FAA: hue angle of 200.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A8FAA is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 143 | 170 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.33 |
| HSL | 200.25º | 0.32% | 0.51% | - |
| HSV(B) | 200.25º | 0.47% | 0.67% | - |
| XYZ | 21.29 | 24.72 | 41.68 | - |
| YUV | 130.23 | 150.44 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 143 | 170 | 0.47 | 0.16 | 0 | 0.33 | 200.25 | 0.32 | 0.51 |
| Hex | 5A | 8F | AA | 2F | 10 | 0 | 21 | C8 | 20 | 33 |
| Octal | 132 | 217 | 252 | 57 | 20 | 0 | 41 | 310 | 40 | 63 |
| Binary | 1011010 | 10001111 | 10101010 | 101111 | 10000 | 0 | 100001 | 11001000 | 100000 | 110011 |
Color Harmonies of #5A8FAA
Complementary color
Monochromatic Colors of #5A8FAA
Black with #5A8FAA
Text Example
Text Example
White with #5A8FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8FAA; }
p { color: rgb(90,143,170); }
H1.HeaderClassName
{
color: #5A8FAA;
}
.AnyTagClassName
{
color: #5A8FAA;
}
</style>
background-color css
<style>
a { background-color: #5A8FAA; }
a { background-color: rgb(90,143,170); }
div.DivClassName
{
background-color: #5A8FAA;
}
.BgClassName
{
background-color: #5A8FAA;
}
</style>
border-color css
<style>
span { border-color: #5A8FAA; }
span { border-color: rgb(90,143,170); }
td.TdClassName
{
border-color: #5A8FAA;
}
.TagClassName
{
border-color: #5A8FAA;
}
</style>