Shades of Air Force Blue #5E88AA
Tints of Air Force Blue #5E88AA
RGB
CMYK
RGB Variations
Color information
#5E88AA (or 0x5E88AA) is known color: Air Force Blue. HEX triplet: 5E, 88 and AA. RGB value is (94,136,170). Sum of RGB (Red+Green+Blue) = 94+136+170=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E88AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E88AA is #A17755. Grayscale: #7F7F7F. Windows color (decimal): -10581846 or 11176030. OLE color: 11176030.
HSL color Cylindrical-coordinate representation of color #5E88AA: hue angle of 206.84º 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 #5E88AA is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 136 | 170 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.33 |
| HSL | 206.84º | 0.31% | 0.52% | - |
| HSV(B) | 206.84º | 0.45% | 0.67% | - |
| XYZ | 20.68 | 22.89 | 41.36 | - |
| YUV | 127.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 170 | 0.45 | 0.20 | 0 | 0.33 | 206.84 | 0.31 | 0.52 |
| Hex | 5E | 88 | AA | 2D | 14 | 0 | 21 | CF | 1F | 34 |
| Octal | 136 | 210 | 252 | 55 | 24 | 0 | 41 | 317 | 37 | 64 |
| Binary | 1011110 | 10001000 | 10101010 | 101101 | 10100 | 0 | 100001 | 11001111 | 11111 | 110100 |
Color Harmonies of #5E88AA
Complementary color
Monochromatic Colors of #5E88AA
Black with #5E88AA
Text Example
Text Example
White with #5E88AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E88AA; }
p { color: rgb(94,136,170); }
H1.HeaderClassName
{
color: #5E88AA;
}
.AnyTagClassName
{
color: #5E88AA;
}
</style>
background-color css
<style>
a { background-color: #5E88AA; }
a { background-color: rgb(94,136,170); }
div.DivClassName
{
background-color: #5E88AA;
}
.BgClassName
{
background-color: #5E88AA;
}
</style>
border-color css
<style>
span { border-color: #5E88AA; }
span { border-color: rgb(94,136,170); }
td.TdClassName
{
border-color: #5E88AA;
}
.TagClassName
{
border-color: #5E88AA;
}
</style>