Shades of Air Force Blue #5A8AAE
Tints of Air Force Blue #5A8AAE
RGB
CMYK
RGB Variations
Color information
#5A8AAE (or 0x5A8AAE) is known color: Air Force Blue. HEX triplet: 5A, 8A and AE. RGB value is (90,138,174). Sum of RGB (Red+Green+Blue) = 90+138+174=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A8AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8AAE is #A57551. Grayscale: #7F7F7F. Windows color (decimal): -10843474 or 11438682. OLE color: 11438682.
HSL color Cylindrical-coordinate representation of color #5A8AAE: hue angle of 205.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A8AAE is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 138 | 174 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.32 |
| HSL | 205.71º | 0.34% | 0.52% | - |
| HSV(B) | 205.71º | 0.48% | 0.68% | - |
| XYZ | 20.94 | 23.41 | 43.46 | - |
| YUV | 127.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 174 | 0.48 | 0.21 | 0 | 0.32 | 205.71 | 0.34 | 0.52 |
| Hex | 5A | 8A | AE | 30 | 15 | 0 | 20 | CE | 22 | 34 |
| Octal | 132 | 212 | 256 | 60 | 25 | 0 | 40 | 316 | 42 | 64 |
| Binary | 1011010 | 10001010 | 10101110 | 110000 | 10101 | 0 | 100000 | 11001110 | 100010 | 110100 |
Color Harmonies of #5A8AAE
Complementary color
Monochromatic Colors of #5A8AAE
Black with #5A8AAE
Text Example
Text Example
White with #5A8AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8AAE; }
p { color: rgb(90,138,174); }
H1.HeaderClassName
{
color: #5A8AAE;
}
.AnyTagClassName
{
color: #5A8AAE;
}
</style>
background-color css
<style>
a { background-color: #5A8AAE; }
a { background-color: rgb(90,138,174); }
div.DivClassName
{
background-color: #5A8AAE;
}
.BgClassName
{
background-color: #5A8AAE;
}
</style>
border-color css
<style>
span { border-color: #5A8AAE; }
span { border-color: rgb(90,138,174); }
td.TdClassName
{
border-color: #5A8AAE;
}
.TagClassName
{
border-color: #5A8AAE;
}
</style>