Shades of Air Force Blue #5793AD
Tints of Air Force Blue #5793AD
RGB
CMYK
RGB Variations
Color information
#5793AD (or 0x5793AD) is known color: Air Force Blue. HEX triplet: 57, 93 and AD. RGB value is (87,147,173). Sum of RGB (Red+Green+Blue) = 87+147+173=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #5793AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5793AD is #A86C52. Grayscale: #838383. Windows color (decimal): -11037779 or 11375447. OLE color: 11375447.
HSL color Cylindrical-coordinate representation of color #5793AD: hue angle of 198.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5793AD is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 147 | 173 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.32 |
| HSL | 198.14º | 0.34% | 0.51% | - |
| HSV(B) | 198.14º | 0.5% | 0.68% | - |
| XYZ | 21.91 | 25.91 | 43.38 | - |
| YUV | 132.02 | 151.12 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 147 | 173 | 0.50 | 0.15 | 0 | 0.32 | 198.14 | 0.34 | 0.51 |
| Hex | 57 | 93 | AD | 32 | F | 0 | 20 | C6 | 22 | 33 |
| Octal | 127 | 223 | 255 | 62 | 17 | 0 | 40 | 306 | 42 | 63 |
| Binary | 1010111 | 10010011 | 10101101 | 110010 | 1111 | 0 | 100000 | 11000110 | 100010 | 110011 |
Color Harmonies of #5793AD
Complementary color
Monochromatic Colors of #5793AD
Black with #5793AD
Text Example
Text Example
White with #5793AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5793AD; }
p { color: rgb(87,147,173); }
H1.HeaderClassName
{
color: #5793AD;
}
.AnyTagClassName
{
color: #5793AD;
}
</style>
background-color css
<style>
a { background-color: #5793AD; }
a { background-color: rgb(87,147,173); }
div.DivClassName
{
background-color: #5793AD;
}
.BgClassName
{
background-color: #5793AD;
}
</style>
border-color css
<style>
span { border-color: #5793AD; }
span { border-color: rgb(87,147,173); }
td.TdClassName
{
border-color: #5793AD;
}
.TagClassName
{
border-color: #5793AD;
}
</style>