Shades of Air Force Blue #557C9B
Tints of Air Force Blue #557C9B
RGB
CMYK
RGB Variations
Color information
#557C9B (or 0x557C9B) is known color: Air Force Blue. HEX triplet: 55, 7C and 9B. RGB value is (85,124,155). Sum of RGB (Red+Green+Blue) = 85+124+155=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #557C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C9B is #AA8364. Grayscale: #737373. Windows color (decimal): -11174757 or 10189909. OLE color: 10189909.
HSL color Cylindrical-coordinate representation of color #557C9B: hue angle of 206.57º 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 #557C9B is Cyan = 0.45, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 124 | 155 | - |
| CMYK | 0.45 | 0.2 | 0 | 0.39 |
| HSL | 206.57º | 0.29% | 0.47% | - |
| HSV(B) | 206.57º | 0.45% | 0.61% | - |
| XYZ | 16.87 | 18.71 | 33.73 | - |
| YUV | 115.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 155 | 0.45 | 0.2 | 0 | 0.39 | 206.57 | 0.29 | 0.47 |
| Hex | 55 | 7C | 9B | 2D | 14 | 0 | 27 | CF | 1D | 2F |
| Octal | 125 | 174 | 233 | 55 | 24 | 0 | 47 | 317 | 35 | 57 |
| Binary | 1010101 | 1111100 | 10011011 | 101101 | 10100 | 0 | 100111 | 11001111 | 11101 | 101111 |
Color Harmonies of #557C9B
Complementary color
Monochromatic Colors of #557C9B
Black with #557C9B
Text Example
Text Example
White with #557C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C9B; }
p { color: rgb(85,124,155); }
H1.HeaderClassName
{
color: #557C9B;
}
.AnyTagClassName
{
color: #557C9B;
}
</style>
background-color css
<style>
a { background-color: #557C9B; }
a { background-color: rgb(85,124,155); }
div.DivClassName
{
background-color: #557C9B;
}
.BgClassName
{
background-color: #557C9B;
}
</style>
border-color css
<style>
span { border-color: #557C9B; }
span { border-color: rgb(85,124,155); }
td.TdClassName
{
border-color: #557C9B;
}
.TagClassName
{
border-color: #557C9B;
}
</style>