Shades of Air Force Blue #5892A9
Tints of Air Force Blue #5892A9
RGB
CMYK
RGB Variations
Color information
#5892A9 (or 0x5892A9) is known color: Air Force Blue. HEX triplet: 58, 92 and A9. RGB value is (88,146,169). Sum of RGB (Red+Green+Blue) = 88+146+169=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 169 - color contains mainly: blue. Hex color #5892A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5892A9 is #A76D56. Grayscale: #838383. Windows color (decimal): -10972503 or 11113048. OLE color: 11113048.
HSL color Cylindrical-coordinate representation of color #5892A9: hue angle of 197.04º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5892A9 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 88 | 146 | 169 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.34 |
| HSL | 197.04º | 0.32% | 0.5% | - |
| HSV(B) | 197.04º | 0.48% | 0.66% | - |
| XYZ | 21.46 | 25.5 | 41.33 | - |
| YUV | 131.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 146 | 169 | 0.48 | 0.14 | 0 | 0.34 | 197.04 | 0.32 | 0.5 |
| Hex | 58 | 92 | A9 | 30 | E | 0 | 22 | C5 | 20 | 32 |
| Octal | 130 | 222 | 251 | 60 | 16 | 0 | 42 | 305 | 40 | 62 |
| Binary | 1011000 | 10010010 | 10101001 | 110000 | 1110 | 0 | 100010 | 11000101 | 100000 | 110010 |
Color Harmonies of #5892A9
Complementary color
Monochromatic Colors of #5892A9
Black with #5892A9
Text Example
Text Example
White with #5892A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5892A9; }
p { color: rgb(88,146,169); }
H1.HeaderClassName
{
color: #5892A9;
}
.AnyTagClassName
{
color: #5892A9;
}
</style>
background-color css
<style>
a { background-color: #5892A9; }
a { background-color: rgb(88,146,169); }
div.DivClassName
{
background-color: #5892A9;
}
.BgClassName
{
background-color: #5892A9;
}
</style>
border-color css
<style>
span { border-color: #5892A9; }
span { border-color: rgb(88,146,169); }
td.TdClassName
{
border-color: #5892A9;
}
.TagClassName
{
border-color: #5892A9;
}
</style>