Shades of Air Force Blue #5E80AF
Tints of Air Force Blue #5E80AF
RGB
CMYK
RGB Variations
Color information
#5E80AF (or 0x5E80AF) is known color: Air Force Blue. HEX triplet: 5E, 80 and AF. RGB value is (94,128,175). Sum of RGB (Red+Green+Blue) = 94+128+175=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E80AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E80AF is #A17F50. Grayscale: #7A7A7A. Windows color (decimal): -10583889 or 11501662. OLE color: 11501662.
HSL color Cylindrical-coordinate representation of color #5E80AF: hue angle of 214.81º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E80AF is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 128 | 175 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.31 |
| HSL | 214.81º | 0.34% | 0.53% | - |
| HSV(B) | 214.81º | 0.46% | 0.69% | - |
| XYZ | 20.07 | 20.91 | 43.54 | - |
| YUV | 123.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 128 | 175 | 0.46 | 0.27 | 0 | 0.31 | 214.81 | 0.34 | 0.53 |
| Hex | 5E | 80 | AF | 2E | 1B | 0 | 1F | D7 | 22 | 35 |
| Octal | 136 | 200 | 257 | 56 | 33 | 0 | 37 | 327 | 42 | 65 |
| Binary | 1011110 | 10000000 | 10101111 | 101110 | 11011 | 0 | 11111 | 11010111 | 100010 | 110101 |
Color Harmonies of #5E80AF
Complementary color
Monochromatic Colors of #5E80AF
Black with #5E80AF
Text Example
Text Example
White with #5E80AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E80AF; }
p { color: rgb(94,128,175); }
H1.HeaderClassName
{
color: #5E80AF;
}
.AnyTagClassName
{
color: #5E80AF;
}
</style>
background-color css
<style>
a { background-color: #5E80AF; }
a { background-color: rgb(94,128,175); }
div.DivClassName
{
background-color: #5E80AF;
}
.BgClassName
{
background-color: #5E80AF;
}
</style>
border-color css
<style>
span { border-color: #5E80AF; }
span { border-color: rgb(94,128,175); }
td.TdClassName
{
border-color: #5E80AF;
}
.TagClassName
{
border-color: #5E80AF;
}
</style>