Shades of Air Force Blue #55819B
Tints of Air Force Blue #55819B
RGB
CMYK
RGB Variations
Color information
#55819B (or 0x55819B) is known color: Air Force Blue. HEX triplet: 55, 81 and 9B. RGB value is (85,129,155). Sum of RGB (Red+Green+Blue) = 85+129+155=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #55819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55819B is #AA7E64. Grayscale: #767676. Windows color (decimal): -11173477 or 10191189. OLE color: 10191189.
HSL color Cylindrical-coordinate representation of color #55819B: hue angle of 202.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55819B is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 129 | 155 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.39 |
| HSL | 202.29º | 0.29% | 0.47% | - |
| HSV(B) | 202.29º | 0.45% | 0.61% | - |
| XYZ | 17.51 | 20 | 33.95 | - |
| YUV | 118.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 155 | 0.45 | 0.17 | 0 | 0.39 | 202.29 | 0.29 | 0.47 |
| Hex | 55 | 81 | 9B | 2D | 11 | 0 | 27 | CA | 1D | 2F |
| Octal | 125 | 201 | 233 | 55 | 21 | 0 | 47 | 312 | 35 | 57 |
| Binary | 1010101 | 10000001 | 10011011 | 101101 | 10001 | 0 | 100111 | 11001010 | 11101 | 101111 |
Color Harmonies of #55819B
Complementary color
Monochromatic Colors of #55819B
Black with #55819B
Text Example
Text Example
White with #55819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55819B; }
p { color: rgb(85,129,155); }
H1.HeaderClassName
{
color: #55819B;
}
.AnyTagClassName
{
color: #55819B;
}
</style>
background-color css
<style>
a { background-color: #55819B; }
a { background-color: rgb(85,129,155); }
div.DivClassName
{
background-color: #55819B;
}
.BgClassName
{
background-color: #55819B;
}
</style>
border-color css
<style>
span { border-color: #55819B; }
span { border-color: rgb(85,129,155); }
td.TdClassName
{
border-color: #55819B;
}
.TagClassName
{
border-color: #55819B;
}
</style>