Shades of Air Force Blue #5883AE
Tints of Air Force Blue #5883AE
RGB
CMYK
RGB Variations
Color information
#5883AE (or 0x5883AE) is known color: Air Force Blue. HEX triplet: 58, 83 and AE. RGB value is (88,131,174). Sum of RGB (Red+Green+Blue) = 88+131+174=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #5883AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5883AE is #A77C51. Grayscale: #7A7A7A. Windows color (decimal): -10976338 or 11436888. OLE color: 11436888.
HSL color Cylindrical-coordinate representation of color #5883AE: hue angle of 210º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5883AE is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 131 | 174 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.32 |
| HSL | 210º | 0.35% | 0.51% | - |
| HSV(B) | 210º | 0.49% | 0.68% | - |
| XYZ | 19.78 | 21.36 | 43.13 | - |
| YUV | 123.05 | 156.75 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 131 | 174 | 0.49 | 0.25 | 0 | 0.32 | 210 | 0.35 | 0.51 |
| Hex | 58 | 83 | AE | 31 | 19 | 0 | 20 | D2 | 23 | 33 |
| Octal | 130 | 203 | 256 | 61 | 31 | 0 | 40 | 322 | 43 | 63 |
| Binary | 1011000 | 10000011 | 10101110 | 110001 | 11001 | 0 | 100000 | 11010010 | 100011 | 110011 |
Color Harmonies of #5883AE
Complementary color
Monochromatic Colors of #5883AE
Black with #5883AE
Text Example
Text Example
White with #5883AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5883AE; }
p { color: rgb(88,131,174); }
H1.HeaderClassName
{
color: #5883AE;
}
.AnyTagClassName
{
color: #5883AE;
}
</style>
background-color css
<style>
a { background-color: #5883AE; }
a { background-color: rgb(88,131,174); }
div.DivClassName
{
background-color: #5883AE;
}
.BgClassName
{
background-color: #5883AE;
}
</style>
border-color css
<style>
span { border-color: #5883AE; }
span { border-color: rgb(88,131,174); }
td.TdClassName
{
border-color: #5883AE;
}
.TagClassName
{
border-color: #5883AE;
}
</style>