Shades of Air Force Blue #5F80AC
Tints of Air Force Blue #5F80AC
RGB
CMYK
RGB Variations
Color information
#5F80AC (or 0x5F80AC) is known color: Air Force Blue. HEX triplet: 5F, 80 and AC. RGB value is (95,128,172). Sum of RGB (Red+Green+Blue) = 95+128+172=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F80AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F80AC is #A07F53. Grayscale: #7A7A7A. Windows color (decimal): -10518356 or 11305055. OLE color: 11305055.
HSL color Cylindrical-coordinate representation of color #5F80AC: hue angle of 214.29º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F80AC is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 128 | 172 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.33 |
| HSL | 214.29º | 0.32% | 0.52% | - |
| HSV(B) | 214.29º | 0.45% | 0.67% | - |
| XYZ | 19.88 | 20.85 | 42.01 | - |
| YUV | 123.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 128 | 172 | 0.45 | 0.26 | 0 | 0.33 | 214.29 | 0.32 | 0.52 |
| Hex | 5F | 80 | AC | 2D | 1A | 0 | 21 | D6 | 20 | 34 |
| Octal | 137 | 200 | 254 | 55 | 32 | 0 | 41 | 326 | 40 | 64 |
| Binary | 1011111 | 10000000 | 10101100 | 101101 | 11010 | 0 | 100001 | 11010110 | 100000 | 110100 |
Color Harmonies of #5F80AC
Complementary color
Monochromatic Colors of #5F80AC
Black with #5F80AC
Text Example
Text Example
White with #5F80AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F80AC; }
p { color: rgb(95,128,172); }
H1.HeaderClassName
{
color: #5F80AC;
}
.AnyTagClassName
{
color: #5F80AC;
}
</style>
background-color css
<style>
a { background-color: #5F80AC; }
a { background-color: rgb(95,128,172); }
div.DivClassName
{
background-color: #5F80AC;
}
.BgClassName
{
background-color: #5F80AC;
}
</style>
border-color css
<style>
span { border-color: #5F80AC; }
span { border-color: rgb(95,128,172); }
td.TdClassName
{
border-color: #5F80AC;
}
.TagClassName
{
border-color: #5F80AC;
}
</style>