Shades of Air Force Blue #5892AA
Tints of Air Force Blue #5892AA
RGB
CMYK
RGB Variations
Color information
#5892AA (or 0x5892AA) is known color: Air Force Blue. HEX triplet: 58, 92 and AA. RGB value is (88,146,170). Sum of RGB (Red+Green+Blue) = 88+146+170=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #5892AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5892AA is #A76D55. Grayscale: #838383. Windows color (decimal): -10972502 or 11178584. OLE color: 11178584.
HSL color Cylindrical-coordinate representation of color #5892AA: hue angle of 197.56º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5892AA is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 146 | 170 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.33 |
| HSL | 197.56º | 0.33% | 0.51% | - |
| HSV(B) | 197.56º | 0.48% | 0.67% | - |
| XYZ | 21.56 | 25.53 | 41.82 | - |
| YUV | 131.39 | 149.78 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 146 | 170 | 0.48 | 0.14 | 0 | 0.33 | 197.56 | 0.33 | 0.51 |
| Hex | 58 | 92 | AA | 30 | E | 0 | 21 | C6 | 21 | 33 |
| Octal | 130 | 222 | 252 | 60 | 16 | 0 | 41 | 306 | 41 | 63 |
| Binary | 1011000 | 10010010 | 10101010 | 110000 | 1110 | 0 | 100001 | 11000110 | 100001 | 110011 |
Color Harmonies of #5892AA
Complementary color
Monochromatic Colors of #5892AA
Black with #5892AA
Text Example
Text Example
White with #5892AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5892AA; }
p { color: rgb(88,146,170); }
H1.HeaderClassName
{
color: #5892AA;
}
.AnyTagClassName
{
color: #5892AA;
}
</style>
background-color css
<style>
a { background-color: #5892AA; }
a { background-color: rgb(88,146,170); }
div.DivClassName
{
background-color: #5892AA;
}
.BgClassName
{
background-color: #5892AA;
}
</style>
border-color css
<style>
span { border-color: #5892AA; }
span { border-color: rgb(88,146,170); }
td.TdClassName
{
border-color: #5892AA;
}
.TagClassName
{
border-color: #5892AA;
}
</style>