Shades of Air Force Blue #557C9D
Tints of Air Force Blue #557C9D
RGB
CMYK
RGB Variations
Color information
#557C9D (or 0x557C9D) is known color: Air Force Blue. HEX triplet: 55, 7C and 9D. RGB value is (85,124,157). Sum of RGB (Red+Green+Blue) = 85+124+157=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #557C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C9D is #AA8362. Grayscale: #737373. Windows color (decimal): -11174755 or 10320981. OLE color: 10320981.
HSL color Cylindrical-coordinate representation of color #557C9D: hue angle of 207.5º 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 #557C9D is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 124 | 157 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.38 |
| HSL | 207.5º | 0.3% | 0.47% | - |
| HSV(B) | 207.5º | 0.46% | 0.62% | - |
| XYZ | 17.04 | 18.78 | 34.63 | - |
| YUV | 116.1 | 151.08 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 157 | 0.46 | 0.21 | 0 | 0.38 | 207.5 | 0.3 | 0.47 |
| Hex | 55 | 7C | 9D | 2E | 15 | 0 | 26 | D0 | 1E | 2F |
| Octal | 125 | 174 | 235 | 56 | 25 | 0 | 46 | 320 | 36 | 57 |
| Binary | 1010101 | 1111100 | 10011101 | 101110 | 10101 | 0 | 100110 | 11010000 | 11110 | 101111 |
Color Harmonies of #557C9D
Complementary color
Monochromatic Colors of #557C9D
Black with #557C9D
Text Example
Text Example
White with #557C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C9D; }
p { color: rgb(85,124,157); }
H1.HeaderClassName
{
color: #557C9D;
}
.AnyTagClassName
{
color: #557C9D;
}
</style>
background-color css
<style>
a { background-color: #557C9D; }
a { background-color: rgb(85,124,157); }
div.DivClassName
{
background-color: #557C9D;
}
.BgClassName
{
background-color: #557C9D;
}
</style>
border-color css
<style>
span { border-color: #557C9D; }
span { border-color: rgb(85,124,157); }
td.TdClassName
{
border-color: #557C9D;
}
.TagClassName
{
border-color: #557C9D;
}
</style>