Shades of Air Force Blue #55849D
Tints of Air Force Blue #55849D
RGB
CMYK
RGB Variations
Color information
#55849D (or 0x55849D) is known color: Air Force Blue. HEX triplet: 55, 84 and 9D. RGB value is (85,132,157). Sum of RGB (Red+Green+Blue) = 85+132+157=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #55849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55849D is #AA7B62. Grayscale: #787878. Windows color (decimal): -11172707 or 10323029. OLE color: 10323029.
HSL color Cylindrical-coordinate representation of color #55849D: hue angle of 200.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55849D is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 132 | 157 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.38 |
| HSL | 200.83º | 0.3% | 0.47% | - |
| HSV(B) | 200.83º | 0.46% | 0.62% | - |
| XYZ | 18.08 | 20.87 | 34.97 | - |
| YUV | 120.8 | 148.43 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 157 | 0.46 | 0.16 | 0 | 0.38 | 200.83 | 0.3 | 0.47 |
| Hex | 55 | 84 | 9D | 2E | 10 | 0 | 26 | C9 | 1E | 2F |
| Octal | 125 | 204 | 235 | 56 | 20 | 0 | 46 | 311 | 36 | 57 |
| Binary | 1010101 | 10000100 | 10011101 | 101110 | 10000 | 0 | 100110 | 11001001 | 11110 | 101111 |
Color Harmonies of #55849D
Complementary color
Monochromatic Colors of #55849D
Black with #55849D
Text Example
Text Example
White with #55849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55849D; }
p { color: rgb(85,132,157); }
H1.HeaderClassName
{
color: #55849D;
}
.AnyTagClassName
{
color: #55849D;
}
</style>
background-color css
<style>
a { background-color: #55849D; }
a { background-color: rgb(85,132,157); }
div.DivClassName
{
background-color: #55849D;
}
.BgClassName
{
background-color: #55849D;
}
</style>
border-color css
<style>
span { border-color: #55849D; }
span { border-color: rgb(85,132,157); }
td.TdClassName
{
border-color: #55849D;
}
.TagClassName
{
border-color: #55849D;
}
</style>