Shades of Air Force Blue #5584A4
Tints of Air Force Blue #5584A4
RGB
CMYK
RGB Variations
Color information
#5584A4 (or 0x5584A4) is known color: Air Force Blue. HEX triplet: 55, 84 and A4. RGB value is (85,132,164). Sum of RGB (Red+Green+Blue) = 85+132+164=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 164 (64.45% from 255 or 43.04% from 381); Max value from RGB is 164 - color contains mainly: blue. Hex color #5584A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5584A4 is #AA7B5B. Grayscale: #797979. Windows color (decimal): -11172700 or 10781781. OLE color: 10781781.
HSL color Cylindrical-coordinate representation of color #5584A4: hue angle of 204.3º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5584A4 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 132 | 164 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.36 |
| HSL | 204.3º | 0.32% | 0.49% | - |
| HSV(B) | 204.3º | 0.48% | 0.64% | - |
| XYZ | 18.7 | 21.11 | 38.21 | - |
| YUV | 121.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 164 | 0.48 | 0.20 | 0 | 0.36 | 204.3 | 0.32 | 0.49 |
| Hex | 55 | 84 | A4 | 30 | 14 | 0 | 24 | CC | 20 | 31 |
| Octal | 125 | 204 | 244 | 60 | 24 | 0 | 44 | 314 | 40 | 61 |
| Binary | 1010101 | 10000100 | 10100100 | 110000 | 10100 | 0 | 100100 | 11001100 | 100000 | 110001 |
Color Harmonies of #5584A4
Complementary color
Monochromatic Colors of #5584A4
Black with #5584A4
Text Example
Text Example
White with #5584A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5584A4; }
p { color: rgb(85,132,164); }
H1.HeaderClassName
{
color: #5584A4;
}
.AnyTagClassName
{
color: #5584A4;
}
</style>
background-color css
<style>
a { background-color: #5584A4; }
a { background-color: rgb(85,132,164); }
div.DivClassName
{
background-color: #5584A4;
}
.BgClassName
{
background-color: #5584A4;
}
</style>
border-color css
<style>
span { border-color: #5584A4; }
span { border-color: rgb(85,132,164); }
td.TdClassName
{
border-color: #5584A4;
}
.TagClassName
{
border-color: #5584A4;
}
</style>