Shades of Air Force Blue #557CA3
Tints of Air Force Blue #557CA3
RGB
CMYK
RGB Variations
Color information
#557CA3 (or 0x557CA3) is known color: Air Force Blue. HEX triplet: 55, 7C and A3. RGB value is (85,124,163). Sum of RGB (Red+Green+Blue) = 85+124+163=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 163 (64.06% from 255 or 43.82% from 372); Max value from RGB is 163 - color contains mainly: blue. Hex color #557CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557CA3 is #AA835C. Grayscale: #747474. Windows color (decimal): -11174749 or 10714197. OLE color: 10714197.
HSL color Cylindrical-coordinate representation of color #557CA3: hue angle of 210º degrees, saturation: 0.31, 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 #557CA3 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 124 | 163 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.36 |
| HSL | 210º | 0.31% | 0.49% | - |
| HSV(B) | 210º | 0.48% | 0.64% | - |
| XYZ | 17.56 | 18.99 | 37.39 | - |
| YUV | 116.79 | 154.08 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 163 | 0.48 | 0.24 | 0 | 0.36 | 210 | 0.31 | 0.49 |
| Hex | 55 | 7C | A3 | 30 | 18 | 0 | 24 | D2 | 1F | 31 |
| Octal | 125 | 174 | 243 | 60 | 30 | 0 | 44 | 322 | 37 | 61 |
| Binary | 1010101 | 1111100 | 10100011 | 110000 | 11000 | 0 | 100100 | 11010010 | 11111 | 110001 |
Color Harmonies of #557CA3
Complementary color
Monochromatic Colors of #557CA3
Black with #557CA3
Text Example
Text Example
White with #557CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CA3; }
p { color: rgb(85,124,163); }
H1.HeaderClassName
{
color: #557CA3;
}
.AnyTagClassName
{
color: #557CA3;
}
</style>
background-color css
<style>
a { background-color: #557CA3; }
a { background-color: rgb(85,124,163); }
div.DivClassName
{
background-color: #557CA3;
}
.BgClassName
{
background-color: #557CA3;
}
</style>
border-color css
<style>
span { border-color: #557CA3; }
span { border-color: rgb(85,124,163); }
td.TdClassName
{
border-color: #557CA3;
}
.TagClassName
{
border-color: #557CA3;
}
</style>