Shades of Air Force Blue #55819E
Tints of Air Force Blue #55819E
RGB
CMYK
RGB Variations
Color information
#55819E (or 0x55819E) is known color: Air Force Blue. HEX triplet: 55, 81 and 9E. RGB value is (85,129,158). Sum of RGB (Red+Green+Blue) = 85+129+158=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #55819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55819E is #AA7E61. Grayscale: #767676. Windows color (decimal): -11173474 or 10387797. OLE color: 10387797.
HSL color Cylindrical-coordinate representation of color #55819E: hue angle of 203.84º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55819E is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 129 | 158 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.38 |
| HSL | 203.84º | 0.3% | 0.48% | - |
| HSV(B) | 203.84º | 0.46% | 0.62% | - |
| XYZ | 17.77 | 20.1 | 35.29 | - |
| YUV | 119.15 | 149.92 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 158 | 0.46 | 0.18 | 0 | 0.38 | 203.84 | 0.3 | 0.48 |
| Hex | 55 | 81 | 9E | 2E | 12 | 0 | 26 | CC | 1E | 30 |
| Octal | 125 | 201 | 236 | 56 | 22 | 0 | 46 | 314 | 36 | 60 |
| Binary | 1010101 | 10000001 | 10011110 | 101110 | 10010 | 0 | 100110 | 11001100 | 11110 | 110000 |
Color Harmonies of #55819E
Complementary color
Monochromatic Colors of #55819E
Black with #55819E
Text Example
Text Example
White with #55819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55819E; }
p { color: rgb(85,129,158); }
H1.HeaderClassName
{
color: #55819E;
}
.AnyTagClassName
{
color: #55819E;
}
</style>
background-color css
<style>
a { background-color: #55819E; }
a { background-color: rgb(85,129,158); }
div.DivClassName
{
background-color: #55819E;
}
.BgClassName
{
background-color: #55819E;
}
</style>
border-color css
<style>
span { border-color: #55819E; }
span { border-color: rgb(85,129,158); }
td.TdClassName
{
border-color: #55819E;
}
.TagClassName
{
border-color: #55819E;
}
</style>