Shades of Air Force Blue #5E93AA
Tints of Air Force Blue #5E93AA
RGB
CMYK
RGB Variations
Color information
#5E93AA (or 0x5E93AA) is known color: Air Force Blue. HEX triplet: 5E, 93 and AA. RGB value is (94,147,170). Sum of RGB (Red+Green+Blue) = 94+147+170=411 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.87% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E93AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E93AA is #A16C55. Grayscale: #858585. Windows color (decimal): -10579030 or 11178846. OLE color: 11178846.
HSL color Cylindrical-coordinate representation of color #5E93AA: hue angle of 198.16º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E93AA is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 147 | 170 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.33 |
| HSL | 198.16º | 0.31% | 0.52% | - |
| HSV(B) | 198.16º | 0.45% | 0.67% | - |
| XYZ | 22.31 | 26.15 | 41.9 | - |
| YUV | 133.78 | 148.44 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 147 | 170 | 0.45 | 0.14 | 0 | 0.33 | 198.16 | 0.31 | 0.52 |
| Hex | 5E | 93 | AA | 2D | E | 0 | 21 | C6 | 1F | 34 |
| Octal | 136 | 223 | 252 | 55 | 16 | 0 | 41 | 306 | 37 | 64 |
| Binary | 1011110 | 10010011 | 10101010 | 101101 | 1110 | 0 | 100001 | 11000110 | 11111 | 110100 |
Color Harmonies of #5E93AA
Complementary color
Monochromatic Colors of #5E93AA
Black with #5E93AA
Text Example
Text Example
White with #5E93AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E93AA; }
p { color: rgb(94,147,170); }
H1.HeaderClassName
{
color: #5E93AA;
}
.AnyTagClassName
{
color: #5E93AA;
}
</style>
background-color css
<style>
a { background-color: #5E93AA; }
a { background-color: rgb(94,147,170); }
div.DivClassName
{
background-color: #5E93AA;
}
.BgClassName
{
background-color: #5E93AA;
}
</style>
border-color css
<style>
span { border-color: #5E93AA; }
span { border-color: rgb(94,147,170); }
td.TdClassName
{
border-color: #5E93AA;
}
.TagClassName
{
border-color: #5E93AA;
}
</style>