Shades of Air Force Blue #5581AC
Tints of Air Force Blue #5581AC
RGB
CMYK
RGB Variations
Color information
#5581AC (or 0x5581AC) is known color: Air Force Blue. HEX triplet: 55, 81 and AC. RGB value is (85,129,172). Sum of RGB (Red+Green+Blue) = 85+129+172=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #5581AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5581AC is #AA7E53. Grayscale: #787878. Windows color (decimal): -11173460 or 11305301. OLE color: 11305301.
HSL color Cylindrical-coordinate representation of color #5581AC: hue angle of 209.66º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5581AC is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 129 | 172 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.33 |
| HSL | 209.66º | 0.34% | 0.5% | - |
| HSV(B) | 209.66º | 0.51% | 0.67% | - |
| XYZ | 19.04 | 20.61 | 42 | - |
| YUV | 120.75 | 156.92 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 172 | 0.51 | 0.25 | 0 | 0.33 | 209.66 | 0.34 | 0.5 |
| Hex | 55 | 81 | AC | 33 | 19 | 0 | 21 | D2 | 22 | 32 |
| Octal | 125 | 201 | 254 | 63 | 31 | 0 | 41 | 322 | 42 | 62 |
| Binary | 1010101 | 10000001 | 10101100 | 110011 | 11001 | 0 | 100001 | 11010010 | 100010 | 110010 |
Color Harmonies of #5581AC
Complementary color
Monochromatic Colors of #5581AC
Black with #5581AC
Text Example
Text Example
White with #5581AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5581AC; }
p { color: rgb(85,129,172); }
H1.HeaderClassName
{
color: #5581AC;
}
.AnyTagClassName
{
color: #5581AC;
}
</style>
background-color css
<style>
a { background-color: #5581AC; }
a { background-color: rgb(85,129,172); }
div.DivClassName
{
background-color: #5581AC;
}
.BgClassName
{
background-color: #5581AC;
}
</style>
border-color css
<style>
span { border-color: #5581AC; }
span { border-color: rgb(85,129,172); }
td.TdClassName
{
border-color: #5581AC;
}
.TagClassName
{
border-color: #5581AC;
}
</style>