Shades of Air Force Blue #5684A0
Tints of Air Force Blue #5684A0
RGB
CMYK
RGB Variations
Color information
#5684A0 (or 0x5684A0) is known color: Air Force Blue. HEX triplet: 56, 84 and A0. RGB value is (86,132,160). Sum of RGB (Red+Green+Blue) = 86+132+160=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 160 - color contains mainly: blue. Hex color #5684A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5684A0 is #A97B5F. Grayscale: #797979. Windows color (decimal): -11107168 or 10519638. OLE color: 10519638.
HSL color Cylindrical-coordinate representation of color #5684A0: hue angle of 202.7º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5684A0 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 132 | 160 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.37 |
| HSL | 202.7º | 0.3% | 0.48% | - |
| HSV(B) | 202.7º | 0.46% | 0.63% | - |
| XYZ | 18.43 | 21.02 | 36.34 | - |
| YUV | 121.44 | 149.76 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 132 | 160 | 0.46 | 0.17 | 0 | 0.37 | 202.7 | 0.3 | 0.48 |
| Hex | 56 | 84 | A0 | 2E | 11 | 0 | 25 | CB | 1E | 30 |
| Octal | 126 | 204 | 240 | 56 | 21 | 0 | 45 | 313 | 36 | 60 |
| Binary | 1010110 | 10000100 | 10100000 | 101110 | 10001 | 0 | 100101 | 11001011 | 11110 | 110000 |
Color Harmonies of #5684A0
Complementary color
Monochromatic Colors of #5684A0
Black with #5684A0
Text Example
Text Example
White with #5684A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5684A0; }
p { color: rgb(86,132,160); }
H1.HeaderClassName
{
color: #5684A0;
}
.AnyTagClassName
{
color: #5684A0;
}
</style>
background-color css
<style>
a { background-color: #5684A0; }
a { background-color: rgb(86,132,160); }
div.DivClassName
{
background-color: #5684A0;
}
.BgClassName
{
background-color: #5684A0;
}
</style>
border-color css
<style>
span { border-color: #5684A0; }
span { border-color: rgb(86,132,160); }
td.TdClassName
{
border-color: #5684A0;
}
.TagClassName
{
border-color: #5684A0;
}
</style>