Shades of Air Force Blue #5A81AB
Tints of Air Force Blue #5A81AB
RGB
CMYK
RGB Variations
Color information
#5A81AB (or 0x5A81AB) is known color: Air Force Blue. HEX triplet: 5A, 81 and AB. RGB value is (90,129,171). Sum of RGB (Red+Green+Blue) = 90+129+171=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A81AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A81AB is #A57E54. Grayscale: #797979. Windows color (decimal): -10845781 or 11239770. OLE color: 11239770.
HSL color Cylindrical-coordinate representation of color #5A81AB: hue angle of 211.11º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A81AB is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 129 | 171 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.33 |
| HSL | 211.11º | 0.33% | 0.51% | - |
| HSV(B) | 211.11º | 0.47% | 0.67% | - |
| XYZ | 19.42 | 20.81 | 41.52 | - |
| YUV | 122.13 | 155.58 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 129 | 171 | 0.47 | 0.25 | 0 | 0.33 | 211.11 | 0.33 | 0.51 |
| Hex | 5A | 81 | AB | 2F | 19 | 0 | 21 | D3 | 21 | 33 |
| Octal | 132 | 201 | 253 | 57 | 31 | 0 | 41 | 323 | 41 | 63 |
| Binary | 1011010 | 10000001 | 10101011 | 101111 | 11001 | 0 | 100001 | 11010011 | 100001 | 110011 |
Color Harmonies of #5A81AB
Complementary color
Monochromatic Colors of #5A81AB
Black with #5A81AB
Text Example
Text Example
White with #5A81AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A81AB; }
p { color: rgb(90,129,171); }
H1.HeaderClassName
{
color: #5A81AB;
}
.AnyTagClassName
{
color: #5A81AB;
}
</style>
background-color css
<style>
a { background-color: #5A81AB; }
a { background-color: rgb(90,129,171); }
div.DivClassName
{
background-color: #5A81AB;
}
.BgClassName
{
background-color: #5A81AB;
}
</style>
border-color css
<style>
span { border-color: #5A81AB; }
span { border-color: rgb(90,129,171); }
td.TdClassName
{
border-color: #5A81AB;
}
.TagClassName
{
border-color: #5A81AB;
}
</style>