Shades of Air Force Blue #5A84AD
Tints of Air Force Blue #5A84AD
RGB
CMYK
RGB Variations
Color information
#5A84AD (or 0x5A84AD) is known color: Air Force Blue. HEX triplet: 5A, 84 and AD. RGB value is (90,132,173). Sum of RGB (Red+Green+Blue) = 90+132+173=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A84AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A84AD is #A57B52. Grayscale: #7B7B7B. Windows color (decimal): -10845011 or 11371610. OLE color: 11371610.
HSL color Cylindrical-coordinate representation of color #5A84AD: hue angle of 209.64º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A84AD is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 132 | 173 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.32 |
| HSL | 209.64º | 0.34% | 0.52% | - |
| HSV(B) | 209.64º | 0.48% | 0.68% | - |
| XYZ | 20.01 | 21.69 | 42.67 | - |
| YUV | 124.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 173 | 0.48 | 0.24 | 0 | 0.32 | 209.64 | 0.34 | 0.52 |
| Hex | 5A | 84 | AD | 30 | 18 | 0 | 20 | D2 | 22 | 34 |
| Octal | 132 | 204 | 255 | 60 | 30 | 0 | 40 | 322 | 42 | 64 |
| Binary | 1011010 | 10000100 | 10101101 | 110000 | 11000 | 0 | 100000 | 11010010 | 100010 | 110100 |
Color Harmonies of #5A84AD
Complementary color
Monochromatic Colors of #5A84AD
Black with #5A84AD
Text Example
Text Example
White with #5A84AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A84AD; }
p { color: rgb(90,132,173); }
H1.HeaderClassName
{
color: #5A84AD;
}
.AnyTagClassName
{
color: #5A84AD;
}
</style>
background-color css
<style>
a { background-color: #5A84AD; }
a { background-color: rgb(90,132,173); }
div.DivClassName
{
background-color: #5A84AD;
}
.BgClassName
{
background-color: #5A84AD;
}
</style>
border-color css
<style>
span { border-color: #5A84AD; }
span { border-color: rgb(90,132,173); }
td.TdClassName
{
border-color: #5A84AD;
}
.TagClassName
{
border-color: #5A84AD;
}
</style>