Shades of Air Force Blue #557CA4
Tints of Air Force Blue #557CA4
RGB
CMYK
RGB Variations
Color information
#557CA4 (or 0x557CA4) is known color: Air Force Blue. HEX triplet: 55, 7C and A4. RGB value is (85,124,164). Sum of RGB (Red+Green+Blue) = 85+124+164=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #557CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557CA4 is #AA835B. Grayscale: #747474. Windows color (decimal): -11174748 or 10779733. OLE color: 10779733.
HSL color Cylindrical-coordinate representation of color #557CA4: hue angle of 210.38º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #557CA4 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 124 | 164 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.36 |
| HSL | 210.38º | 0.32% | 0.49% | - |
| HSV(B) | 210.38º | 0.48% | 0.64% | - |
| XYZ | 17.65 | 19.03 | 37.86 | - |
| YUV | 116.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 164 | 0.48 | 0.24 | 0 | 0.36 | 210.38 | 0.32 | 0.49 |
| Hex | 55 | 7C | A4 | 30 | 18 | 0 | 24 | D2 | 20 | 31 |
| Octal | 125 | 174 | 244 | 60 | 30 | 0 | 44 | 322 | 40 | 61 |
| Binary | 1010101 | 1111100 | 10100100 | 110000 | 11000 | 0 | 100100 | 11010010 | 100000 | 110001 |
Color Harmonies of #557CA4
Complementary color
Monochromatic Colors of #557CA4
Black with #557CA4
Text Example
Text Example
White with #557CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CA4; }
p { color: rgb(85,124,164); }
H1.HeaderClassName
{
color: #557CA4;
}
.AnyTagClassName
{
color: #557CA4;
}
</style>
background-color css
<style>
a { background-color: #557CA4; }
a { background-color: rgb(85,124,164); }
div.DivClassName
{
background-color: #557CA4;
}
.BgClassName
{
background-color: #557CA4;
}
</style>
border-color css
<style>
span { border-color: #557CA4; }
span { border-color: rgb(85,124,164); }
td.TdClassName
{
border-color: #557CA4;
}
.TagClassName
{
border-color: #557CA4;
}
</style>