Shades of Air Force Blue #56849D
Tints of Air Force Blue #56849D
RGB
CMYK
RGB Variations
Color information
#56849D (or 0x56849D) is known color: Air Force Blue. HEX triplet: 56, 84 and 9D. RGB value is (86,132,157). Sum of RGB (Red+Green+Blue) = 86+132+157=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #56849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56849D is #A97B62. Grayscale: #787878. Windows color (decimal): -11107171 or 10323030. OLE color: 10323030.
HSL color Cylindrical-coordinate representation of color #56849D: hue angle of 201.13º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56849D is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 132 | 157 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.38 |
| HSL | 201.13º | 0.29% | 0.48% | - |
| HSV(B) | 201.13º | 0.45% | 0.62% | - |
| XYZ | 18.17 | 20.92 | 34.98 | - |
| YUV | 121.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 132 | 157 | 0.45 | 0.16 | 0 | 0.38 | 201.13 | 0.29 | 0.48 |
| Hex | 56 | 84 | 9D | 2D | 10 | 0 | 26 | C9 | 1D | 30 |
| Octal | 126 | 204 | 235 | 55 | 20 | 0 | 46 | 311 | 35 | 60 |
| Binary | 1010110 | 10000100 | 10011101 | 101101 | 10000 | 0 | 100110 | 11001001 | 11101 | 110000 |
Color Harmonies of #56849D
Complementary color
Monochromatic Colors of #56849D
Black with #56849D
Text Example
Text Example
White with #56849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56849D; }
p { color: rgb(86,132,157); }
H1.HeaderClassName
{
color: #56849D;
}
.AnyTagClassName
{
color: #56849D;
}
</style>
background-color css
<style>
a { background-color: #56849D; }
a { background-color: rgb(86,132,157); }
div.DivClassName
{
background-color: #56849D;
}
.BgClassName
{
background-color: #56849D;
}
</style>
border-color css
<style>
span { border-color: #56849D; }
span { border-color: rgb(86,132,157); }
td.TdClassName
{
border-color: #56849D;
}
.TagClassName
{
border-color: #56849D;
}
</style>