Shades of Air Force Blue #5491A5
Tints of Air Force Blue #5491A5
RGB
CMYK
RGB Variations
Color information
#5491A5 (or 0x5491A5) is known color: Air Force Blue. HEX triplet: 54, 91 and A5. RGB value is (84,145,165). Sum of RGB (Red+Green+Blue) = 84+145+165=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 165 - color contains mainly: blue. Hex color #5491A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5491A5 is #AB6E5A. Grayscale: #808080. Windows color (decimal): -11234907 or 10850644. OLE color: 10850644.
HSL color Cylindrical-coordinate representation of color #5491A5: hue angle of 194.81º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5491A5 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 145 | 165 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.35 |
| HSL | 194.81º | 0.33% | 0.49% | - |
| HSV(B) | 194.81º | 0.49% | 0.65% | - |
| XYZ | 20.57 | 24.85 | 39.31 | - |
| YUV | 129.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 165 | 0.49 | 0.12 | 0 | 0.35 | 194.81 | 0.33 | 0.49 |
| Hex | 54 | 91 | A5 | 31 | C | 0 | 23 | C3 | 21 | 31 |
| Octal | 124 | 221 | 245 | 61 | 14 | 0 | 43 | 303 | 41 | 61 |
| Binary | 1010100 | 10010001 | 10100101 | 110001 | 1100 | 0 | 100011 | 11000011 | 100001 | 110001 |
Color Harmonies of #5491A5
Complementary color
Monochromatic Colors of #5491A5
Black with #5491A5
Text Example
Text Example
White with #5491A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5491A5; }
p { color: rgb(84,145,165); }
H1.HeaderClassName
{
color: #5491A5;
}
.AnyTagClassName
{
color: #5491A5;
}
</style>
background-color css
<style>
a { background-color: #5491A5; }
a { background-color: rgb(84,145,165); }
div.DivClassName
{
background-color: #5491A5;
}
.BgClassName
{
background-color: #5491A5;
}
</style>
border-color css
<style>
span { border-color: #5491A5; }
span { border-color: rgb(84,145,165); }
td.TdClassName
{
border-color: #5491A5;
}
.TagClassName
{
border-color: #5491A5;
}
</style>