Shades of Air Force Blue #5888AC
Tints of Air Force Blue #5888AC
RGB
CMYK
RGB Variations
Color information
#5888AC (or 0x5888AC) is known color: Air Force Blue. HEX triplet: 58, 88 and AC. RGB value is (88,136,172). Sum of RGB (Red+Green+Blue) = 88+136+172=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #5888AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5888AC is #A77753. Grayscale: #7D7D7D. Windows color (decimal): -10975060 or 11307096. OLE color: 11307096.
HSL color Cylindrical-coordinate representation of color #5888AC: hue angle of 205.71º 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 #5888AC is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 136 | 172 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.33 |
| HSL | 205.71º | 0.34% | 0.51% | - |
| HSV(B) | 205.71º | 0.49% | 0.67% | - |
| XYZ | 20.28 | 22.66 | 42.34 | - |
| YUV | 125.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 172 | 0.49 | 0.21 | 0 | 0.33 | 205.71 | 0.34 | 0.51 |
| Hex | 58 | 88 | AC | 31 | 15 | 0 | 21 | CE | 22 | 33 |
| Octal | 130 | 210 | 254 | 61 | 25 | 0 | 41 | 316 | 42 | 63 |
| Binary | 1011000 | 10001000 | 10101100 | 110001 | 10101 | 0 | 100001 | 11001110 | 100010 | 110011 |
Color Harmonies of #5888AC
Complementary color
Monochromatic Colors of #5888AC
Black with #5888AC
Text Example
Text Example
White with #5888AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5888AC; }
p { color: rgb(88,136,172); }
H1.HeaderClassName
{
color: #5888AC;
}
.AnyTagClassName
{
color: #5888AC;
}
</style>
background-color css
<style>
a { background-color: #5888AC; }
a { background-color: rgb(88,136,172); }
div.DivClassName
{
background-color: #5888AC;
}
.BgClassName
{
background-color: #5888AC;
}
</style>
border-color css
<style>
span { border-color: #5888AC; }
span { border-color: rgb(88,136,172); }
td.TdClassName
{
border-color: #5888AC;
}
.TagClassName
{
border-color: #5888AC;
}
</style>