Shades of Air Force Blue #5A7BAC
Tints of Air Force Blue #5A7BAC
RGB
CMYK
RGB Variations
Color information
#5A7BAC (or 0x5A7BAC) is known color: Air Force Blue. HEX triplet: 5A, 7B and AC. RGB value is (90,123,172). Sum of RGB (Red+Green+Blue) = 90+123+172=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7BAC is #A58453. Grayscale: #767676. Windows color (decimal): -10847316 or 11303770. OLE color: 11303770.
HSL color Cylindrical-coordinate representation of color #5A7BAC: hue angle of 215.85º 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 #5A7BAC is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 123 | 172 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.33 |
| HSL | 215.85º | 0.33% | 0.51% | - |
| HSV(B) | 215.85º | 0.48% | 0.67% | - |
| XYZ | 18.75 | 19.32 | 41.77 | - |
| YUV | 118.72 | 158.07 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 123 | 172 | 0.48 | 0.28 | 0 | 0.33 | 215.85 | 0.33 | 0.51 |
| Hex | 5A | 7B | AC | 30 | 1C | 0 | 21 | D8 | 21 | 33 |
| Octal | 132 | 173 | 254 | 60 | 34 | 0 | 41 | 330 | 41 | 63 |
| Binary | 1011010 | 1111011 | 10101100 | 110000 | 11100 | 0 | 100001 | 11011000 | 100001 | 110011 |
Color Harmonies of #5A7BAC
Complementary color
Monochromatic Colors of #5A7BAC
Black with #5A7BAC
Text Example
Text Example
White with #5A7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7BAC; }
p { color: rgb(90,123,172); }
H1.HeaderClassName
{
color: #5A7BAC;
}
.AnyTagClassName
{
color: #5A7BAC;
}
</style>
background-color css
<style>
a { background-color: #5A7BAC; }
a { background-color: rgb(90,123,172); }
div.DivClassName
{
background-color: #5A7BAC;
}
.BgClassName
{
background-color: #5A7BAC;
}
</style>
border-color css
<style>
span { border-color: #5A7BAC; }
span { border-color: rgb(90,123,172); }
td.TdClassName
{
border-color: #5A7BAC;
}
.TagClassName
{
border-color: #5A7BAC;
}
</style>