Shades of Air Force Blue #5389AC
Tints of Air Force Blue #5389AC
RGB
CMYK
RGB Variations
Color information
#5389AC (or 0x5389AC) is known color: Air Force Blue. HEX triplet: 53, 89 and AC. RGB value is (83,137,172). Sum of RGB (Red+Green+Blue) = 83+137+172=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #5389AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5389AC is #AC7653. Grayscale: #7C7C7C. Windows color (decimal): -11302484 or 11307347. OLE color: 11307347.
HSL color Cylindrical-coordinate representation of color #5389AC: hue angle of 203.6º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5389AC is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 137 | 172 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.33 |
| HSL | 203.6º | 0.35% | 0.5% | - |
| HSV(B) | 203.6º | 0.52% | 0.67% | - |
| XYZ | 19.96 | 22.71 | 42.36 | - |
| YUV | 124.84 | 154.61 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 172 | 0.52 | 0.20 | 0 | 0.33 | 203.6 | 0.35 | 0.5 |
| Hex | 53 | 89 | AC | 34 | 14 | 0 | 21 | CC | 23 | 32 |
| Octal | 123 | 211 | 254 | 64 | 24 | 0 | 41 | 314 | 43 | 62 |
| Binary | 1010011 | 10001001 | 10101100 | 110100 | 10100 | 0 | 100001 | 11001100 | 100011 | 110010 |
Color Harmonies of #5389AC
Complementary color
Monochromatic Colors of #5389AC
Black with #5389AC
Text Example
Text Example
White with #5389AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5389AC; }
p { color: rgb(83,137,172); }
H1.HeaderClassName
{
color: #5389AC;
}
.AnyTagClassName
{
color: #5389AC;
}
</style>
background-color css
<style>
a { background-color: #5389AC; }
a { background-color: rgb(83,137,172); }
div.DivClassName
{
background-color: #5389AC;
}
.BgClassName
{
background-color: #5389AC;
}
</style>
border-color css
<style>
span { border-color: #5389AC; }
span { border-color: rgb(83,137,172); }
td.TdClassName
{
border-color: #5389AC;
}
.TagClassName
{
border-color: #5389AC;
}
</style>