Shades of Air Force Blue #5A94AC
Tints of Air Force Blue #5A94AC
RGB
CMYK
RGB Variations
Color information
#5A94AC (or 0x5A94AC) is known color: Air Force Blue. HEX triplet: 5A, 94 and AC. RGB value is (90,148,172). Sum of RGB (Red+Green+Blue) = 90+148+172=410 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.95% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A94AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A94AC is #A56B53. Grayscale: #858585. Windows color (decimal): -10840916 or 11310170. OLE color: 11310170.
HSL color Cylindrical-coordinate representation of color #5A94AC: hue angle of 197.56º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A94AC is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 148 | 172 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.33 |
| HSL | 197.56º | 0.33% | 0.51% | - |
| HSV(B) | 197.56º | 0.48% | 0.67% | - |
| XYZ | 22.25 | 26.33 | 42.94 | - |
| YUV | 133.39 | 149.78 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 148 | 172 | 0.48 | 0.14 | 0 | 0.33 | 197.56 | 0.33 | 0.51 |
| Hex | 5A | 94 | AC | 30 | E | 0 | 21 | C6 | 21 | 33 |
| Octal | 132 | 224 | 254 | 60 | 16 | 0 | 41 | 306 | 41 | 63 |
| Binary | 1011010 | 10010100 | 10101100 | 110000 | 1110 | 0 | 100001 | 11000110 | 100001 | 110011 |
Color Harmonies of #5A94AC
Complementary color
Monochromatic Colors of #5A94AC
Black with #5A94AC
Text Example
Text Example
White with #5A94AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A94AC; }
p { color: rgb(90,148,172); }
H1.HeaderClassName
{
color: #5A94AC;
}
.AnyTagClassName
{
color: #5A94AC;
}
</style>
background-color css
<style>
a { background-color: #5A94AC; }
a { background-color: rgb(90,148,172); }
div.DivClassName
{
background-color: #5A94AC;
}
.BgClassName
{
background-color: #5A94AC;
}
</style>
border-color css
<style>
span { border-color: #5A94AC; }
span { border-color: rgb(90,148,172); }
td.TdClassName
{
border-color: #5A94AC;
}
.TagClassName
{
border-color: #5A94AC;
}
</style>