Shades of Air Force Blue #55859F
Tints of Air Force Blue #55859F
RGB
CMYK
RGB Variations
Color information
#55859F (or 0x55859F) is known color: Air Force Blue. HEX triplet: 55, 85 and 9F. RGB value is (85,133,159). Sum of RGB (Red+Green+Blue) = 85+133+159=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #55859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55859F is #AA7A60. Grayscale: #797979. Windows color (decimal): -11172449 or 10454357. OLE color: 10454357.
HSL color Cylindrical-coordinate representation of color #55859F: hue angle of 201.08º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55859F is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 133 | 159 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.38 |
| HSL | 201.08º | 0.3% | 0.48% | - |
| HSV(B) | 201.08º | 0.47% | 0.62% | - |
| XYZ | 18.39 | 21.21 | 35.93 | - |
| YUV | 121.61 | 149.1 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 159 | 0.47 | 0.16 | 0 | 0.38 | 201.08 | 0.3 | 0.48 |
| Hex | 55 | 85 | 9F | 2F | 10 | 0 | 26 | C9 | 1E | 30 |
| Octal | 125 | 205 | 237 | 57 | 20 | 0 | 46 | 311 | 36 | 60 |
| Binary | 1010101 | 10000101 | 10011111 | 101111 | 10000 | 0 | 100110 | 11001001 | 11110 | 110000 |
Color Harmonies of #55859F
Complementary color
Monochromatic Colors of #55859F
Black with #55859F
Text Example
Text Example
White with #55859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55859F; }
p { color: rgb(85,133,159); }
H1.HeaderClassName
{
color: #55859F;
}
.AnyTagClassName
{
color: #55859F;
}
</style>
background-color css
<style>
a { background-color: #55859F; }
a { background-color: rgb(85,133,159); }
div.DivClassName
{
background-color: #55859F;
}
.BgClassName
{
background-color: #55859F;
}
</style>
border-color css
<style>
span { border-color: #55859F; }
span { border-color: rgb(85,133,159); }
td.TdClassName
{
border-color: #55859F;
}
.TagClassName
{
border-color: #55859F;
}
</style>