Shades of Air Force Blue #55839D
Tints of Air Force Blue #55839D
RGB
CMYK
RGB Variations
Color information
#55839D (or 0x55839D) is known color: Air Force Blue. HEX triplet: 55, 83 and 9D. RGB value is (85,131,157). Sum of RGB (Red+Green+Blue) = 85+131+157=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #55839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55839D is #AA7C62. Grayscale: #787878. Windows color (decimal): -11172963 or 10322773. OLE color: 10322773.
HSL color Cylindrical-coordinate representation of color #55839D: hue angle of 201.67º 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 #55839D is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 131 | 157 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.38 |
| HSL | 201.67º | 0.3% | 0.47% | - |
| HSV(B) | 201.67º | 0.46% | 0.62% | - |
| XYZ | 17.95 | 20.6 | 34.93 | - |
| YUV | 120.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 157 | 0.46 | 0.17 | 0 | 0.38 | 201.67 | 0.3 | 0.47 |
| Hex | 55 | 83 | 9D | 2E | 11 | 0 | 26 | CA | 1E | 2F |
| Octal | 125 | 203 | 235 | 56 | 21 | 0 | 46 | 312 | 36 | 57 |
| Binary | 1010101 | 10000011 | 10011101 | 101110 | 10001 | 0 | 100110 | 11001010 | 11110 | 101111 |
Color Harmonies of #55839D
Complementary color
Monochromatic Colors of #55839D
Black with #55839D
Text Example
Text Example
White with #55839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55839D; }
p { color: rgb(85,131,157); }
H1.HeaderClassName
{
color: #55839D;
}
.AnyTagClassName
{
color: #55839D;
}
</style>
background-color css
<style>
a { background-color: #55839D; }
a { background-color: rgb(85,131,157); }
div.DivClassName
{
background-color: #55839D;
}
.BgClassName
{
background-color: #55839D;
}
</style>
border-color css
<style>
span { border-color: #55839D; }
span { border-color: rgb(85,131,157); }
td.TdClassName
{
border-color: #55839D;
}
.TagClassName
{
border-color: #55839D;
}
</style>