Shades of Air Force Blue #5885AC
Tints of Air Force Blue #5885AC
RGB
CMYK
RGB Variations
Color information
#5885AC (or 0x5885AC) is known color: Air Force Blue. HEX triplet: 58, 85 and AC. RGB value is (88,133,172). Sum of RGB (Red+Green+Blue) = 88+133+172=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #5885AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5885AC is #A77A53. Grayscale: #7B7B7B. Windows color (decimal): -10975828 or 11306328. OLE color: 11306328.
HSL color Cylindrical-coordinate representation of color #5885AC: hue angle of 207.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5885AC is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 133 | 172 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.33 |
| HSL | 207.86º | 0.34% | 0.51% | - |
| HSV(B) | 207.86º | 0.49% | 0.67% | - |
| XYZ | 19.86 | 21.83 | 42.2 | - |
| YUV | 123.99 | 155.09 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 133 | 172 | 0.49 | 0.23 | 0 | 0.33 | 207.86 | 0.34 | 0.51 |
| Hex | 58 | 85 | AC | 31 | 17 | 0 | 21 | D0 | 22 | 33 |
| Octal | 130 | 205 | 254 | 61 | 27 | 0 | 41 | 320 | 42 | 63 |
| Binary | 1011000 | 10000101 | 10101100 | 110001 | 10111 | 0 | 100001 | 11010000 | 100010 | 110011 |
Color Harmonies of #5885AC
Complementary color
Monochromatic Colors of #5885AC
Black with #5885AC
Text Example
Text Example
White with #5885AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5885AC; }
p { color: rgb(88,133,172); }
H1.HeaderClassName
{
color: #5885AC;
}
.AnyTagClassName
{
color: #5885AC;
}
</style>
background-color css
<style>
a { background-color: #5885AC; }
a { background-color: rgb(88,133,172); }
div.DivClassName
{
background-color: #5885AC;
}
.BgClassName
{
background-color: #5885AC;
}
</style>
border-color css
<style>
span { border-color: #5885AC; }
span { border-color: rgb(88,133,172); }
td.TdClassName
{
border-color: #5885AC;
}
.TagClassName
{
border-color: #5885AC;
}
</style>