Shades of Air Force Blue #557E99
Tints of Air Force Blue #557E99
RGB
CMYK
RGB Variations
Color information
#557E99 (or 0x557E99) is known color: Air Force Blue. HEX triplet: 55, 7E and 99. RGB value is (85,126,153). Sum of RGB (Red+Green+Blue) = 85+126+153=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #557E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557E99 is #AA8166. Grayscale: #747474. Windows color (decimal): -11174247 or 10059349. OLE color: 10059349.
HSL color Cylindrical-coordinate representation of color #557E99: hue angle of 203.82º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557E99 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 126 | 153 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.4 |
| HSL | 203.82º | 0.29% | 0.47% | - |
| HSV(B) | 203.82º | 0.44% | 0.6% | - |
| XYZ | 16.96 | 19.15 | 32.94 | - |
| YUV | 116.82 | 148.42 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 153 | 0.44 | 0.18 | 0 | 0.4 | 203.82 | 0.29 | 0.47 |
| Hex | 55 | 7E | 99 | 2C | 12 | 0 | 28 | CC | 1D | 2F |
| Octal | 125 | 176 | 231 | 54 | 22 | 0 | 50 | 314 | 35 | 57 |
| Binary | 1010101 | 1111110 | 10011001 | 101100 | 10010 | 0 | 101000 | 11001100 | 11101 | 101111 |
Color Harmonies of #557E99
Complementary color
Monochromatic Colors of #557E99
Black with #557E99
Text Example
Text Example
White with #557E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E99; }
p { color: rgb(85,126,153); }
H1.HeaderClassName
{
color: #557E99;
}
.AnyTagClassName
{
color: #557E99;
}
</style>
background-color css
<style>
a { background-color: #557E99; }
a { background-color: rgb(85,126,153); }
div.DivClassName
{
background-color: #557E99;
}
.BgClassName
{
background-color: #557E99;
}
</style>
border-color css
<style>
span { border-color: #557E99; }
span { border-color: rgb(85,126,153); }
td.TdClassName
{
border-color: #557E99;
}
.TagClassName
{
border-color: #557E99;
}
</style>