Shades of Air Force Blue #5894AD
Tints of Air Force Blue #5894AD
RGB
CMYK
RGB Variations
Color information
#5894AD (or 0x5894AD) is known color: Air Force Blue. HEX triplet: 58, 94 and AD. RGB value is (88,148,173). Sum of RGB (Red+Green+Blue) = 88+148+173=409 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.52% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #5894AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5894AD is #A76B52. Grayscale: #848484. Windows color (decimal): -10971987 or 11375704. OLE color: 11375704.
HSL color Cylindrical-coordinate representation of color #5894AD: hue angle of 197.65º degrees, saturation: 0.34, 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 #5894AD is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 148 | 173 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.32 |
| HSL | 197.65º | 0.34% | 0.51% | - |
| HSV(B) | 197.65º | 0.49% | 0.68% | - |
| XYZ | 22.16 | 26.27 | 43.44 | - |
| YUV | 132.91 | 150.62 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 148 | 173 | 0.49 | 0.14 | 0 | 0.32 | 197.65 | 0.34 | 0.51 |
| Hex | 58 | 94 | AD | 31 | E | 0 | 20 | C6 | 22 | 33 |
| Octal | 130 | 224 | 255 | 61 | 16 | 0 | 40 | 306 | 42 | 63 |
| Binary | 1011000 | 10010100 | 10101101 | 110001 | 1110 | 0 | 100000 | 11000110 | 100010 | 110011 |
Color Harmonies of #5894AD
Complementary color
Monochromatic Colors of #5894AD
Black with #5894AD
Text Example
Text Example
White with #5894AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5894AD; }
p { color: rgb(88,148,173); }
H1.HeaderClassName
{
color: #5894AD;
}
.AnyTagClassName
{
color: #5894AD;
}
</style>
background-color css
<style>
a { background-color: #5894AD; }
a { background-color: rgb(88,148,173); }
div.DivClassName
{
background-color: #5894AD;
}
.BgClassName
{
background-color: #5894AD;
}
</style>
border-color css
<style>
span { border-color: #5894AD; }
span { border-color: rgb(88,148,173); }
td.TdClassName
{
border-color: #5894AD;
}
.TagClassName
{
border-color: #5894AD;
}
</style>