Shades of Air Force Blue #5A84AE
Tints of Air Force Blue #5A84AE
RGB
CMYK
RGB Variations
Color information
#5A84AE (or 0x5A84AE) is known color: Air Force Blue. HEX triplet: 5A, 84 and AE. RGB value is (90,132,174). Sum of RGB (Red+Green+Blue) = 90+132+174=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A84AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A84AE is #A57B51. Grayscale: #7C7C7C. Windows color (decimal): -10845010 or 11437146. OLE color: 11437146.
HSL color Cylindrical-coordinate representation of color #5A84AE: hue angle of 210º 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 #5A84AE is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 132 | 174 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.32 |
| HSL | 210º | 0.34% | 0.52% | - |
| HSV(B) | 210º | 0.48% | 0.68% | - |
| XYZ | 20.11 | 21.73 | 43.18 | - |
| YUV | 124.23 | 156.09 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 174 | 0.48 | 0.24 | 0 | 0.32 | 210 | 0.34 | 0.52 |
| Hex | 5A | 84 | AE | 30 | 18 | 0 | 20 | D2 | 22 | 34 |
| Octal | 132 | 204 | 256 | 60 | 30 | 0 | 40 | 322 | 42 | 64 |
| Binary | 1011010 | 10000100 | 10101110 | 110000 | 11000 | 0 | 100000 | 11010010 | 100010 | 110100 |
Color Harmonies of #5A84AE
Complementary color
Monochromatic Colors of #5A84AE
Black with #5A84AE
Text Example
Text Example
White with #5A84AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A84AE; }
p { color: rgb(90,132,174); }
H1.HeaderClassName
{
color: #5A84AE;
}
.AnyTagClassName
{
color: #5A84AE;
}
</style>
background-color css
<style>
a { background-color: #5A84AE; }
a { background-color: rgb(90,132,174); }
div.DivClassName
{
background-color: #5A84AE;
}
.BgClassName
{
background-color: #5A84AE;
}
</style>
border-color css
<style>
span { border-color: #5A84AE; }
span { border-color: rgb(90,132,174); }
td.TdClassName
{
border-color: #5A84AE;
}
.TagClassName
{
border-color: #5A84AE;
}
</style>