Shades of Air Force Blue #5F89AC
Tints of Air Force Blue #5F89AC
RGB
CMYK
RGB Variations
Color information
#5F89AC (or 0x5F89AC) is known color: Air Force Blue. HEX triplet: 5F, 89 and AC. RGB value is (95,137,172). Sum of RGB (Red+Green+Blue) = 95+137+172=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F89AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F89AC is #A07653. Grayscale: #808080. Windows color (decimal): -10516052 or 11307359. OLE color: 11307359.
HSL color Cylindrical-coordinate representation of color #5F89AC: hue angle of 207.27º 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 #5F89AC is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 137 | 172 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.33 |
| HSL | 207.27º | 0.32% | 0.52% | - |
| HSV(B) | 207.27º | 0.45% | 0.67% | - |
| XYZ | 21.11 | 23.3 | 42.41 | - |
| YUV | 128.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 137 | 172 | 0.45 | 0.20 | 0 | 0.33 | 207.27 | 0.32 | 0.52 |
| Hex | 5F | 89 | AC | 2D | 14 | 0 | 21 | CF | 20 | 34 |
| Octal | 137 | 211 | 254 | 55 | 24 | 0 | 41 | 317 | 40 | 64 |
| Binary | 1011111 | 10001001 | 10101100 | 101101 | 10100 | 0 | 100001 | 11001111 | 100000 | 110100 |
Color Harmonies of #5F89AC
Complementary color
Monochromatic Colors of #5F89AC
Black with #5F89AC
Text Example
Text Example
White with #5F89AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F89AC; }
p { color: rgb(95,137,172); }
H1.HeaderClassName
{
color: #5F89AC;
}
.AnyTagClassName
{
color: #5F89AC;
}
</style>
background-color css
<style>
a { background-color: #5F89AC; }
a { background-color: rgb(95,137,172); }
div.DivClassName
{
background-color: #5F89AC;
}
.BgClassName
{
background-color: #5F89AC;
}
</style>
border-color css
<style>
span { border-color: #5F89AC; }
span { border-color: rgb(95,137,172); }
td.TdClassName
{
border-color: #5F89AC;
}
.TagClassName
{
border-color: #5F89AC;
}
</style>