Shades of Air Force Blue #5A8DAC
Tints of Air Force Blue #5A8DAC
RGB
CMYK
RGB Variations
Color information
#5A8DAC (or 0x5A8DAC) is known color: Air Force Blue. HEX triplet: 5A, 8D and AC. RGB value is (90,141,172). Sum of RGB (Red+Green+Blue) = 90+141+172=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A8DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8DAC is #A57253. Grayscale: #818181. Windows color (decimal): -10842708 or 11308378. OLE color: 11308378.
HSL color Cylindrical-coordinate representation of color #5A8DAC: hue angle of 202.68º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A8DAC is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 141 | 172 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.33 |
| HSL | 202.68º | 0.33% | 0.51% | - |
| HSV(B) | 202.68º | 0.48% | 0.67% | - |
| XYZ | 21.19 | 24.2 | 42.58 | - |
| YUV | 129.29 | 152.1 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 141 | 172 | 0.48 | 0.18 | 0 | 0.33 | 202.68 | 0.33 | 0.51 |
| Hex | 5A | 8D | AC | 30 | 12 | 0 | 21 | CB | 21 | 33 |
| Octal | 132 | 215 | 254 | 60 | 22 | 0 | 41 | 313 | 41 | 63 |
| Binary | 1011010 | 10001101 | 10101100 | 110000 | 10010 | 0 | 100001 | 11001011 | 100001 | 110011 |
Color Harmonies of #5A8DAC
Complementary color
Monochromatic Colors of #5A8DAC
Black with #5A8DAC
Text Example
Text Example
White with #5A8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8DAC; }
p { color: rgb(90,141,172); }
H1.HeaderClassName
{
color: #5A8DAC;
}
.AnyTagClassName
{
color: #5A8DAC;
}
</style>
background-color css
<style>
a { background-color: #5A8DAC; }
a { background-color: rgb(90,141,172); }
div.DivClassName
{
background-color: #5A8DAC;
}
.BgClassName
{
background-color: #5A8DAC;
}
</style>
border-color css
<style>
span { border-color: #5A8DAC; }
span { border-color: rgb(90,141,172); }
td.TdClassName
{
border-color: #5A8DAC;
}
.TagClassName
{
border-color: #5A8DAC;
}
</style>