Shades of Air Force Blue #5891AE
Tints of Air Force Blue #5891AE
RGB
CMYK
RGB Variations
Color information
#5891AE (or 0x5891AE) is known color: Air Force Blue. HEX triplet: 58, 91 and AE. RGB value is (88,145,174). Sum of RGB (Red+Green+Blue) = 88+145+174=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #5891AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5891AE is #A76E51. Grayscale: #838383. Windows color (decimal): -10972754 or 11440472. OLE color: 11440472.
HSL color Cylindrical-coordinate representation of color #5891AE: hue angle of 200.23º 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 #5891AE is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 145 | 174 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.32 |
| HSL | 200.23º | 0.35% | 0.51% | - |
| HSV(B) | 200.23º | 0.49% | 0.68% | - |
| XYZ | 21.79 | 25.38 | 43.8 | - |
| YUV | 131.26 | 152.12 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 174 | 0.49 | 0.17 | 0 | 0.32 | 200.23 | 0.35 | 0.51 |
| Hex | 58 | 91 | AE | 31 | 11 | 0 | 20 | C8 | 23 | 33 |
| Octal | 130 | 221 | 256 | 61 | 21 | 0 | 40 | 310 | 43 | 63 |
| Binary | 1011000 | 10010001 | 10101110 | 110001 | 10001 | 0 | 100000 | 11001000 | 100011 | 110011 |
Color Harmonies of #5891AE
Complementary color
Monochromatic Colors of #5891AE
Black with #5891AE
Text Example
Text Example
White with #5891AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5891AE; }
p { color: rgb(88,145,174); }
H1.HeaderClassName
{
color: #5891AE;
}
.AnyTagClassName
{
color: #5891AE;
}
</style>
background-color css
<style>
a { background-color: #5891AE; }
a { background-color: rgb(88,145,174); }
div.DivClassName
{
background-color: #5891AE;
}
.BgClassName
{
background-color: #5891AE;
}
</style>
border-color css
<style>
span { border-color: #5891AE; }
span { border-color: rgb(88,145,174); }
td.TdClassName
{
border-color: #5891AE;
}
.TagClassName
{
border-color: #5891AE;
}
</style>